#492087

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

Shades of Windsor #492087

Tints of Windsor #492087

Color information

#492087 (or 0x492087) is unknown color: approx Windsor. HEX triplet: 49, 20 and 87. RGB value is (73,32,135). Sum of RGB (Red+Green+Blue) = 73+32+135=240 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.42% from 240); Green value is 32 (12.89% from 255 or 13.33% from 240); Blue value is 135 (53.12% from 255 or 56.25% from 240); Max value from RGB is 135 - color contains mainly: blue. Hex color #492087 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #492087 is #B6DF78. Grayscale: #373737. Windows color (decimal): -11984761 or 8855625. OLE color: 8855625.

HSL color Cylindrical-coordinate representation of color #492087: hue angle of 263.88º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #492087 is Cyan = 0.46, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB7332135-
CMYK0.460.7600.47
HSL263.88º61.68%32.75%-
HSV(B)263.88º76.3%52.94%-
XYZ7.644.223.33-
YUV56172.58140.12-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 30.42%
GREEN value IS 32 (12.89% from 255) = 13.33%
BLUE value IS 135 (53.12% from 255) = 56.25%
R=30.42%
G=13.33%
B=56.25%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal73321350.460.7600.47263.8861.6832.75
Hex4920872E4C02F1083e21
Octal11140207561140574107641
Binary10010011000001000011110111010011000101111100001000111110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492087

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #492087; }

 p { color: rgb(73,32,135); }

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

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

 a { background-color: rgb(73,32,135); }

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

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

 span { border-color: rgb(73,32,135); }

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