Shades of Indigo #530A65
Tints of Indigo #530A65
RGB
CMYK
RGB Variations
Color information
#530A65 (or 0x530A65) is known color: Indigo. HEX triplet: 53, 0A and 65. RGB value is (83,10,101). Sum of RGB (Red+Green+Blue) = 83+10+101=194 (25% of max value = 765). Red value is 83 (32.81% from 255 or 42.78% from 194); Green value is 10 (4.30% from 255 or 5.15% from 194); Blue value is 101 (39.84% from 255 or 52.06% from 194); Max value from RGB is 101 - color contains mainly: blue. Hex color #530A65 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #530A65 is #ACF59A. Grayscale: #292929. Windows color (decimal): -11335067 or 6621779. OLE color: 6621779.
HSL color Cylindrical-coordinate representation of color #530A65: hue angle of 288.13º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #530A65 is Cyan = 0.18, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 83 | 10 | 101 | - |
| CMYK | 0.18 | 0.90 | 0 | 0.60 |
| HSL | 288.13º | 0.82% | 0.22% | - |
| HSV(B) | 288.13º | 0.9% | 0.4% | - |
| XYZ | 6.02 | 3 | 12.57 | - |
| YUV | 42.2 | 161.18 | 157.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 10 | 101 | 0.18 | 0.90 | 0 | 0.60 | 288.13 | 0.82 | 0.22 |
| Hex | 53 | A | 65 | 12 | 5A | 0 | 3C | 120 | 52 | 16 |
| Octal | 123 | 12 | 145 | 22 | 132 | 0 | 74 | 440 | 122 | 26 |
| Binary | 1010011 | 1010 | 1100101 | 10010 | 1011010 | 0 | 111100 | 100100000 | 1010010 | 10110 |
Color Harmonies of #530A65
Complementary color
Monochromatic Colors of #530A65
Black with #530A65
Text Example
Text Example
White with #530A65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #530A65; }
p { color: rgb(83,10,101); }
H1.HeaderClassName
{
color: #530A65;
}
.AnyTagClassName
{
color: #530A65;
}
</style>
background-color css
<style>
a { background-color: #530A65; }
a { background-color: rgb(83,10,101); }
div.DivClassName
{
background-color: #530A65;
}
.BgClassName
{
background-color: #530A65;
}
</style>
border-color css
<style>
span { border-color: #530A65; }
span { border-color: rgb(83,10,101); }
td.TdClassName
{
border-color: #530A65;
}
.TagClassName
{
border-color: #530A65;
}
</style>