Shades of Indigo #53079F
Tints of Indigo #53079F
RGB
CMYK
RGB Variations
Color information
#53079F (or 0x53079F) is known color: Indigo. HEX triplet: 53, 07 and 9F. RGB value is (83,7,159). Sum of RGB (Red+Green+Blue) = 83+7+159=249 (32% of max value = 765). Red value is 83 (32.81% from 255 or 33.33% from 249); Green value is 7 (3.12% from 255 or 2.81% from 249); Blue value is 159 (62.5% from 255 or 63.86% from 249); Max value from RGB is 159 - color contains mainly: blue. Hex color #53079F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #53079F is #ACF860. Grayscale: #2E2E2E. Windows color (decimal): -11335777 or 10422099. OLE color: 10422099.
HSL color Cylindrical-coordinate representation of color #53079F: hue angle of 270º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #53079F is Cyan = 0.48, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 83 | 7 | 159 | - |
| CMYK | 0.48 | 0.96 | 0 | 0.38 |
| HSL | 270º | 0.92% | 0.33% | - |
| HSV(B) | 270º | 0.96% | 0.62% | - |
| XYZ | 9.9 | 4.49 | 33.15 | - |
| YUV | 47.05 | 191.18 | 153.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 7 | 159 | 0.48 | 0.96 | 0 | 0.38 | 270 | 0.92 | 0.33 |
| Hex | 53 | 7 | 9F | 30 | 60 | 0 | 26 | 10E | 5C | 21 |
| Octal | 123 | 7 | 237 | 60 | 140 | 0 | 46 | 416 | 134 | 41 |
| Binary | 1010011 | 111 | 10011111 | 110000 | 1100000 | 0 | 100110 | 100001110 | 1011100 | 100001 |
Color Harmonies of #53079F
Complementary color
Monochromatic Colors of #53079F
Black with #53079F
Text Example
Text Example
White with #53079F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53079F; }
p { color: rgb(83,7,159); }
H1.HeaderClassName
{
color: #53079F;
}
.AnyTagClassName
{
color: #53079F;
}
</style>
background-color css
<style>
a { background-color: #53079F; }
a { background-color: rgb(83,7,159); }
div.DivClassName
{
background-color: #53079F;
}
.BgClassName
{
background-color: #53079F;
}
</style>
border-color css
<style>
span { border-color: #53079F; }
span { border-color: rgb(83,7,159); }
td.TdClassName
{
border-color: #53079F;
}
.TagClassName
{
border-color: #53079F;
}
</style>