Shades of Indigo #5F029B
Tints of Indigo #5F029B
RGB
CMYK
RGB Variations
Color information
#5F029B (or 0x5F029B) is known color: Indigo. HEX triplet: 5F, 02 and 9B. RGB value is (95,2,155). Sum of RGB (Red+Green+Blue) = 95+2+155=252 (33% of max value = 765). Red value is 95 (37.5% from 255 or 37.70% from 252); Green value is 2 (1.17% from 255 or 0.79% from 252); Blue value is 155 (60.94% from 255 or 61.51% from 252); Max value from RGB is 155 - color contains mainly: blue. Hex color #5F029B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5F029B is #A0FD64. Grayscale: #2E2E2E. Windows color (decimal): -10550629 or 10158687. OLE color: 10158687.
HSL color Cylindrical-coordinate representation of color #5F029B: hue angle of 276.47º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5F029B is Cyan = 0.39, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 95 | 2 | 155 | - |
| CMYK | 0.39 | 0.99 | 0 | 0.39 |
| HSL | 276.47º | 0.97% | 0.31% | - |
| HSV(B) | 276.47º | 0.99% | 0.61% | - |
| XYZ | 10.66 | 4.84 | 31.38 | - |
| YUV | 47.25 | 188.81 | 162.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 2 | 155 | 0.39 | 0.99 | 0 | 0.39 | 276.47 | 0.97 | 0.31 |
| Hex | 5F | 2 | 9B | 27 | 63 | 0 | 27 | 114 | 61 | 1F |
| Octal | 137 | 2 | 233 | 47 | 143 | 0 | 47 | 424 | 141 | 37 |
| Binary | 1011111 | 10 | 10011011 | 100111 | 1100011 | 0 | 100111 | 100010100 | 1100001 | 11111 |
Color Harmonies of #5F029B
Complementary color
Monochromatic Colors of #5F029B
Black with #5F029B
Text Example
Text Example
White with #5F029B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F029B; }
p { color: rgb(95,2,155); }
H1.HeaderClassName
{
color: #5F029B;
}
.AnyTagClassName
{
color: #5F029B;
}
</style>
background-color css
<style>
a { background-color: #5F029B; }
a { background-color: rgb(95,2,155); }
div.DivClassName
{
background-color: #5F029B;
}
.BgClassName
{
background-color: #5F029B;
}
</style>
border-color css
<style>
span { border-color: #5F029B; }
span { border-color: rgb(95,2,155); }
td.TdClassName
{
border-color: #5F029B;
}
.TagClassName
{
border-color: #5F029B;
}
</style>