#491885

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

Shades of Windsor #491885

Tints of Windsor #491885

Color information

#491885 (or 0x491885) is unknown color: approx Windsor. HEX triplet: 49, 18 and 85. RGB value is (73,24,133). Sum of RGB (Red+Green+Blue) = 73+24+133=230 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.74% from 230); Green value is 24 (9.77% from 255 or 10.43% from 230); Blue value is 133 (52.34% from 255 or 57.83% from 230); Max value from RGB is 133 - color contains mainly: blue. Hex color #491885 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #491885 is #B6E77A. Grayscale: #323232. Windows color (decimal): -11986811 or 8722505. OLE color: 8722505.

HSL color Cylindrical-coordinate representation of color #491885: hue angle of 266.97º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #491885 is Cyan = 0.45, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB7324133-
CMYK0.450.8200.48
HSL266.97º69.43%30.78%-
HSV(B)266.97º81.95%52.16%-
XYZ7.313.7622.53-
YUV51.08174.23143.64-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 31.74%
GREEN value IS 24 (9.77% from 255) = 10.43%
BLUE value IS 133 (52.34% from 255) = 57.83%
R=31.74%
G=10.43%
B=57.83%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal73241330.450.8200.48266.9769.4330.78
Hex4918852D5203010b451f
Octal111302055512206041310537
Binary1001001110001000010110110110100100110000100001011100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #491885; }

 p { color: rgb(73,24,133); }

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

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

 a { background-color: rgb(73,24,133); }

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

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

 span { border-color: rgb(73,24,133); }

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