#42287E

Color #42287E Windsor (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Windsor #42287E

Tints of Windsor #42287E

Color information

#42287E (or 0x42287E) is unknown color: approx 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

RGB6640126-
CMYK0.480.6800.51
HSL258.14º51.81%32.55%-
HSV(B)258.14º68.25%49.41%-
XYZ6.774.1820.19-
YUV57.58166.61134.01-

RGB Variations

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

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 (Cyan) values IS 0.48
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal66401260.480.6800.51258.1451.8132.55
Hex42287E30440331023421
Octal10250176601040634026441
Binary1000010101000111111011000010001000110011100000010110100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42287E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>