#422D6C

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

Shades of Windsor #422D6C

Tints of Windsor #422D6C

Color information

#422D6C (or 0x422D6C) is unknown color: approx Windsor. HEX triplet: 42, 2D and 6C. RGB value is (66,45,108). Sum of RGB (Red+Green+Blue) = 66+45+108=219 (29% of max value = 765). Red value is 66 (26.17% from 255 or 30.14% from 219); Green value is 45 (17.97% from 255 or 20.55% from 219); Blue value is 108 (42.58% from 255 or 49.32% from 219); Max value from RGB is 108 - color contains mainly: blue. Hex color #422D6C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #422D6C is #BDD293. Grayscale: #3A3A3A. Windows color (decimal): -12440212 or 7089474. OLE color: 7089474.

HSL color Cylindrical-coordinate representation of color #422D6C: hue angle of 260º degrees, saturation: 0.41, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #422D6C is Cyan = 0.39, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB6645108-
CMYK0.390.5800.58
HSL260º41.18%30%-
HSV(B)260º58.33%42.35%-
XYZ5.894.1214.67-
YUV58.46155.96133.38-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 30.14%
GREEN value IS 45 (17.97% from 255) = 20.55%
BLUE value IS 108 (42.58% from 255) = 49.32%
R=30.14%
G=20.55%
B=49.32%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal66451080.390.5800.5826041.1830
Hex422D6C273A03A104291e
Octal1025515447720724045136
Binary10000101011011101100100111111010011101010000010010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422D6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,45,108); }

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

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

 a { background-color: rgb(66,45,108); }

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

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

 span { border-color: rgb(66,45,108); }

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