#422772

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

Shades of Windsor #422772

Tints of Windsor #422772

Color information

#422772 (or 0x422772) is unknown color: approx Windsor. HEX triplet: 42, 27 and 72. RGB value is (66,39,114). Sum of RGB (Red+Green+Blue) = 66+39+114=219 (29% of max value = 765). Red value is 66 (26.17% from 255 or 30.14% from 219); Green value is 39 (15.62% from 255 or 17.81% from 219); Blue value is 114 (44.92% from 255 or 52.05% from 219); Max value from RGB is 114 - color contains mainly: blue. Hex color #422772 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #422772 is #BDD88D. Grayscale: #373737. Windows color (decimal): -12441742 or 7481154. OLE color: 7481154.

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

Color convert

RGB6639114-
CMYK0.420.6600.55
HSL261.6º49.02%30%-
HSV(B)261.6º65.79%44.71%-
XYZ6.013.8216.34-
YUV55.62160.95135.4-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 30.14%
GREEN value IS 39 (15.62% from 255) = 17.81%
BLUE value IS 114 (44.92% from 255) = 52.05%
R=30.14%
G=17.81%
B=52.05%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal66391140.420.6600.55261.649.0230
Hex4227722A42037106311e
Octal10247162521020674066136
Binary100001010011111100101010101000010011011110000011011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #422772; }

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

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

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

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

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

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

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

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