Shades of Indigo #530D8B
Tints of Indigo #530D8B
RGB
CMYK
RGB Variations
Color information
#530D8B (or 0x530D8B) is known color: Indigo. HEX triplet: 53, 0D and 8B. RGB value is (83,13,139). Sum of RGB (Red+Green+Blue) = 83+13+139=235 (31% of max value = 765). Red value is 83 (32.81% from 255 or 35.32% from 235); Green value is 13 (5.47% from 255 or 5.53% from 235); Blue value is 139 (54.69% from 255 or 59.15% from 235); Max value from RGB is 139 - color contains mainly: blue. Hex color #530D8B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #530D8B is #ACF274. Grayscale: #2F2F2F. Windows color (decimal): -11334261 or 9112915. OLE color: 9112915.
HSL color Cylindrical-coordinate representation of color #530D8B: hue angle of 273.33º degrees, saturation: 0.83, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #530D8B is Cyan = 0.40, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 83 | 13 | 139 | - |
| CMYK | 0.40 | 0.91 | 0 | 0.45 |
| HSL | 273.33º | 0.83% | 0.3% | - |
| HSV(B) | 273.33º | 0.91% | 0.55% | - |
| XYZ | 8.37 | 3.99 | 24.76 | - |
| YUV | 48.29 | 179.19 | 152.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 13 | 139 | 0.40 | 0.91 | 0 | 0.45 | 273.33 | 0.83 | 0.3 |
| Hex | 53 | D | 8B | 28 | 5B | 0 | 2D | 111 | 53 | 1E |
| Octal | 123 | 15 | 213 | 50 | 133 | 0 | 55 | 421 | 123 | 36 |
| Binary | 1010011 | 1101 | 10001011 | 101000 | 1011011 | 0 | 101101 | 100010001 | 1010011 | 11110 |
Color Harmonies of #530D8B
Complementary color
Monochromatic Colors of #530D8B
Black with #530D8B
Text Example
Text Example
White with #530D8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #530D8B; }
p { color: rgb(83,13,139); }
H1.HeaderClassName
{
color: #530D8B;
}
.AnyTagClassName
{
color: #530D8B;
}
</style>
background-color css
<style>
a { background-color: #530D8B; }
a { background-color: rgb(83,13,139); }
div.DivClassName
{
background-color: #530D8B;
}
.BgClassName
{
background-color: #530D8B;
}
</style>
border-color css
<style>
span { border-color: #530D8B; }
span { border-color: rgb(83,13,139); }
td.TdClassName
{
border-color: #530D8B;
}
.TagClassName
{
border-color: #530D8B;
}
</style>