#422171

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

Shades of Windsor #422171

Tints of Windsor #422171

Color information

#422171 (or 0x422171) is unknown color: approx Windsor. HEX triplet: 42, 21 and 71. RGB value is (66,33,113). Sum of RGB (Red+Green+Blue) = 66+33+113=212 (28% of max value = 765). Red value is 66 (26.17% from 255 or 31.13% from 212); Green value is 33 (13.28% from 255 or 15.57% from 212); Blue value is 113 (44.53% from 255 or 53.30% from 212); Max value from RGB is 113 - color contains mainly: blue. Hex color #422171 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #422171 is #BDDE8E. Grayscale: #333333. Windows color (decimal): -12443279 or 7414082. OLE color: 7414082.

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

Color convert

RGB6633113-
CMYK0.420.7100.56
HSL264.75º54.79%28.63%-
HSV(B)264.75º70.8%44.31%-
XYZ5.773.4415.98-
YUV51.99162.43138-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 31.13%
GREEN value IS 33 (13.28% from 255) = 15.57%
BLUE value IS 113 (44.53% from 255) = 53.30%
R=31.13%
G=15.57%
B=53.30%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal66331130.420.7100.56264.7554.7928.63
Hex4221712A47038109371d
Octal10241161521070704116735
Binary100001010000111100011010101000111011100010000100111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #422171; }

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

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

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

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

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

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

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

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