#422979

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

Shades of Windsor #422979

Tints of Windsor #422979

Color information

#422979 (or 0x422979) is unknown color: approx Windsor. HEX triplet: 42, 29 and 79. RGB value is (66,41,121). Sum of RGB (Red+Green+Blue) = 66+41+121=228 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.95% from 228); Green value is 41 (16.41% from 255 or 17.98% from 228); Blue value is 121 (47.66% from 255 or 53.07% from 228); Max value from RGB is 121 - color contains mainly: blue. Hex color #422979 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #422979 is #BDD686. Grayscale: #393939. Windows color (decimal): -12441223 or 7940418. OLE color: 7940418.

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

Color convert

RGB6641121-
CMYK0.450.6600.53
HSL258.75º49.38%31.76%-
HSV(B)258.75º66.12%47.45%-
XYZ6.494.1218.54-
YUV57.6163.78134-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 28.95%
GREEN value IS 41 (16.41% from 255) = 17.98%
BLUE value IS 121 (47.66% from 255) = 53.07%
R=28.95%
G=17.98%
B=53.07%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal66411210.450.6600.53258.7549.3831.76
Hex4229792D420351033120
Octal10251171551020654036140
Binary1000010101001111100110110110000100110101100000011110001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #422979; }

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

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

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

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

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

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

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

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