Shades of Indigo #530E6C
Tints of Indigo #530E6C
RGB
CMYK
RGB Variations
Color information
#530E6C (or 0x530E6C) is known color: Indigo. HEX triplet: 53, 0E and 6C. RGB value is (83,14,108). Sum of RGB (Red+Green+Blue) = 83+14+108=205 (27% of max value = 765). Red value is 83 (32.81% from 255 or 40.49% from 205); Green value is 14 (5.86% from 255 or 6.83% from 205); Blue value is 108 (42.58% from 255 or 52.68% from 205); Max value from RGB is 108 - color contains mainly: blue. Hex color #530E6C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #530E6C is #ACF193. Grayscale: #2D2D2D. Windows color (decimal): -11334036 or 7081555. OLE color: 7081555.
HSL color Cylindrical-coordinate representation of color #530E6C: hue angle of 284.04º degrees, saturation: 0.77, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #530E6C is Cyan = 0.23, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 83 | 14 | 108 | - |
| CMYK | 0.23 | 0.87 | 0 | 0.58 |
| HSL | 284.04º | 0.77% | 0.24% | - |
| HSV(B) | 284.04º | 0.87% | 0.42% | - |
| XYZ | 6.43 | 3.24 | 14.47 | - |
| YUV | 45.35 | 163.36 | 154.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 14 | 108 | 0.23 | 0.87 | 0 | 0.58 | 284.04 | 0.77 | 0.24 |
| Hex | 53 | E | 6C | 17 | 57 | 0 | 3A | 11C | 4D | 18 |
| Octal | 123 | 16 | 154 | 27 | 127 | 0 | 72 | 434 | 115 | 30 |
| Binary | 1010011 | 1110 | 1101100 | 10111 | 1010111 | 0 | 111010 | 100011100 | 1001101 | 11000 |
Color Harmonies of #530E6C
Complementary color
Monochromatic Colors of #530E6C
Black with #530E6C
Text Example
Text Example
White with #530E6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #530E6C; }
p { color: rgb(83,14,108); }
H1.HeaderClassName
{
color: #530E6C;
}
.AnyTagClassName
{
color: #530E6C;
}
</style>
background-color css
<style>
a { background-color: #530E6C; }
a { background-color: rgb(83,14,108); }
div.DivClassName
{
background-color: #530E6C;
}
.BgClassName
{
background-color: #530E6C;
}
</style>
border-color css
<style>
span { border-color: #530E6C; }
span { border-color: rgb(83,14,108); }
td.TdClassName
{
border-color: #530E6C;
}
.TagClassName
{
border-color: #530E6C;
}
</style>