#492287

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

Shades of Windsor #492287

Tints of Windsor #492287

Color information

#492287 (or 0x492287) is unknown color: approx Windsor. HEX triplet: 49, 22 and 87. RGB value is (73,34,135). Sum of RGB (Red+Green+Blue) = 73+34+135=242 (32% of max value = 765). Red value is 73 (28.91% from 255 or 30.17% from 242); Green value is 34 (13.67% from 255 or 14.05% from 242); Blue value is 135 (53.12% from 255 or 55.79% from 242); Max value from RGB is 135 - color contains mainly: blue. Hex color #492287 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #492287 is #B6DD78. Grayscale: #383838. Windows color (decimal): -11984249 or 8856137. OLE color: 8856137.

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

Color convert

RGB7334135-
CMYK0.460.7500.47
HSL263.17º59.76%33.14%-
HSV(B)263.17º74.81%52.94%-
XYZ7.694.3123.35-
YUV57.18171.92139.29-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 30.17%
GREEN value IS 34 (13.67% from 255) = 14.05%
BLUE value IS 135 (53.12% from 255) = 55.79%
R=30.17%
G=14.05%
B=55.79%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal73341350.460.7500.47263.1759.7633.14
Hex4922872E4B02F1073c21
Octal11142207561130574077441
Binary10010011000101000011110111010010110101111100000111111100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492287

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #492287; }

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

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

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

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

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

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

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

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