Shades of Indigo #5F0484
Tints of Indigo #5F0484
RGB
CMYK
RGB Variations
Color information
#5F0484 (or 0x5F0484) is known color: Indigo. HEX triplet: 5F, 04 and 84. RGB value is (95,4,132). Sum of RGB (Red+Green+Blue) = 95+4+132=231 (30% of max value = 765). Red value is 95 (37.5% from 255 or 41.13% from 231); Green value is 4 (1.95% from 255 or 1.73% from 231); Blue value is 132 (51.95% from 255 or 57.14% from 231); Max value from RGB is 132 - color contains mainly: blue. Hex color #5F0484 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5F0484 is #A0FB7B. Grayscale: #2D2D2D. Windows color (decimal): -10550140 or 8651871. OLE color: 8651871.
HSL color Cylindrical-coordinate representation of color #5F0484: hue angle of 282.66º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5F0484 is Cyan = 0.28, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 95 | 4 | 132 | - |
| CMYK | 0.28 | 0.97 | 0 | 0.48 |
| HSL | 282.66º | 0.94% | 0.27% | - |
| HSV(B) | 282.66º | 0.97% | 0.52% | - |
| XYZ | 8.93 | 4.19 | 22.17 | - |
| YUV | 45.8 | 176.65 | 163.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 4 | 132 | 0.28 | 0.97 | 0 | 0.48 | 282.66 | 0.94 | 0.27 |
| Hex | 5F | 4 | 84 | 1C | 61 | 0 | 30 | 11B | 5E | 1B |
| Octal | 137 | 4 | 204 | 34 | 141 | 0 | 60 | 433 | 136 | 33 |
| Binary | 1011111 | 100 | 10000100 | 11100 | 1100001 | 0 | 110000 | 100011011 | 1011110 | 11011 |
Color Harmonies of #5F0484
Complementary color
Monochromatic Colors of #5F0484
Black with #5F0484
Text Example
Text Example
White with #5F0484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F0484; }
p { color: rgb(95,4,132); }
H1.HeaderClassName
{
color: #5F0484;
}
.AnyTagClassName
{
color: #5F0484;
}
</style>
background-color css
<style>
a { background-color: #5F0484; }
a { background-color: rgb(95,4,132); }
div.DivClassName
{
background-color: #5F0484;
}
.BgClassName
{
background-color: #5F0484;
}
</style>
border-color css
<style>
span { border-color: #5F0484; }
span { border-color: rgb(95,4,132); }
td.TdClassName
{
border-color: #5F0484;
}
.TagClassName
{
border-color: #5F0484;
}
</style>