Shades of Indigo #53179D
Tints of Indigo #53179D
RGB
CMYK
RGB Variations
Color information
#53179D (or 0x53179D) is known color: Indigo. HEX triplet: 53, 17 and 9D. RGB value is (83,23,157). Sum of RGB (Red+Green+Blue) = 83+23+157=263 (34% of max value = 765). Red value is 83 (32.81% from 255 or 31.56% from 263); Green value is 23 (9.38% from 255 or 8.75% from 263); Blue value is 157 (61.72% from 255 or 59.70% from 263); Max value from RGB is 157 - color contains mainly: blue. Hex color #53179D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #53179D is #ACE862. Grayscale: #373737. Windows color (decimal): -11331683 or 10295123. OLE color: 10295123.
HSL color Cylindrical-coordinate representation of color #53179D: hue angle of 266.87º degrees, saturation: 0.74, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #53179D is Cyan = 0.47, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 83 | 23 | 157 | - |
| CMYK | 0.47 | 0.85 | 0 | 0.38 |
| HSL | 266.87º | 0.74% | 0.35% | - |
| HSV(B) | 266.87º | 0.85% | 0.62% | - |
| XYZ | 9.96 | 4.89 | 32.32 | - |
| YUV | 56.22 | 184.88 | 147.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 23 | 157 | 0.47 | 0.85 | 0 | 0.38 | 266.87 | 0.74 | 0.35 |
| Hex | 53 | 17 | 9D | 2F | 55 | 0 | 26 | 10B | 4A | 23 |
| Octal | 123 | 27 | 235 | 57 | 125 | 0 | 46 | 413 | 112 | 43 |
| Binary | 1010011 | 10111 | 10011101 | 101111 | 1010101 | 0 | 100110 | 100001011 | 1001010 | 100011 |
Color Harmonies of #53179D
Complementary color
Monochromatic Colors of #53179D
Black with #53179D
Text Example
Text Example
White with #53179D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53179D; }
p { color: rgb(83,23,157); }
H1.HeaderClassName
{
color: #53179D;
}
.AnyTagClassName
{
color: #53179D;
}
</style>
background-color css
<style>
a { background-color: #53179D; }
a { background-color: rgb(83,23,157); }
div.DivClassName
{
background-color: #53179D;
}
.BgClassName
{
background-color: #53179D;
}
</style>
border-color css
<style>
span { border-color: #53179D; }
span { border-color: rgb(83,23,157); }
td.TdClassName
{
border-color: #53179D;
}
.TagClassName
{
border-color: #53179D;
}
</style>