#422477

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

Shades of Windsor #422477

Tints of Windsor #422477

Color information

#422477 (or 0x422477) is unknown color: approx Windsor. HEX triplet: 42, 24 and 77. RGB value is (66,36,119). Sum of RGB (Red+Green+Blue) = 66+36+119=221 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.86% from 221); Green value is 36 (14.45% from 255 or 16.29% from 221); Blue value is 119 (46.88% from 255 or 53.85% from 221); Max value from RGB is 119 - color contains mainly: blue. Hex color #422477 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #422477 is #BDDB88. Grayscale: #363636. Windows color (decimal): -12442505 or 7808066. OLE color: 7808066.

HSL color Cylindrical-coordinate representation of color #422477: hue angle of 261.69º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #422477 is Cyan = 0.45, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB6636119-
CMYK0.450.7000.53
HSL261.69º53.55%30.39%-
HSV(B)261.69º69.75%46.67%-
XYZ6.213.7517.85-
YUV54.43164.44136.25-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 29.86%
GREEN value IS 36 (14.45% from 255) = 16.29%
BLUE value IS 119 (46.88% from 255) = 53.85%
R=29.86%
G=16.29%
B=53.85%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal66361190.450.7000.53261.6953.5530.39
Hex4224772D46035106361e
Octal10244167551060654066636
Binary100001010010011101111011011000110011010110000011011011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #422477; }

 p { color: rgb(66,36,119); }

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

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

 a { background-color: rgb(66,36,119); }

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

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

 span { border-color: rgb(66,36,119); }

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