#422C6E

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

Shades of Windsor #422C6E

Tints of Windsor #422C6E

Color information

#422C6E (or 0x422C6E) is unknown color: approx Windsor. HEX triplet: 42, 2C and 6E. RGB value is (66,44,110). Sum of RGB (Red+Green+Blue) = 66+44+110=220 (29% of max value = 765). Red value is 66 (26.17% from 255 or 30% from 220); Green value is 44 (17.58% from 255 or 20% from 220); Blue value is 110 (43.36% from 255 or 50% from 220); Max value from RGB is 110 - color contains mainly: blue. Hex color #422C6E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #422C6E is #BDD391. Grayscale: #393939. Windows color (decimal): -12440466 or 7220290. OLE color: 7220290.

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

Color convert

RGB6644110-
CMYK0.40.600.57
HSL260º42.86%30.2%-
HSV(B)260º60%43.14%-
XYZ5.964.0915.23-
YUV58.1157.29133.63-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 30%
GREEN value IS 44 (17.58% from 255) = 20%
BLUE value IS 110 (43.36% from 255) = 50%
R=30%
G=20%
B=50%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.6
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal66441100.40.600.5726042.8630.2
Hex422C6E283C0391042b1e
Octal1025415650740714045336
Binary10000101011001101110101000111100011100110000010010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422C6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,44,110); }

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

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

 a { background-color: rgb(66,44,110); }

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

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

 span { border-color: rgb(66,44,110); }

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