Shades of Indigo #530765
Tints of Indigo #530765
RGB
CMYK
RGB Variations
Color information
#530765 (or 0x530765) is known color: Indigo. HEX triplet: 53, 07 and 65. RGB value is (83,7,101). Sum of RGB (Red+Green+Blue) = 83+7+101=191 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.46% from 191); Green value is 7 (3.12% from 255 or 3.66% from 191); Blue value is 101 (39.84% from 255 or 52.88% from 191); Max value from RGB is 101 - color contains mainly: blue. Hex color #530765 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #530765 is #ACF89A. Grayscale: #282828. Windows color (decimal): -11335835 or 6621011. OLE color: 6621011.
HSL color Cylindrical-coordinate representation of color #530765: hue angle of 288.51º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #530765 is Cyan = 0.18, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 83 | 7 | 101 | - |
| CMYK | 0.18 | 0.93 | 0 | 0.60 |
| HSL | 288.51º | 0.87% | 0.21% | - |
| HSV(B) | 288.51º | 0.93% | 0.4% | - |
| XYZ | 5.99 | 2.93 | 12.56 | - |
| YUV | 40.44 | 162.18 | 158.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 7 | 101 | 0.18 | 0.93 | 0 | 0.60 | 288.51 | 0.87 | 0.21 |
| Hex | 53 | 7 | 65 | 12 | 5D | 0 | 3C | 121 | 57 | 15 |
| Octal | 123 | 7 | 145 | 22 | 135 | 0 | 74 | 441 | 127 | 25 |
| Binary | 1010011 | 111 | 1100101 | 10010 | 1011101 | 0 | 111100 | 100100001 | 1010111 | 10101 |
Color Harmonies of #530765
Complementary color
Monochromatic Colors of #530765
Black with #530765
Text Example
Text Example
White with #530765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #530765; }
p { color: rgb(83,7,101); }
H1.HeaderClassName
{
color: #530765;
}
.AnyTagClassName
{
color: #530765;
}
</style>
background-color css
<style>
a { background-color: #530765; }
a { background-color: rgb(83,7,101); }
div.DivClassName
{
background-color: #530765;
}
.BgClassName
{
background-color: #530765;
}
</style>
border-color css
<style>
span { border-color: #530765; }
span { border-color: rgb(83,7,101); }
td.TdClassName
{
border-color: #530765;
}
.TagClassName
{
border-color: #530765;
}
</style>