Shades of Indigo #53089E
Tints of Indigo #53089E
RGB
CMYK
RGB Variations
Color information
#53089E (or 0x53089E) is known color: Indigo. HEX triplet: 53, 08 and 9E. RGB value is (83,8,158). Sum of RGB (Red+Green+Blue) = 83+8+158=249 (32% of max value = 765). Red value is 83 (32.81% from 255 or 33.33% from 249); Green value is 8 (3.52% from 255 or 3.21% from 249); Blue value is 158 (62.11% from 255 or 63.45% from 249); Max value from RGB is 158 - color contains mainly: blue. Hex color #53089E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #53089E is #ACF761. Grayscale: #2F2F2F. Windows color (decimal): -11335522 or 10356819. OLE color: 10356819.
HSL color Cylindrical-coordinate representation of color #53089E: hue angle of 270º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #53089E is Cyan = 0.47, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 83 | 8 | 158 | - |
| CMYK | 0.47 | 0.95 | 0 | 0.38 |
| HSL | 270º | 0.9% | 0.33% | - |
| HSV(B) | 270º | 0.95% | 0.62% | - |
| XYZ | 9.83 | 4.48 | 32.69 | - |
| YUV | 47.53 | 190.35 | 153.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 8 | 158 | 0.47 | 0.95 | 0 | 0.38 | 270 | 0.9 | 0.33 |
| Hex | 53 | 8 | 9E | 2F | 5F | 0 | 26 | 10E | 5A | 21 |
| Octal | 123 | 10 | 236 | 57 | 137 | 0 | 46 | 416 | 132 | 41 |
| Binary | 1010011 | 1000 | 10011110 | 101111 | 1011111 | 0 | 100110 | 100001110 | 1011010 | 100001 |
Color Harmonies of #53089E
Complementary color
Monochromatic Colors of #53089E
Black with #53089E
Text Example
Text Example
White with #53089E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53089E; }
p { color: rgb(83,8,158); }
H1.HeaderClassName
{
color: #53089E;
}
.AnyTagClassName
{
color: #53089E;
}
</style>
background-color css
<style>
a { background-color: #53089E; }
a { background-color: rgb(83,8,158); }
div.DivClassName
{
background-color: #53089E;
}
.BgClassName
{
background-color: #53089E;
}
</style>
border-color css
<style>
span { border-color: #53089E; }
span { border-color: rgb(83,8,158); }
td.TdClassName
{
border-color: #53089E;
}
.TagClassName
{
border-color: #53089E;
}
</style>