Shades of Indigo #530665
Tints of Indigo #530665
RGB
CMYK
RGB Variations
Color information
#530665 (or 0x530665) is known color: Indigo. HEX triplet: 53, 06 and 65. RGB value is (83,6,101). Sum of RGB (Red+Green+Blue) = 83+6+101=190 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.68% from 190); Green value is 6 (2.73% from 255 or 3.16% from 190); Blue value is 101 (39.84% from 255 or 53.16% from 190); Max value from RGB is 101 - color contains mainly: blue. Hex color #530665 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #530665 is #ACF99A. Grayscale: #272727. Windows color (decimal): -11336091 or 6620755. OLE color: 6620755.
HSL color Cylindrical-coordinate representation of color #530665: hue angle of 288.63º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #530665 is Cyan = 0.18, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 83 | 6 | 101 | - |
| CMYK | 0.18 | 0.94 | 0 | 0.60 |
| HSL | 288.63º | 0.89% | 0.21% | - |
| HSV(B) | 288.63º | 0.94% | 0.4% | - |
| XYZ | 5.98 | 2.91 | 12.56 | - |
| YUV | 39.85 | 162.51 | 158.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 6 | 101 | 0.18 | 0.94 | 0 | 0.60 | 288.63 | 0.89 | 0.21 |
| Hex | 53 | 6 | 65 | 12 | 5E | 0 | 3C | 121 | 59 | 15 |
| Octal | 123 | 6 | 145 | 22 | 136 | 0 | 74 | 441 | 131 | 25 |
| Binary | 1010011 | 110 | 1100101 | 10010 | 1011110 | 0 | 111100 | 100100001 | 1011001 | 10101 |
Color Harmonies of #530665
Complementary color
Monochromatic Colors of #530665
Black with #530665
Text Example
Text Example
White with #530665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #530665; }
p { color: rgb(83,6,101); }
H1.HeaderClassName
{
color: #530665;
}
.AnyTagClassName
{
color: #530665;
}
</style>
background-color css
<style>
a { background-color: #530665; }
a { background-color: rgb(83,6,101); }
div.DivClassName
{
background-color: #530665;
}
.BgClassName
{
background-color: #530665;
}
</style>
border-color css
<style>
span { border-color: #530665; }
span { border-color: rgb(83,6,101); }
td.TdClassName
{
border-color: #530665;
}
.TagClassName
{
border-color: #530665;
}
</style>