Shades of Indigo #5F0C8A
Tints of Indigo #5F0C8A
RGB
CMYK
RGB Variations
Color information
#5F0C8A (or 0x5F0C8A) is known color: Indigo. HEX triplet: 5F, 0C and 8A. RGB value is (95,12,138). Sum of RGB (Red+Green+Blue) = 95+12+138=245 (32% of max value = 765). Red value is 95 (37.5% from 255 or 38.78% from 245); Green value is 12 (5.08% from 255 or 4.90% from 245); Blue value is 138 (54.30% from 255 or 56.33% from 245); Max value from RGB is 138 - color contains mainly: blue. Hex color #5F0C8A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5F0C8A is #A0F375. Grayscale: #323232. Windows color (decimal): -10548086 or 9047135. OLE color: 9047135.
HSL color Cylindrical-coordinate representation of color #5F0C8A: hue angle of 279.52º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5F0C8A is Cyan = 0.31, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 95 | 12 | 138 | - |
| CMYK | 0.31 | 0.91 | 0 | 0.46 |
| HSL | 279.52º | 0.84% | 0.29% | - |
| HSV(B) | 279.52º | 0.91% | 0.54% | - |
| XYZ | 9.44 | 4.53 | 24.42 | - |
| YUV | 51.18 | 177 | 159.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 12 | 138 | 0.31 | 0.91 | 0 | 0.46 | 279.52 | 0.84 | 0.29 |
| Hex | 5F | C | 8A | 1F | 5B | 0 | 2E | 118 | 54 | 1D |
| Octal | 137 | 14 | 212 | 37 | 133 | 0 | 56 | 430 | 124 | 35 |
| Binary | 1011111 | 1100 | 10001010 | 11111 | 1011011 | 0 | 101110 | 100011000 | 1010100 | 11101 |
Color Harmonies of #5F0C8A
Complementary color
Monochromatic Colors of #5F0C8A
Black with #5F0C8A
Text Example
Text Example
White with #5F0C8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F0C8A; }
p { color: rgb(95,12,138); }
H1.HeaderClassName
{
color: #5F0C8A;
}
.AnyTagClassName
{
color: #5F0C8A;
}
</style>
background-color css
<style>
a { background-color: #5F0C8A; }
a { background-color: rgb(95,12,138); }
div.DivClassName
{
background-color: #5F0C8A;
}
.BgClassName
{
background-color: #5F0C8A;
}
</style>
border-color css
<style>
span { border-color: #5F0C8A; }
span { border-color: rgb(95,12,138); }
td.TdClassName
{
border-color: #5F0C8A;
}
.TagClassName
{
border-color: #5F0C8A;
}
</style>