#422C87

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

Shades of Windsor #422C87

Tints of Windsor #422C87

Color information

#422C87 (or 0x422C87) is unknown color: approx Windsor. HEX triplet: 42, 2C and 87. RGB value is (66,44,135). Sum of RGB (Red+Green+Blue) = 66+44+135=245 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.94% from 245); Green value is 44 (17.58% from 255 or 17.96% from 245); Blue value is 135 (53.12% from 255 or 55.10% from 245); Max value from RGB is 135 - color contains mainly: blue. Hex color #422C87 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #422C87 is #BDD378. Grayscale: #3C3C3C. Windows color (decimal): -12440441 or 8858690. OLE color: 8858690.

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

Color convert

RGB6644135-
CMYK0.510.6700.47
HSL254.51º50.84%35.1%-
HSV(B)254.51º67.41%52.94%-
XYZ7.524.7123.43-
YUV60.95169.79131.6-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 26.94%
GREEN value IS 44 (17.58% from 255) = 17.96%
BLUE value IS 135 (53.12% from 255) = 55.10%
R=26.94%
G=17.96%
B=55.10%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal66441350.510.6700.47254.5150.8435.1
Hex422C87334302Fff3323
Octal10254207631030573776343
Binary1000010101100100001111100111000011010111111111111110011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422C87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #422C87; }

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

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

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

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

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

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

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

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