#422E6F

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

Shades of Windsor #422E6F

Tints of Windsor #422E6F

Color information

#422E6F (or 0x422E6F) is unknown color: approx Windsor. HEX triplet: 42, 2E and 6F. RGB value is (66,46,111). Sum of RGB (Red+Green+Blue) = 66+46+111=223 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.60% from 223); Green value is 46 (18.36% from 255 or 20.63% from 223); Blue value is 111 (43.75% from 255 or 49.78% from 223); Max value from RGB is 111 - color contains mainly: blue. Hex color #422E6F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #422E6F is #BDD190. Grayscale: #3B3B3B. Windows color (decimal): -12439953 or 7286338. OLE color: 7286338.

HSL color Cylindrical-coordinate representation of color #422E6F: hue angle of 258.46º degrees, saturation: 0.41, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #422E6F is Cyan = 0.41, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB6646111-
CMYK0.410.5900.56
HSL258.46º41.4%30.78%-
HSV(B)258.46º58.56%43.53%-
XYZ6.094.2615.54-
YUV59.39157.13132.71-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 29.60%
GREEN value IS 46 (18.36% from 255) = 20.63%
BLUE value IS 111 (43.75% from 255) = 49.78%
R=29.60%
G=20.63%
B=49.78%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal66461110.410.5900.56258.4641.430.78
Hex422E6F293B038102291f
Octal1025615751730704025137
Binary10000101011101101111101001111011011100010000001010100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422E6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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