#422472

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

Shades of Windsor #422472

Tints of Windsor #422472

Color information

#422472 (or 0x422472) is unknown color: approx Windsor. HEX triplet: 42, 24 and 72. RGB value is (66,36,114). Sum of RGB (Red+Green+Blue) = 66+36+114=216 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.56% from 216); Green value is 36 (14.45% from 255 or 16.67% from 216); Blue value is 114 (44.92% from 255 or 52.78% from 216); Max value from RGB is 114 - color contains mainly: blue. Hex color #422472 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #422472 is #BDDB8D. Grayscale: #353535. Windows color (decimal): -12442510 or 7480386. OLE color: 7480386.

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

Color convert

RGB6636114-
CMYK0.420.6800.55
HSL263.08º52%29.41%-
HSV(B)263.08º68.42%44.71%-
XYZ5.913.6316.31-
YUV53.86161.94136.66-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 30.56%
GREEN value IS 36 (14.45% from 255) = 16.67%
BLUE value IS 114 (44.92% from 255) = 52.78%
R=30.56%
G=16.67%
B=52.78%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal66361140.420.6800.55263.085229.41
Hex4224722A44037107341d
Octal10244162521040674076435
Binary100001010010011100101010101000100011011110000011111010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #422472; }

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

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

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

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

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

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

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

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