Shades of Indigo #5F0299
Tints of Indigo #5F0299
RGB
CMYK
RGB Variations
Color information
#5F0299 (or 0x5F0299) is known color: Indigo. HEX triplet: 5F, 02 and 99. RGB value is (95,2,153). Sum of RGB (Red+Green+Blue) = 95+2+153=250 (33% of max value = 765). Red value is 95 (37.5% from 255 or 38% from 250); Green value is 2 (1.17% from 255 or 0.8% from 250); Blue value is 153 (60.16% from 255 or 61.2% from 250); Max value from RGB is 153 - color contains mainly: blue. Hex color #5F0299 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5F0299 is #A0FD66. Grayscale: #2E2E2E. Windows color (decimal): -10550631 or 10027615. OLE color: 10027615.
HSL color Cylindrical-coordinate representation of color #5F0299: hue angle of 276.95º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5F0299 is Cyan = 0.38, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 95 | 2 | 153 | - |
| CMYK | 0.38 | 0.99 | 0 | 0.4 |
| HSL | 276.95º | 0.97% | 0.3% | - |
| HSV(B) | 276.95º | 0.99% | 0.6% | - |
| XYZ | 10.49 | 4.78 | 30.51 | - |
| YUV | 47.02 | 187.81 | 162.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 2 | 153 | 0.38 | 0.99 | 0 | 0.4 | 276.95 | 0.97 | 0.3 |
| Hex | 5F | 2 | 99 | 26 | 63 | 0 | 28 | 115 | 61 | 1E |
| Octal | 137 | 2 | 231 | 46 | 143 | 0 | 50 | 425 | 141 | 36 |
| Binary | 1011111 | 10 | 10011001 | 100110 | 1100011 | 0 | 101000 | 100010101 | 1100001 | 11110 |
Color Harmonies of #5F0299
Complementary color
Monochromatic Colors of #5F0299
Black with #5F0299
Text Example
Text Example
White with #5F0299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F0299; }
p { color: rgb(95,2,153); }
H1.HeaderClassName
{
color: #5F0299;
}
.AnyTagClassName
{
color: #5F0299;
}
</style>
background-color css
<style>
a { background-color: #5F0299; }
a { background-color: rgb(95,2,153); }
div.DivClassName
{
background-color: #5F0299;
}
.BgClassName
{
background-color: #5F0299;
}
</style>
border-color css
<style>
span { border-color: #5F0299; }
span { border-color: rgb(95,2,153); }
td.TdClassName
{
border-color: #5F0299;
}
.TagClassName
{
border-color: #5F0299;
}
</style>