#422187

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

Shades of Windsor #422187

Tints of Windsor #422187

Color information

#422187 (or 0x422187) is unknown color: approx Windsor. HEX triplet: 42, 21 and 87. RGB value is (66,33,135). Sum of RGB (Red+Green+Blue) = 66+33+135=234 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.21% from 234); Green value is 33 (13.28% from 255 or 14.10% from 234); Blue value is 135 (53.12% from 255 or 57.69% from 234); Max value from RGB is 135 - color contains mainly: blue. Hex color #422187 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #422187 is #BDDE78. Grayscale: #363636. Windows color (decimal): -12443257 or 8855874. OLE color: 8855874.

HSL color Cylindrical-coordinate representation of color #422187: hue angle of 259.41º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #422187 is Cyan = 0.51, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB6633135-
CMYK0.510.7600.47
HSL259.41º60.71%32.94%-
HSV(B)259.41º75.56%52.94%-
XYZ7.16423.32-
YUV54.5173.43136.21-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 28.21%
GREEN value IS 33 (13.28% from 255) = 14.10%
BLUE value IS 135 (53.12% from 255) = 57.69%
R=28.21%
G=14.10%
B=57.69%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal66331350.510.7600.47259.4160.7132.94
Hex422187334C02F1033d21
Octal10241207631140574037541
Binary10000101000011000011111001110011000101111100000011111101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422187

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #422187; }

 p { color: rgb(66,33,135); }

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

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

 a { background-color: rgb(66,33,135); }

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

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

 span { border-color: rgb(66,33,135); }

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