Shades of Indigo #5F0273
Tints of Indigo #5F0273
RGB
CMYK
RGB Variations
Color information
#5F0273 (or 0x5F0273) is known color: Indigo. HEX triplet: 5F, 02 and 73. RGB value is (95,2,115). Sum of RGB (Red+Green+Blue) = 95+2+115=212 (28% of max value = 765). Red value is 95 (37.5% from 255 or 44.81% from 212); Green value is 2 (1.17% from 255 or 0.94% from 212); Blue value is 115 (45.31% from 255 or 54.25% from 212); Max value from RGB is 115 - color contains mainly: blue. Hex color #5F0273 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5F0273 is #A0FD8C. Grayscale: #2A2A2A. Windows color (decimal): -10550669 or 7537247. OLE color: 7537247.
HSL color Cylindrical-coordinate representation of color #5F0273: hue angle of 289.38º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5F0273 is Cyan = 0.17, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 95 | 2 | 115 | - |
| CMYK | 0.17 | 0.98 | 0 | 0.55 |
| HSL | 289.38º | 0.97% | 0.23% | - |
| HSV(B) | 289.38º | 0.98% | 0.45% | - |
| XYZ | 7.84 | 3.71 | 16.52 | - |
| YUV | 42.69 | 168.81 | 165.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 2 | 115 | 0.17 | 0.98 | 0 | 0.55 | 289.38 | 0.97 | 0.23 |
| Hex | 5F | 2 | 73 | 11 | 62 | 0 | 37 | 121 | 61 | 17 |
| Octal | 137 | 2 | 163 | 21 | 142 | 0 | 67 | 441 | 141 | 27 |
| Binary | 1011111 | 10 | 1110011 | 10001 | 1100010 | 0 | 110111 | 100100001 | 1100001 | 10111 |
Color Harmonies of #5F0273
Complementary color
Monochromatic Colors of #5F0273
Black with #5F0273
Text Example
Text Example
White with #5F0273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F0273; }
p { color: rgb(95,2,115); }
H1.HeaderClassName
{
color: #5F0273;
}
.AnyTagClassName
{
color: #5F0273;
}
</style>
background-color css
<style>
a { background-color: #5F0273; }
a { background-color: rgb(95,2,115); }
div.DivClassName
{
background-color: #5F0273;
}
.BgClassName
{
background-color: #5F0273;
}
</style>
border-color css
<style>
span { border-color: #5F0273; }
span { border-color: rgb(95,2,115); }
td.TdClassName
{
border-color: #5F0273;
}
.TagClassName
{
border-color: #5F0273;
}
</style>