Shades of Indigo #530F7A
Tints of Indigo #530F7A
RGB
CMYK
RGB Variations
Color information
#530F7A (or 0x530F7A) is known color: Indigo. HEX triplet: 53, 0F and 7A. RGB value is (83,15,122). Sum of RGB (Red+Green+Blue) = 83+15+122=220 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.73% from 220); Green value is 15 (6.25% from 255 or 6.82% from 220); Blue value is 122 (48.05% from 255 or 55.45% from 220); Max value from RGB is 122 - color contains mainly: blue. Hex color #530F7A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #530F7A is #ACF085. Grayscale: #2F2F2F. Windows color (decimal): -11333766 or 7999315. OLE color: 7999315.
HSL color Cylindrical-coordinate representation of color #530F7A: hue angle of 278.13º degrees, saturation: 0.78, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #530F7A is Cyan = 0.32, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 83 | 15 | 122 | - |
| CMYK | 0.32 | 0.88 | 0 | 0.52 |
| HSL | 278.13º | 0.78% | 0.27% | - |
| HSV(B) | 278.13º | 0.88% | 0.48% | - |
| XYZ | 7.25 | 3.59 | 18.72 | - |
| YUV | 47.53 | 170.03 | 153.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 15 | 122 | 0.32 | 0.88 | 0 | 0.52 | 278.13 | 0.78 | 0.27 |
| Hex | 53 | F | 7A | 20 | 58 | 0 | 34 | 116 | 4E | 1B |
| Octal | 123 | 17 | 172 | 40 | 130 | 0 | 64 | 426 | 116 | 33 |
| Binary | 1010011 | 1111 | 1111010 | 100000 | 1011000 | 0 | 110100 | 100010110 | 1001110 | 11011 |
Color Harmonies of #530F7A
Complementary color
Monochromatic Colors of #530F7A
Black with #530F7A
Text Example
Text Example
White with #530F7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #530F7A; }
p { color: rgb(83,15,122); }
H1.HeaderClassName
{
color: #530F7A;
}
.AnyTagClassName
{
color: #530F7A;
}
</style>
background-color css
<style>
a { background-color: #530F7A; }
a { background-color: rgb(83,15,122); }
div.DivClassName
{
background-color: #530F7A;
}
.BgClassName
{
background-color: #530F7A;
}
</style>
border-color css
<style>
span { border-color: #530F7A; }
span { border-color: rgb(83,15,122); }
td.TdClassName
{
border-color: #530F7A;
}
.TagClassName
{
border-color: #530F7A;
}
</style>