#491575

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

Shades of Indigo #491575

Tints of Indigo #491575

Color information

#491575 (or 0x491575) is unknown color: approx Indigo. HEX triplet: 49, 15 and 75. RGB value is (73,21,117). Sum of RGB (Red+Green+Blue) = 73+21+117=211 (27% of max value = 765). Red value is 73 (28.91% from 255 or 34.60% from 211); Green value is 21 (8.59% from 255 or 9.95% from 211); Blue value is 117 (46.09% from 255 or 55.45% from 211); Max value from RGB is 117 - color contains mainly: blue. Hex color #491575 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #491575 is #B6EA8A. Grayscale: #2F2F2F. Windows color (decimal): -11987595 or 7673161. OLE color: 7673161.

HSL color Cylindrical-coordinate representation of color #491575: hue angle of 272.5º degrees, saturation: 0.7, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #491575 is Cyan = 0.38, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB7321117-
CMYK0.380.8200.54
HSL272.5º69.57%27.06%-
HSV(B)272.5º82.05%45.88%-
XYZ6.233.2417.13-
YUV47.49167.23146.19-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 34.60%
GREEN value IS 21 (8.59% from 255) = 9.95%
BLUE value IS 117 (46.09% from 255) = 55.45%
R=34.60%
G=9.95%
B=55.45%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal73211170.380.8200.54272.569.5727.06
Hex4915752652036110461b
Octal111251654612206642010633
Binary100100110101111010110011010100100110110100010000100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #491575; }

 p { color: rgb(73,21,117); }

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

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

 a { background-color: rgb(73,21,117); }

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

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

 span { border-color: rgb(73,21,117); }

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