#422671

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

Shades of Windsor #422671

Tints of Windsor #422671

Color information

#422671 (or 0x422671) is unknown color: approx Windsor. HEX triplet: 42, 26 and 71. RGB value is (66,38,113). Sum of RGB (Red+Green+Blue) = 66+38+113=217 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.41% from 217); Green value is 38 (15.23% from 255 or 17.51% from 217); Blue value is 113 (44.53% from 255 or 52.07% from 217); Max value from RGB is 113 - color contains mainly: blue. Hex color #422671 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #422671 is #BDD98E. Grayscale: #363636. Windows color (decimal): -12441999 or 7415362. OLE color: 7415362.

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

Color convert

RGB6638113-
CMYK0.420.6600.56
HSL262.4º49.67%29.61%-
HSV(B)262.4º66.37%44.31%-
XYZ5.923.7416.03-
YUV54.92160.78135.9-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 30.41%
GREEN value IS 38 (15.23% from 255) = 17.51%
BLUE value IS 113 (44.53% from 255) = 52.07%
R=30.41%
G=17.51%
B=52.07%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal66381130.420.6600.56262.449.6729.61
Hex4226712A42038106321e
Octal10246161521020704066236
Binary100001010011011100011010101000010011100010000011011001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #422671; }

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

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

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

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

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

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

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

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