#422871

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

Shades of Windsor #422871

Tints of Windsor #422871

Color information

#422871 (or 0x422871) is unknown color: approx Windsor. HEX triplet: 42, 28 and 71. RGB value is (66,40,113). Sum of RGB (Red+Green+Blue) = 66+40+113=219 (29% of max value = 765). Red value is 66 (26.17% from 255 or 30.14% from 219); Green value is 40 (16.02% from 255 or 18.26% from 219); Blue value is 113 (44.53% from 255 or 51.60% from 219); Max value from RGB is 113 - color contains mainly: blue. Hex color #422871 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #422871 is #BDD78E. Grayscale: #373737. Windows color (decimal): -12441487 or 7415874. OLE color: 7415874.

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

Color convert

RGB6640113-
CMYK0.420.6500.56
HSL261.37º47.71%30%-
HSV(B)261.37º64.6%44.31%-
XYZ5.993.8716.05-
YUV56.1160.11135.06-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 30.14%
GREEN value IS 40 (16.02% from 255) = 18.26%
BLUE value IS 113 (44.53% from 255) = 51.60%
R=30.14%
G=18.26%
B=51.60%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal66401130.420.6500.56261.3747.7130
Hex4228712A41038105301e
Octal10250161521010704056036
Binary100001010100011100011010101000001011100010000010111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #422871; }

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

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

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

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

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

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

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

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