#42207C

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

Shades of Windsor #42207C

Tints of Windsor #42207C

Color information

#42207C (or 0x42207C) is unknown color: approx Windsor. HEX triplet: 42, 20 and 7C. RGB value is (66,32,124). Sum of RGB (Red+Green+Blue) = 66+32+124=222 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.73% from 222); Green value is 32 (12.89% from 255 or 14.41% from 222); Blue value is 124 (48.83% from 255 or 55.86% from 222); Max value from RGB is 124 - color contains mainly: blue. Hex color #42207C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42207C is #BDDF83. Grayscale: #343434. Windows color (decimal): -12443524 or 8134722. OLE color: 8134722.

HSL color Cylindrical-coordinate representation of color #42207C: hue angle of 262.17º degrees, saturation: 0.59, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #42207C is Cyan = 0.47, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB6632124-
CMYK0.470.7400.51
HSL262.17º58.97%30.59%-
HSV(B)262.17º74.19%48.63%-
XYZ6.43.6519.44-
YUV52.65168.26137.52-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 29.73%
GREEN value IS 32 (12.89% from 255) = 14.41%
BLUE value IS 124 (48.83% from 255) = 55.86%
R=29.73%
G=14.41%
B=55.86%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal66321240.470.7400.51262.1758.9730.59
Hex42207C2F4A0331063b1f
Octal10240174571120634067337
Binary100001010000011111001011111001010011001110000011011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42207C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42207C; }

 p { color: rgb(66,32,124); }

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

<style>
 a { background-color: #42207C; }

 a { background-color: rgb(66,32,124); }

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

<style>
 span { border-color: #42207C; }

 span { border-color: rgb(66,32,124); }

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