Shades of Indigo #5F0073
Tints of Indigo #5F0073
RGB
CMYK
RGB Variations
Color information
#5F0073 (or 0x5F0073) is known color: Indigo. HEX triplet: 5F, 00 and 73. RGB value is (95,0,115). Sum of RGB (Red+Green+Blue) = 95+0+115=210 (27% of max value = 765). Red value is 95 (37.5% from 255 or 45.24% from 210); Green value is 0 (0.39% from 255 or 0% from 210); Blue value is 115 (45.31% from 255 or 54.76% from 210); Max value from RGB is 115 - color contains mainly: blue. Hex color #5F0073 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5F0073 is #A0FF8C. Grayscale: #292929. Windows color (decimal): -10551181 or 7536735. OLE color: 7536735.
HSL color Cylindrical-coordinate representation of color #5F0073: hue angle of 289.57º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5F0073 is Cyan = 0.17, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 95 | 0 | 115 | - |
| CMYK | 0.17 | 1 | 0 | 0.55 |
| HSL | 289.57º | 1% | 0.23% | - |
| HSV(B) | 289.57º | 1% | 0.45% | - |
| XYZ | 7.81 | 3.67 | 16.52 | - |
| YUV | 41.52 | 169.47 | 166.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 0 | 115 | 0.17 | 1 | 0 | 0.55 | 289.57 | 1 | 0.23 |
| Hex | 5F | 0 | 73 | 11 | 64 | 0 | 37 | 122 | 64 | 17 |
| Octal | 137 | 0 | 163 | 21 | 144 | 0 | 67 | 442 | 144 | 27 |
| Binary | 1011111 | 0 | 1110011 | 10001 | 1100100 | 0 | 110111 | 100100010 | 1100100 | 10111 |
Color Harmonies of #5F0073
Complementary color
Monochromatic Colors of #5F0073
Black with #5F0073
Text Example
Text Example
White with #5F0073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F0073; }
p { color: rgb(95,0,115); }
H1.HeaderClassName
{
color: #5F0073;
}
.AnyTagClassName
{
color: #5F0073;
}
</style>
background-color css
<style>
a { background-color: #5F0073; }
a { background-color: rgb(95,0,115); }
div.DivClassName
{
background-color: #5F0073;
}
.BgClassName
{
background-color: #5F0073;
}
</style>
border-color css
<style>
span { border-color: #5F0073; }
span { border-color: rgb(95,0,115); }
td.TdClassName
{
border-color: #5F0073;
}
.TagClassName
{
border-color: #5F0073;
}
</style>