#422972

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

Shades of Windsor #422972

Tints of Windsor #422972

Color information

#422972 (or 0x422972) is unknown color: approx Windsor. HEX triplet: 42, 29 and 72. RGB value is (66,41,114). Sum of RGB (Red+Green+Blue) = 66+41+114=221 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.86% from 221); Green value is 41 (16.41% from 255 or 18.55% from 221); Blue value is 114 (44.92% from 255 or 51.58% from 221); Max value from RGB is 114 - color contains mainly: blue. Hex color #422972 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #422972 is #BDD68D. Grayscale: #383838. Windows color (decimal): -12441230 or 7481666. OLE color: 7481666.

HSL color Cylindrical-coordinate representation of color #422972: hue angle of 260.55º degrees, saturation: 0.47, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #422972 is Cyan = 0.42, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB6641114-
CMYK0.420.6400.55
HSL260.55º47.1%30.39%-
HSV(B)260.55º64.04%44.71%-
XYZ6.083.9616.36-
YUV56.8160.28134.56-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 29.86%
GREEN value IS 41 (16.41% from 255) = 18.55%
BLUE value IS 114 (44.92% from 255) = 51.58%
R=29.86%
G=18.55%
B=51.58%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal66411140.420.6400.55260.5547.130.39
Hex4229722A400371052f1e
Octal10251162521000674055736
Binary100001010100111100101010101000000011011110000010110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #422972; }

 p { color: rgb(66,41,114); }

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

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

 a { background-color: rgb(66,41,114); }

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

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

 span { border-color: rgb(66,41,114); }

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