#422172

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

Shades of Windsor #422172

Tints of Windsor #422172

Color information

#422172 (or 0x422172) is unknown color: approx Windsor. HEX triplet: 42, 21 and 72. RGB value is (66,33,114). Sum of RGB (Red+Green+Blue) = 66+33+114=213 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.99% from 213); Green value is 33 (13.28% from 255 or 15.49% from 213); Blue value is 114 (44.92% from 255 or 53.52% from 213); Max value from RGB is 114 - color contains mainly: blue. Hex color #422172 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #422172 is #BDDE8D. Grayscale: #333333. Windows color (decimal): -12443278 or 7479618. OLE color: 7479618.

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

Color convert

RGB6633114-
CMYK0.420.7100.55
HSL264.44º55.1%28.82%-
HSV(B)264.44º71.05%44.71%-
XYZ5.833.4616.28-
YUV52.1162.93137.91-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 30.99%
GREEN value IS 33 (13.28% from 255) = 15.49%
BLUE value IS 114 (44.92% from 255) = 53.52%
R=30.99%
G=15.49%
B=53.52%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal66331140.420.7100.55264.4455.128.82
Hex4221722A47037108371d
Octal10241162521070674106735
Binary100001010000111100101010101000111011011110000100011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #422172; }

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

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

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

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

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

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

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

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