Shades of Indigo #5F009C
Tints of Indigo #5F009C
RGB
CMYK
RGB Variations
Color information
#5F009C (or 0x5F009C) is known color: Indigo. HEX triplet: 5F, 00 and 9C. RGB value is (95,0,156). Sum of RGB (Red+Green+Blue) = 95+0+156=251 (33% of max value = 765). Red value is 95 (37.5% from 255 or 37.85% from 251); Green value is 0 (0.39% from 255 or 0% from 251); Blue value is 156 (61.33% from 255 or 62.15% from 251); Max value from RGB is 156 - color contains mainly: blue. Hex color #5F009C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5F009C is #A0FF63. Grayscale: #2D2D2D. Windows color (decimal): -10551140 or 10223711. OLE color: 10223711.
HSL color Cylindrical-coordinate representation of color #5F009C: hue angle of 276.54º 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 #5F009C is Cyan = 0.39, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 95 | 0 | 156 | - |
| CMYK | 0.39 | 1 | 0 | 0.39 |
| HSL | 276.54º | 1% | 0.31% | - |
| HSV(B) | 276.54º | 1% | 0.61% | - |
| XYZ | 10.72 | 4.83 | 31.82 | - |
| YUV | 46.19 | 189.97 | 162.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 0 | 156 | 0.39 | 1 | 0 | 0.39 | 276.54 | 1 | 0.31 |
| Hex | 5F | 0 | 9C | 27 | 64 | 0 | 27 | 115 | 64 | 1F |
| Octal | 137 | 0 | 234 | 47 | 144 | 0 | 47 | 425 | 144 | 37 |
| Binary | 1011111 | 0 | 10011100 | 100111 | 1100100 | 0 | 100111 | 100010101 | 1100100 | 11111 |
Color Harmonies of #5F009C
Complementary color
Monochromatic Colors of #5F009C
Black with #5F009C
Text Example
Text Example
White with #5F009C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F009C; }
p { color: rgb(95,0,156); }
H1.HeaderClassName
{
color: #5F009C;
}
.AnyTagClassName
{
color: #5F009C;
}
</style>
background-color css
<style>
a { background-color: #5F009C; }
a { background-color: rgb(95,0,156); }
div.DivClassName
{
background-color: #5F009C;
}
.BgClassName
{
background-color: #5F009C;
}
</style>
border-color css
<style>
span { border-color: #5F009C; }
span { border-color: rgb(95,0,156); }
td.TdClassName
{
border-color: #5F009C;
}
.TagClassName
{
border-color: #5F009C;
}
</style>