Shades of Indigo #5F0C83
Tints of Indigo #5F0C83
RGB
CMYK
RGB Variations
Color information
#5F0C83 (or 0x5F0C83) is known color: Indigo. HEX triplet: 5F, 0C and 83. RGB value is (95,12,131). Sum of RGB (Red+Green+Blue) = 95+12+131=238 (31% of max value = 765). Red value is 95 (37.5% from 255 or 39.92% from 238); Green value is 12 (5.08% from 255 or 5.04% from 238); Blue value is 131 (51.56% from 255 or 55.04% from 238); Max value from RGB is 131 - color contains mainly: blue. Hex color #5F0C83 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5F0C83 is #A0F37C. Grayscale: #313131. Windows color (decimal): -10548093 or 8588383. OLE color: 8588383.
HSL color Cylindrical-coordinate representation of color #5F0C83: hue angle of 281.85º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5F0C83 is Cyan = 0.27, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 95 | 12 | 131 | - |
| CMYK | 0.27 | 0.91 | 0 | 0.49 |
| HSL | 281.85º | 0.83% | 0.28% | - |
| HSV(B) | 281.85º | 0.91% | 0.51% | - |
| XYZ | 8.95 | 4.33 | 21.84 | - |
| YUV | 50.38 | 173.5 | 159.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 12 | 131 | 0.27 | 0.91 | 0 | 0.49 | 281.85 | 0.83 | 0.28 |
| Hex | 5F | C | 83 | 1B | 5B | 0 | 31 | 11A | 53 | 1C |
| Octal | 137 | 14 | 203 | 33 | 133 | 0 | 61 | 432 | 123 | 34 |
| Binary | 1011111 | 1100 | 10000011 | 11011 | 1011011 | 0 | 110001 | 100011010 | 1010011 | 11100 |
Color Harmonies of #5F0C83
Complementary color
Monochromatic Colors of #5F0C83
Black with #5F0C83
Text Example
Text Example
White with #5F0C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F0C83; }
p { color: rgb(95,12,131); }
H1.HeaderClassName
{
color: #5F0C83;
}
.AnyTagClassName
{
color: #5F0C83;
}
</style>
background-color css
<style>
a { background-color: #5F0C83; }
a { background-color: rgb(95,12,131); }
div.DivClassName
{
background-color: #5F0C83;
}
.BgClassName
{
background-color: #5F0C83;
}
</style>
border-color css
<style>
span { border-color: #5F0C83; }
span { border-color: rgb(95,12,131); }
td.TdClassName
{
border-color: #5F0C83;
}
.TagClassName
{
border-color: #5F0C83;
}
</style>