Shades of Indigo #530377
Tints of Indigo #530377
RGB
CMYK
RGB Variations
Color information
#530377 (or 0x530377) is known color: Indigo. HEX triplet: 53, 03 and 77. RGB value is (83,3,119). Sum of RGB (Red+Green+Blue) = 83+3+119=205 (27% of max value = 765). Red value is 83 (32.81% from 255 or 40.49% from 205); Green value is 3 (1.56% from 255 or 1.46% from 205); Blue value is 119 (46.88% from 255 or 58.05% from 205); Max value from RGB is 119 - color contains mainly: blue. Hex color #530377 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #530377 is #ACFC88. Grayscale: #272727. Windows color (decimal): -11336841 or 7799635. OLE color: 7799635.
HSL color Cylindrical-coordinate representation of color #530377: hue angle of 281.38º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #530377 is Cyan = 0.30, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 83 | 3 | 119 | - |
| CMYK | 0.30 | 0.97 | 0 | 0.53 |
| HSL | 281.38º | 0.95% | 0.24% | - |
| HSV(B) | 281.38º | 0.97% | 0.47% | - |
| XYZ | 6.93 | 3.24 | 17.71 | - |
| YUV | 40.14 | 172.5 | 158.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 3 | 119 | 0.30 | 0.97 | 0 | 0.53 | 281.38 | 0.95 | 0.24 |
| Hex | 53 | 3 | 77 | 1E | 61 | 0 | 35 | 119 | 5F | 18 |
| Octal | 123 | 3 | 167 | 36 | 141 | 0 | 65 | 431 | 137 | 30 |
| Binary | 1010011 | 11 | 1110111 | 11110 | 1100001 | 0 | 110101 | 100011001 | 1011111 | 11000 |
Color Harmonies of #530377
Complementary color
Monochromatic Colors of #530377
Black with #530377
Text Example
Text Example
White with #530377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #530377; }
p { color: rgb(83,3,119); }
H1.HeaderClassName
{
color: #530377;
}
.AnyTagClassName
{
color: #530377;
}
</style>
background-color css
<style>
a { background-color: #530377; }
a { background-color: rgb(83,3,119); }
div.DivClassName
{
background-color: #530377;
}
.BgClassName
{
background-color: #530377;
}
</style>
border-color css
<style>
span { border-color: #530377; }
span { border-color: rgb(83,3,119); }
td.TdClassName
{
border-color: #530377;
}
.TagClassName
{
border-color: #530377;
}
</style>