Html Css Color HEX #42287E Windsor

📋 copy color: '#42287E'

red 66 ◦ green 40 ◦ blue 126

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

Shades of Windsor #42287E

Tints of Windsor #42287E

RGB

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

 GREEN value IS 40 (16.02% from 255) = 17.24%

 BLUE value IS 126 (49.61% from 255) = 54.31%

R = 28.45%
G = 17.24%
B = 54.31%

CMYK

 C value IS 0.48

 M value IS 0.68

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#42287E (or 0x42287E) is known color: Windsor. HEX triplet: 42, 28 and 7E. RGB value is (66,40,126). Sum of RGB (Red+Green+Blue) = 66+40+126=232 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.45% from 232); Green value is 40 (16.02% from 255 or 17.24% from 232); Blue value is 126 (49.61% from 255 or 54.31% from 232); Max value from RGB is 126 - color contains mainly: blue. Hex color #42287E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42287E is #BDD781. Grayscale: #393939. Windows color (decimal): -12441474 or 8267842. OLE color: 8267842.

HSL color Cylindrical-coordinate representation of color #42287E: hue angle of 258.14º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #42287E is Cyan = 0.48, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 66 40 126 -
CMYK 0.48 0.68 0 0.51
HSL 258.14º 0.52% 0.33% -
HSV(B) 258.14º 0.68% 0.49% -
XYZ 6.77 4.18 20.19 -
YUV 57.58 166.61 134.01 -
System Red Green Blue C M Y K H S L
Decimal 66 40 126 0.48 0.68 0 0.51 258.14 0.52 0.33
Hex 42 28 7E 30 44 0 33 102 34 21
Octal 102 50 176 60 104 0 63 402 64 41
Binary 1000010 101000 1111110 110000 1000100 0 110011 100000010 110100 100001

Color Harmonies of #42287E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42287E

Black with #42287E

Text Example


Text Example

White with #42287E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42287E; }

 p { color: rgb(66,40,126); }

 H1.HeaderClassName
 {
   color: #42287E;
 }
 .AnyTagClassName
 {
   color: #42287E;
 }
</style>

background-color css

<style>
 a { background-color: #42287E; }

 a { background-color: rgb(66,40,126); }

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

border-color css

<style>
 span { border-color: #42287E; }

 span { border-color: rgb(66,40,126); }

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