Html Css Color HEX #42298B Windsor

📋 copy color: '#42298B'

red 66 ◦ green 41 ◦ blue 139

#42298B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Windsor #42298B

Tints of Windsor #42298B

RGB

 RED value IS 66 (26.17% from 255) = 26.83%

 GREEN value IS 41 (16.41% from 255) = 16.67%

 BLUE value IS 139 (54.69% from 255) = 56.5%

R = 26.83%
G = 16.67%
B = 56.5%

CMYK

 C value IS 0.53

 M value IS 0.71

 Y value IS 0

 K value IS 0.45

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#42298B (or 0x42298B) is known color: Windsor. HEX triplet: 42, 29 and 8B. RGB value is (66,41,139). Sum of RGB (Red+Green+Blue) = 66+41+139=246 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.83% from 246); Green value is 41 (16.41% from 255 or 16.67% from 246); Blue value is 139 (54.69% from 255 or 56.50% from 246); Max value from RGB is 139 - color contains mainly: blue. Hex color #42298B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #42298B is #BDD674. Grayscale: #3B3B3B. Windows color (decimal): -12441205 or 9120066. OLE color: 9120066.

HSL color Cylindrical-coordinate representation of color #42298B: hue angle of 255.31º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #42298B is Cyan = 0.53, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 66 41 139 -
CMYK 0.53 0.71 0 0.45
HSL 255.31º 0.54% 0.35% -
HSV(B) 255.31º 0.71% 0.55% -
XYZ 7.7 4.61 24.91 -
YUV 59.65 172.78 132.53 -
System Red Green Blue C M Y K H S L
Decimal 66 41 139 0.53 0.71 0 0.45 255.31 0.54 0.35
Hex 42 29 8B 35 47 0 2D FF 36 23
Octal 102 51 213 65 107 0 55 377 66 43
Binary 1000010 101001 10001011 110101 1000111 0 101101 11111111 110110 100011

Color Harmonies of #42298B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42298B

Black with #42298B

Text Example


Text Example

White with #42298B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42298B; }

 p { color: rgb(66,41,139); }

 H1.HeaderClassName
 {
   color: #42298B;
 }
 .AnyTagClassName
 {
   color: #42298B;
 }
</style>

background-color css

<style>
 a { background-color: #42298B; }

 a { background-color: rgb(66,41,139); }

 div.DivClassName
 {
   background-color: #42298B;
 }
 .BgClassName
 {
   background-color: #42298B;
 }
</style>

border-color css

<style>
 span { border-color: #42298B; }

 span { border-color: rgb(66,41,139); }

 td.TdClassName
 {
   border-color: #42298B;
 }
 .TagClassName
 {
   border-color: #42298B;
 }
</style>