#422A76

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

Shades of Windsor #422A76

Tints of Windsor #422A76

Color information

#422A76 (or 0x422A76) is unknown color: approx Windsor. HEX triplet: 42, 2A and 76. RGB value is (66,42,118). Sum of RGB (Red+Green+Blue) = 66+42+118=226 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.20% from 226); Green value is 42 (16.80% from 255 or 18.58% from 226); Blue value is 118 (46.48% from 255 or 52.21% from 226); Max value from RGB is 118 - color contains mainly: blue. Hex color #422A76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #422A76 is #BDD589. Grayscale: #393939. Windows color (decimal): -12440970 or 7744066. OLE color: 7744066.

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

Color convert

RGB6642118-
CMYK0.440.6400.54
HSL258.95º47.5%31.37%-
HSV(B)258.95º64.41%46.27%-
XYZ6.344.1217.6-
YUV57.84161.95133.82-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 29.20%
GREEN value IS 42 (16.80% from 255) = 18.58%
BLUE value IS 118 (46.48% from 255) = 52.21%
R=29.20%
G=18.58%
B=52.21%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal66421180.440.6400.54258.9547.531.37
Hex422A762C40036103301f
Octal10252166541000664036037
Binary100001010101011101101011001000000011011010000001111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422A76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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