Shades of Indigo #5F0C9C
Tints of Indigo #5F0C9C
RGB
CMYK
RGB Variations
Color information
#5F0C9C (or 0x5F0C9C) is known color: Indigo. HEX triplet: 5F, 0C and 9C. RGB value is (95,12,156). Sum of RGB (Red+Green+Blue) = 95+12+156=263 (34% of max value = 765). Red value is 95 (37.5% from 255 or 36.12% from 263); Green value is 12 (5.08% from 255 or 4.56% from 263); Blue value is 156 (61.33% from 255 or 59.32% from 263); Max value from RGB is 156 - color contains mainly: blue. Hex color #5F0C9C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5F0C9C is #A0F363. Grayscale: #343434. Windows color (decimal): -10548068 or 10226783. OLE color: 10226783.
HSL color Cylindrical-coordinate representation of color #5F0C9C: hue angle of 274.58º degrees, saturation: 0.86, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5F0C9C is Cyan = 0.39, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 95 | 12 | 156 | - |
| CMYK | 0.39 | 0.92 | 0 | 0.39 |
| HSL | 274.58º | 0.86% | 0.33% | - |
| HSV(B) | 274.58º | 0.92% | 0.61% | - |
| XYZ | 10.85 | 5.1 | 31.86 | - |
| YUV | 53.23 | 186 | 157.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 12 | 156 | 0.39 | 0.92 | 0 | 0.39 | 274.58 | 0.86 | 0.33 |
| Hex | 5F | C | 9C | 27 | 5C | 0 | 27 | 113 | 56 | 21 |
| Octal | 137 | 14 | 234 | 47 | 134 | 0 | 47 | 423 | 126 | 41 |
| Binary | 1011111 | 1100 | 10011100 | 100111 | 1011100 | 0 | 100111 | 100010011 | 1010110 | 100001 |
Color Harmonies of #5F0C9C
Complementary color
Monochromatic Colors of #5F0C9C
Black with #5F0C9C
Text Example
Text Example
White with #5F0C9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F0C9C; }
p { color: rgb(95,12,156); }
H1.HeaderClassName
{
color: #5F0C9C;
}
.AnyTagClassName
{
color: #5F0C9C;
}
</style>
background-color css
<style>
a { background-color: #5F0C9C; }
a { background-color: rgb(95,12,156); }
div.DivClassName
{
background-color: #5F0C9C;
}
.BgClassName
{
background-color: #5F0C9C;
}
</style>
border-color css
<style>
span { border-color: #5F0C9C; }
span { border-color: rgb(95,12,156); }
td.TdClassName
{
border-color: #5F0C9C;
}
.TagClassName
{
border-color: #5F0C9C;
}
</style>