Shades of Indigo #530E6F
Tints of Indigo #530E6F
RGB
CMYK
RGB Variations
Color information
#530E6F (or 0x530E6F) is known color: Indigo. HEX triplet: 53, 0E and 6F. RGB value is (83,14,111). Sum of RGB (Red+Green+Blue) = 83+14+111=208 (27% of max value = 765). Red value is 83 (32.81% from 255 or 39.90% from 208); Green value is 14 (5.86% from 255 or 6.73% from 208); Blue value is 111 (43.75% from 255 or 53.37% from 208); Max value from RGB is 111 - color contains mainly: blue. Hex color #530E6F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #530E6F is #ACF190. Grayscale: #2D2D2D. Windows color (decimal): -11334033 or 7278163. OLE color: 7278163.
HSL color Cylindrical-coordinate representation of color #530E6F: hue angle of 282.68º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #530E6F is Cyan = 0.25, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 83 | 14 | 111 | - |
| CMYK | 0.25 | 0.87 | 0 | 0.56 |
| HSL | 282.68º | 0.78% | 0.25% | - |
| HSV(B) | 282.68º | 0.87% | 0.44% | - |
| XYZ | 6.59 | 3.3 | 15.33 | - |
| YUV | 45.69 | 164.86 | 154.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 14 | 111 | 0.25 | 0.87 | 0 | 0.56 | 282.68 | 0.78 | 0.25 |
| Hex | 53 | E | 6F | 19 | 57 | 0 | 38 | 11B | 4E | 19 |
| Octal | 123 | 16 | 157 | 31 | 127 | 0 | 70 | 433 | 116 | 31 |
| Binary | 1010011 | 1110 | 1101111 | 11001 | 1010111 | 0 | 111000 | 100011011 | 1001110 | 11001 |
Color Harmonies of #530E6F
Complementary color
Monochromatic Colors of #530E6F
Black with #530E6F
Text Example
Text Example
White with #530E6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #530E6F; }
p { color: rgb(83,14,111); }
H1.HeaderClassName
{
color: #530E6F;
}
.AnyTagClassName
{
color: #530E6F;
}
</style>
background-color css
<style>
a { background-color: #530E6F; }
a { background-color: rgb(83,14,111); }
div.DivClassName
{
background-color: #530E6F;
}
.BgClassName
{
background-color: #530E6F;
}
</style>
border-color css
<style>
span { border-color: #530E6F; }
span { border-color: rgb(83,14,111); }
td.TdClassName
{
border-color: #530E6F;
}
.TagClassName
{
border-color: #530E6F;
}
</style>