Shades of Indigo #53017B
Tints of Indigo #53017B
RGB
CMYK
RGB Variations
Color information
#53017B (or 0x53017B) is known color: Indigo. HEX triplet: 53, 01 and 7B. RGB value is (83,1,123). Sum of RGB (Red+Green+Blue) = 83+1+123=207 (27% of max value = 765). Red value is 83 (32.81% from 255 or 40.10% from 207); Green value is 1 (0.78% from 255 or 0.48% from 207); Blue value is 123 (48.44% from 255 or 59.42% from 207); Max value from RGB is 123 - color contains mainly: blue. Hex color #53017B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #53017B is #ACFE84. Grayscale: #272727. Windows color (decimal): -11337349 or 8061267. OLE color: 8061267.
HSL color Cylindrical-coordinate representation of color #53017B: hue angle of 280.33º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #53017B is Cyan = 0.33, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 83 | 1 | 123 | - |
| CMYK | 0.33 | 0.99 | 0 | 0.52 |
| HSL | 280.33º | 0.98% | 0.24% | - |
| HSV(B) | 280.33º | 0.99% | 0.48% | - |
| XYZ | 7.15 | 3.29 | 19 | - |
| YUV | 39.43 | 175.17 | 159.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 1 | 123 | 0.33 | 0.99 | 0 | 0.52 | 280.33 | 0.98 | 0.24 |
| Hex | 53 | 1 | 7B | 21 | 63 | 0 | 34 | 118 | 62 | 18 |
| Octal | 123 | 1 | 173 | 41 | 143 | 0 | 64 | 430 | 142 | 30 |
| Binary | 1010011 | 1 | 1111011 | 100001 | 1100011 | 0 | 110100 | 100011000 | 1100010 | 11000 |
Color Harmonies of #53017B
Complementary color
Monochromatic Colors of #53017B
Black with #53017B
Text Example
Text Example
White with #53017B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53017B; }
p { color: rgb(83,1,123); }
H1.HeaderClassName
{
color: #53017B;
}
.AnyTagClassName
{
color: #53017B;
}
</style>
background-color css
<style>
a { background-color: #53017B; }
a { background-color: rgb(83,1,123); }
div.DivClassName
{
background-color: #53017B;
}
.BgClassName
{
background-color: #53017B;
}
</style>
border-color css
<style>
span { border-color: #53017B; }
span { border-color: rgb(83,1,123); }
td.TdClassName
{
border-color: #53017B;
}
.TagClassName
{
border-color: #53017B;
}
</style>