Shades of Indigo #53008B
Tints of Indigo #53008B
RGB
CMYK
RGB Variations
Color information
#53008B (or 0x53008B) is known color: Indigo. HEX triplet: 53, 00 and 8B. RGB value is (83,0,139). Sum of RGB (Red+Green+Blue) = 83+0+139=222 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.39% from 222); Green value is 0 (0.39% from 255 or 0% from 222); Blue value is 139 (54.69% from 255 or 62.61% from 222); Max value from RGB is 139 - color contains mainly: blue. Hex color #53008B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #53008B is #ACFF74. Grayscale: #282828. Windows color (decimal): -11337589 or 9109587. OLE color: 9109587.
HSL color Cylindrical-coordinate representation of color #53008B: hue angle of 275.83º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #53008B is Cyan = 0.40, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 83 | 0 | 139 | - |
| CMYK | 0.40 | 1 | 0 | 0.45 |
| HSL | 275.83º | 1% | 0.27% | - |
| HSV(B) | 275.83º | 1% | 0.55% | - |
| XYZ | 8.23 | 3.7 | 24.71 | - |
| YUV | 40.66 | 183.5 | 158.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 0 | 139 | 0.40 | 1 | 0 | 0.45 | 275.83 | 1 | 0.27 |
| Hex | 53 | 0 | 8B | 28 | 64 | 0 | 2D | 114 | 64 | 1B |
| Octal | 123 | 0 | 213 | 50 | 144 | 0 | 55 | 424 | 144 | 33 |
| Binary | 1010011 | 0 | 10001011 | 101000 | 1100100 | 0 | 101101 | 100010100 | 1100100 | 11011 |
Color Harmonies of #53008B
Complementary color
Monochromatic Colors of #53008B
Black with #53008B
Text Example
Text Example
White with #53008B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53008B; }
p { color: rgb(83,0,139); }
H1.HeaderClassName
{
color: #53008B;
}
.AnyTagClassName
{
color: #53008B;
}
</style>
background-color css
<style>
a { background-color: #53008B; }
a { background-color: rgb(83,0,139); }
div.DivClassName
{
background-color: #53008B;
}
.BgClassName
{
background-color: #53008B;
}
</style>
border-color css
<style>
span { border-color: #53008B; }
span { border-color: rgb(83,0,139); }
td.TdClassName
{
border-color: #53008B;
}
.TagClassName
{
border-color: #53008B;
}
</style>