#422872

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

Shades of Windsor #422872

Tints of Windsor #422872

Color information

#422872 (or 0x422872) is unknown color: approx Windsor. HEX triplet: 42, 28 and 72. RGB value is (66,40,114). Sum of RGB (Red+Green+Blue) = 66+40+114=220 (29% of max value = 765). Red value is 66 (26.17% from 255 or 30% from 220); Green value is 40 (16.02% from 255 or 18.18% from 220); Blue value is 114 (44.92% from 255 or 51.82% from 220); Max value from RGB is 114 - color contains mainly: blue. Hex color #422872 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #422872 is #BDD78D. Grayscale: #373737. Windows color (decimal): -12441486 or 7481410. OLE color: 7481410.

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

Color convert

RGB6640114-
CMYK0.420.6500.55
HSL261.08º48.05%30.2%-
HSV(B)261.08º64.91%44.71%-
XYZ6.043.8916.35-
YUV56.21160.61134.98-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 30%
GREEN value IS 40 (16.02% from 255) = 18.18%
BLUE value IS 114 (44.92% from 255) = 51.82%
R=30%
G=18.18%
B=51.82%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal66401140.420.6500.55261.0848.0530.2
Hex4228722A41037105301e
Octal10250162521010674056036
Binary100001010100011100101010101000001011011110000010111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #422872; }

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

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

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

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

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

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

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

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