Shades of Indigo #53009C
Tints of Indigo #53009C
RGB
CMYK
RGB Variations
Color information
#53009C (or 0x53009C) is known color: Indigo. HEX triplet: 53, 00 and 9C. RGB value is (83,0,156). Sum of RGB (Red+Green+Blue) = 83+0+156=239 (31% of max value = 765). Red value is 83 (32.81% from 255 or 34.73% from 239); Green value is 0 (0.39% from 255 or 0% from 239); Blue value is 156 (61.33% from 255 or 65.27% from 239); Max value from RGB is 156 - color contains mainly: blue. Hex color #53009C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #53009C is #ACFF63. Grayscale: #2A2A2A. Windows color (decimal): -11337572 or 10223699. OLE color: 10223699.
HSL color Cylindrical-coordinate representation of color #53009C: hue angle of 271.92º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 1%. Process color model (Four color, CMYK) of #53009C is Cyan = 0.47, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 83 | 0 | 156 | - |
| CMYK | 0.47 | 1 | 0 | 0.39 |
| HSL | 271.92º | 1% | 0.31% | - |
| HSV(B) | 271.92º | 1% | 0.61% | - |
| XYZ | 9.57 | 4.24 | 31.77 | - |
| YUV | 42.6 | 192 | 156.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 0 | 156 | 0.47 | 1 | 0 | 0.39 | 271.92 | 1 | 0.31 |
| Hex | 53 | 0 | 9C | 2F | 64 | 0 | 27 | 110 | 64 | 1F |
| Octal | 123 | 0 | 234 | 57 | 144 | 0 | 47 | 420 | 144 | 37 |
| Binary | 1010011 | 0 | 10011100 | 101111 | 1100100 | 0 | 100111 | 100010000 | 1100100 | 11111 |
Color Harmonies of #53009C
Complementary color
Monochromatic Colors of #53009C
Black with #53009C
Text Example
Text Example
White with #53009C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53009C; }
p { color: rgb(83,0,156); }
H1.HeaderClassName
{
color: #53009C;
}
.AnyTagClassName
{
color: #53009C;
}
</style>
background-color css
<style>
a { background-color: #53009C; }
a { background-color: rgb(83,0,156); }
div.DivClassName
{
background-color: #53009C;
}
.BgClassName
{
background-color: #53009C;
}
</style>
border-color css
<style>
span { border-color: #53009C; }
span { border-color: rgb(83,0,156); }
td.TdClassName
{
border-color: #53009C;
}
.TagClassName
{
border-color: #53009C;
}
</style>