Shades of Indigo #530F6F
Tints of Indigo #530F6F
RGB
CMYK
RGB Variations
Color information
#530F6F (or 0x530F6F) is known color: Indigo. HEX triplet: 53, 0F and 6F. RGB value is (83,15,111). Sum of RGB (Red+Green+Blue) = 83+15+111=209 (27% of max value = 765). Red value is 83 (32.81% from 255 or 39.71% from 209); Green value is 15 (6.25% from 255 or 7.18% from 209); Blue value is 111 (43.75% from 255 or 53.11% from 209); Max value from RGB is 111 - color contains mainly: blue. Hex color #530F6F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #530F6F is #ACF090. Grayscale: #2D2D2D. Windows color (decimal): -11333777 or 7278419. OLE color: 7278419.
HSL color Cylindrical-coordinate representation of color #530F6F: hue angle of 282.5º degrees, saturation: 0.76, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #530F6F is Cyan = 0.25, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 83 | 15 | 111 | - |
| CMYK | 0.25 | 0.86 | 0 | 0.56 |
| HSL | 282.5º | 0.76% | 0.25% | - |
| HSV(B) | 282.5º | 0.86% | 0.44% | - |
| XYZ | 6.61 | 3.33 | 15.33 | - |
| YUV | 46.28 | 164.53 | 154.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 15 | 111 | 0.25 | 0.86 | 0 | 0.56 | 282.5 | 0.76 | 0.25 |
| Hex | 53 | F | 6F | 19 | 56 | 0 | 38 | 11A | 4C | 19 |
| Octal | 123 | 17 | 157 | 31 | 126 | 0 | 70 | 432 | 114 | 31 |
| Binary | 1010011 | 1111 | 1101111 | 11001 | 1010110 | 0 | 111000 | 100011010 | 1001100 | 11001 |
Color Harmonies of #530F6F
Complementary color
Monochromatic Colors of #530F6F
Black with #530F6F
Text Example
Text Example
White with #530F6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #530F6F; }
p { color: rgb(83,15,111); }
H1.HeaderClassName
{
color: #530F6F;
}
.AnyTagClassName
{
color: #530F6F;
}
</style>
background-color css
<style>
a { background-color: #530F6F; }
a { background-color: rgb(83,15,111); }
div.DivClassName
{
background-color: #530F6F;
}
.BgClassName
{
background-color: #530F6F;
}
</style>
border-color css
<style>
span { border-color: #530F6F; }
span { border-color: rgb(83,15,111); }
td.TdClassName
{
border-color: #530F6F;
}
.TagClassName
{
border-color: #530F6F;
}
</style>