#422E6D

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

Shades of Windsor #422E6D

Tints of Windsor #422E6D

Color information

#422E6D (or 0x422E6D) is unknown color: approx Windsor. HEX triplet: 42, 2E and 6D. RGB value is (66,46,109). Sum of RGB (Red+Green+Blue) = 66+46+109=221 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.86% from 221); Green value is 46 (18.36% from 255 or 20.81% from 221); Blue value is 109 (42.97% from 255 or 49.32% from 221); Max value from RGB is 109 - color contains mainly: blue. Hex color #422E6D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #422E6D is #BDD192. Grayscale: #3A3A3A. Windows color (decimal): -12439955 or 7155266. OLE color: 7155266.

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

Color convert

RGB6646109-
CMYK0.390.5800.57
HSL259.05º40.65%30.39%-
HSV(B)259.05º57.8%42.75%-
XYZ5.984.2214.97-
YUV59.16156.13132.88-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 29.86%
GREEN value IS 46 (18.36% from 255) = 20.81%
BLUE value IS 109 (42.97% from 255) = 49.32%
R=29.86%
G=20.81%
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.57
SystemRedGreenBlueCMYKHSL
Decimal66461090.390.5800.57259.0540.6530.39
Hex422E6D273A039103291e
Octal1025615547720714035136
Binary10000101011101101101100111111010011100110000001110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422E6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,46,109); }

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

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

 a { background-color: rgb(66,46,109); }

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

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

 span { border-color: rgb(66,46,109); }

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