#422579

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

Shades of Windsor #422579

Tints of Windsor #422579

Color information

#422579 (or 0x422579) is unknown color: approx Windsor. HEX triplet: 42, 25 and 79. RGB value is (66,37,121). Sum of RGB (Red+Green+Blue) = 66+37+121=224 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.46% from 224); Green value is 37 (14.84% from 255 or 16.52% from 224); Blue value is 121 (47.66% from 255 or 54.02% from 224); Max value from RGB is 121 - color contains mainly: blue. Hex color #422579 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #422579 is #BDDA86. Grayscale: #363636. Windows color (decimal): -12442247 or 7939394. OLE color: 7939394.

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

Color convert

RGB6637121-
CMYK0.450.6900.53
HSL260.71º53.16%30.98%-
HSV(B)260.71º69.42%47.45%-
XYZ6.363.8618.5-
YUV55.25165.11135.67-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 29.46%
GREEN value IS 37 (14.84% from 255) = 16.52%
BLUE value IS 121 (47.66% from 255) = 54.02%
R=29.46%
G=16.52%
B=54.02%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal66371210.450.6900.53260.7153.1630.98
Hex4225792D45035105351f
Octal10245171551050654056537
Binary100001010010111110011011011000101011010110000010111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #422579; }

 p { color: rgb(66,37,121); }

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

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

 a { background-color: rgb(66,37,121); }

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

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

 span { border-color: rgb(66,37,121); }

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