#422576

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

Shades of Windsor #422576

Tints of Windsor #422576

Color information

#422576 (or 0x422576) is unknown color: approx Windsor. HEX triplet: 42, 25 and 76. RGB value is (66,37,118). Sum of RGB (Red+Green+Blue) = 66+37+118=221 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.86% from 221); Green value is 37 (14.84% from 255 or 16.74% from 221); Blue value is 118 (46.48% from 255 or 53.39% from 221); Max value from RGB is 118 - color contains mainly: blue. Hex color #422576 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #422576 is #BDDA89. Grayscale: #363636. Windows color (decimal): -12442250 or 7742786. OLE color: 7742786.

HSL color Cylindrical-coordinate representation of color #422576: hue angle of 261.48º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #422576 is Cyan = 0.44, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB6637118-
CMYK0.440.6900.54
HSL261.48º52.26%30.39%-
HSV(B)261.48º68.64%46.27%-
XYZ6.183.7917.55-
YUV54.9163.61135.91-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 29.86%
GREEN value IS 37 (14.84% from 255) = 16.74%
BLUE value IS 118 (46.48% from 255) = 53.39%
R=29.86%
G=16.74%
B=53.39%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal66371180.440.6900.54261.4852.2630.39
Hex4225762C45036105341e
Octal10245166541050664056436
Binary100001010010111101101011001000101011011010000010111010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #422576; }

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

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

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

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

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

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

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

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