#422071

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

Shades of Windsor #422071

Tints of Windsor #422071

Color information

#422071 (or 0x422071) is unknown color: approx Windsor. HEX triplet: 42, 20 and 71. RGB value is (66,32,113). Sum of RGB (Red+Green+Blue) = 66+32+113=211 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.28% from 211); Green value is 32 (12.89% from 255 or 15.17% from 211); Blue value is 113 (44.53% from 255 or 53.55% from 211); Max value from RGB is 113 - color contains mainly: blue. Hex color #422071 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #422071 is #BDDF8E. Grayscale: #333333. Windows color (decimal): -12443535 or 7413826. OLE color: 7413826.

HSL color Cylindrical-coordinate representation of color #422071: hue angle of 265.19º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #422071 is Cyan = 0.42, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB6632113-
CMYK0.420.7200.56
HSL265.19º55.86%28.43%-
HSV(B)265.19º71.68%44.31%-
XYZ5.743.3815.97-
YUV51.4162.76138.41-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 31.28%
GREEN value IS 32 (12.89% from 255) = 15.17%
BLUE value IS 113 (44.53% from 255) = 53.55%
R=31.28%
G=15.17%
B=53.55%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal66321130.420.7200.56265.1955.8628.43
Hex4220712A48038109381c
Octal10240161521100704117034
Binary100001010000011100011010101001000011100010000100111100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #422071; }

 p { color: rgb(66,32,113); }

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

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

 a { background-color: rgb(66,32,113); }

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

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

 span { border-color: rgb(66,32,113); }

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