#423179

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

Shades of Windsor #423179

Tints of Windsor #423179

Color information

#423179 (or 0x423179) is unknown color: approx Windsor. HEX triplet: 42, 31 and 79. RGB value is (66,49,121). Sum of RGB (Red+Green+Blue) = 66+49+121=236 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.97% from 236); Green value is 49 (19.53% from 255 or 20.76% from 236); Blue value is 121 (47.66% from 255 or 51.27% from 236); Max value from RGB is 121 - color contains mainly: blue. Hex color #423179 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #423179 is #BDCE86. Grayscale: #3E3E3E. Windows color (decimal): -12439175 or 7942466. OLE color: 7942466.

HSL color Cylindrical-coordinate representation of color #423179: hue angle of 254.17º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #423179 is Cyan = 0.45, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB6649121-
CMYK0.450.6000.53
HSL254.17º42.35%33.33%-
HSV(B)254.17º59.5%47.45%-
XYZ6.84.7418.64-
YUV62.29161.13130.65-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 27.97%
GREEN value IS 49 (19.53% from 255) = 20.76%
BLUE value IS 121 (47.66% from 255) = 51.27%
R=27.97%
G=20.76%
B=51.27%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal66491210.450.6000.53254.1742.3533.33
Hex4231792D3C035fe2a21
Octal1026117155740653765241
Binary10000101100011111001101101111100011010111111110101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #423179; }

 p { color: rgb(66,49,121); }

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

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

 a { background-color: rgb(66,49,121); }

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

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

 span { border-color: rgb(66,49,121); }

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