Shades of Indigo #53067E
Tints of Indigo #53067E
RGB
CMYK
RGB Variations
Color information
#53067E (or 0x53067E) is known color: Indigo. HEX triplet: 53, 06 and 7E. RGB value is (83,6,126). Sum of RGB (Red+Green+Blue) = 83+6+126=215 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.60% from 215); Green value is 6 (2.73% from 255 or 2.79% from 215); Blue value is 126 (49.61% from 255 or 58.60% from 215); Max value from RGB is 126 - color contains mainly: blue. Hex color #53067E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #53067E is #ACF981. Grayscale: #2A2A2A. Windows color (decimal): -11336066 or 8259155. OLE color: 8259155.
HSL color Cylindrical-coordinate representation of color #53067E: hue angle of 278.5º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #53067E is Cyan = 0.34, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 83 | 6 | 126 | - |
| CMYK | 0.34 | 0.95 | 0 | 0.51 |
| HSL | 278.5º | 0.91% | 0.26% | - |
| HSV(B) | 278.5º | 0.95% | 0.49% | - |
| XYZ | 7.4 | 3.48 | 20.02 | - |
| YUV | 42.7 | 175.01 | 156.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 6 | 126 | 0.34 | 0.95 | 0 | 0.51 | 278.5 | 0.91 | 0.26 |
| Hex | 53 | 6 | 7E | 22 | 5F | 0 | 33 | 116 | 5B | 1A |
| Octal | 123 | 6 | 176 | 42 | 137 | 0 | 63 | 426 | 133 | 32 |
| Binary | 1010011 | 110 | 1111110 | 100010 | 1011111 | 0 | 110011 | 100010110 | 1011011 | 11010 |
Color Harmonies of #53067E
Complementary color
Monochromatic Colors of #53067E
Black with #53067E
Text Example
Text Example
White with #53067E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53067E; }
p { color: rgb(83,6,126); }
H1.HeaderClassName
{
color: #53067E;
}
.AnyTagClassName
{
color: #53067E;
}
</style>
background-color css
<style>
a { background-color: #53067E; }
a { background-color: rgb(83,6,126); }
div.DivClassName
{
background-color: #53067E;
}
.BgClassName
{
background-color: #53067E;
}
</style>
border-color css
<style>
span { border-color: #53067E; }
span { border-color: rgb(83,6,126); }
td.TdClassName
{
border-color: #53067E;
}
.TagClassName
{
border-color: #53067E;
}
</style>