Shades of Indigo #530165
Tints of Indigo #530165
RGB
CMYK
RGB Variations
Color information
#530165 (or 0x530165) is known color: Indigo. HEX triplet: 53, 01 and 65. RGB value is (83,1,101). Sum of RGB (Red+Green+Blue) = 83+1+101=185 (24% of max value = 765). Red value is 83 (32.81% from 255 or 44.86% from 185); Green value is 1 (0.78% from 255 or 0.54% from 185); Blue value is 101 (39.84% from 255 or 54.59% from 185); Max value from RGB is 101 - color contains mainly: blue. Hex color #530165 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #530165 is #ACFE9A. Grayscale: #242424. Windows color (decimal): -11337371 or 6619475. OLE color: 6619475.
HSL color Cylindrical-coordinate representation of color #530165: hue angle of 289.2º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #530165 is Cyan = 0.18, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 83 | 1 | 101 | - |
| CMYK | 0.18 | 0.99 | 0 | 0.60 |
| HSL | 289.2º | 0.98% | 0.2% | - |
| HSV(B) | 289.2º | 0.99% | 0.4% | - |
| XYZ | 5.93 | 2.8 | 12.54 | - |
| YUV | 36.92 | 164.17 | 160.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 1 | 101 | 0.18 | 0.99 | 0 | 0.60 | 289.2 | 0.98 | 0.2 |
| Hex | 53 | 1 | 65 | 12 | 63 | 0 | 3C | 121 | 62 | 14 |
| Octal | 123 | 1 | 145 | 22 | 143 | 0 | 74 | 441 | 142 | 24 |
| Binary | 1010011 | 1 | 1100101 | 10010 | 1100011 | 0 | 111100 | 100100001 | 1100010 | 10100 |
Color Harmonies of #530165
Complementary color
Monochromatic Colors of #530165
Black with #530165
Text Example
Text Example
White with #530165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #530165; }
p { color: rgb(83,1,101); }
H1.HeaderClassName
{
color: #530165;
}
.AnyTagClassName
{
color: #530165;
}
</style>
background-color css
<style>
a { background-color: #530165; }
a { background-color: rgb(83,1,101); }
div.DivClassName
{
background-color: #530165;
}
.BgClassName
{
background-color: #530165;
}
</style>
border-color css
<style>
span { border-color: #530165; }
span { border-color: rgb(83,1,101); }
td.TdClassName
{
border-color: #530165;
}
.TagClassName
{
border-color: #530165;
}
</style>