#42287D

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

Shades of Windsor #42287D

Tints of Windsor #42287D

Color information

#42287D (or 0x42287D) is unknown color: approx Windsor. HEX triplet: 42, 28 and 7D. RGB value is (66,40,125). Sum of RGB (Red+Green+Blue) = 66+40+125=231 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.57% from 231); Green value is 40 (16.02% from 255 or 17.32% from 231); Blue value is 125 (49.22% from 255 or 54.11% from 231); Max value from RGB is 125 - color contains mainly: blue. Hex color #42287D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42287D is #BDD782. Grayscale: #393939. Windows color (decimal): -12441475 or 8202306. OLE color: 8202306.

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

Color convert

RGB6640125-
CMYK0.470.6800.51
HSL258.35º51.52%32.35%-
HSV(B)258.35º68%49.02%-
XYZ6.714.1619.85-
YUV57.46166.11134.09-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 28.57%
GREEN value IS 40 (16.02% from 255) = 17.32%
BLUE value IS 125 (49.22% from 255) = 54.11%
R=28.57%
G=17.32%
B=54.11%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal66401250.470.6800.51258.3551.5232.35
Hex42287D2F440331023420
Octal10250175571040634026440
Binary1000010101000111110110111110001000110011100000010110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42287D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #42287D;
 }
 .AnyTagClassName
 {
   color: #42287D;
 }
</style>
background-color css

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

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

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

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

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

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