Shades of Indigo #530E7D
Tints of Indigo #530E7D
RGB
CMYK
RGB Variations
Color information
#530E7D (or 0x530E7D) is known color: Indigo. HEX triplet: 53, 0E and 7D. RGB value is (83,14,125). Sum of RGB (Red+Green+Blue) = 83+14+125=222 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.39% from 222); Green value is 14 (5.86% from 255 or 6.31% from 222); Blue value is 125 (49.22% from 255 or 56.31% from 222); Max value from RGB is 125 - color contains mainly: blue. Hex color #530E7D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #530E7D is #ACF182. Grayscale: #2E2E2E. Windows color (decimal): -11334019 or 8195667. OLE color: 8195667.
HSL color Cylindrical-coordinate representation of color #530E7D: hue angle of 277.3º degrees, saturation: 0.8, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #530E7D is Cyan = 0.34, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 83 | 14 | 125 | - |
| CMYK | 0.34 | 0.89 | 0 | 0.51 |
| HSL | 277.3º | 0.8% | 0.27% | - |
| HSV(B) | 277.3º | 0.89% | 0.49% | - |
| XYZ | 7.43 | 3.63 | 19.71 | - |
| YUV | 47.29 | 171.86 | 153.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 14 | 125 | 0.34 | 0.89 | 0 | 0.51 | 277.3 | 0.8 | 0.27 |
| Hex | 53 | E | 7D | 22 | 59 | 0 | 33 | 115 | 50 | 1B |
| Octal | 123 | 16 | 175 | 42 | 131 | 0 | 63 | 425 | 120 | 33 |
| Binary | 1010011 | 1110 | 1111101 | 100010 | 1011001 | 0 | 110011 | 100010101 | 1010000 | 11011 |
Color Harmonies of #530E7D
Complementary color
Monochromatic Colors of #530E7D
Black with #530E7D
Text Example
Text Example
White with #530E7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #530E7D; }
p { color: rgb(83,14,125); }
H1.HeaderClassName
{
color: #530E7D;
}
.AnyTagClassName
{
color: #530E7D;
}
</style>
background-color css
<style>
a { background-color: #530E7D; }
a { background-color: rgb(83,14,125); }
div.DivClassName
{
background-color: #530E7D;
}
.BgClassName
{
background-color: #530E7D;
}
</style>
border-color css
<style>
span { border-color: #530E7D; }
span { border-color: rgb(83,14,125); }
td.TdClassName
{
border-color: #530E7D;
}
.TagClassName
{
border-color: #530E7D;
}
</style>