#422976

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

Shades of Windsor #422976

Tints of Windsor #422976

Color information

#422976 (or 0x422976) is unknown color: approx Windsor. HEX triplet: 42, 29 and 76. RGB value is (66,41,118). Sum of RGB (Red+Green+Blue) = 66+41+118=225 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.33% from 225); Green value is 41 (16.41% from 255 or 18.22% from 225); Blue value is 118 (46.48% from 255 or 52.44% from 225); Max value from RGB is 118 - color contains mainly: blue. Hex color #422976 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #422976 is #BDD689. Grayscale: #383838. Windows color (decimal): -12441226 or 7743810. OLE color: 7743810.

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

Color convert

RGB6641118-
CMYK0.440.6500.54
HSL259.48º48.43%31.18%-
HSV(B)259.48º65.25%46.27%-
XYZ6.314.0517.59-
YUV57.25162.28134.24-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 29.33%
GREEN value IS 41 (16.41% from 255) = 18.22%
BLUE value IS 118 (46.48% from 255) = 52.44%
R=29.33%
G=18.22%
B=52.44%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal66411180.440.6500.54259.4848.4331.18
Hex4229762C41036103301f
Octal10251166541010664036037
Binary100001010100111101101011001000001011011010000001111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #422976; }

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

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

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

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

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

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

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

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