Shades of Indigo #5F028A
Tints of Indigo #5F028A
RGB
CMYK
RGB Variations
Color information
#5F028A (or 0x5F028A) is known color: Indigo. HEX triplet: 5F, 02 and 8A. RGB value is (95,2,138). Sum of RGB (Red+Green+Blue) = 95+2+138=235 (31% of max value = 765). Red value is 95 (37.5% from 255 or 40.43% from 235); Green value is 2 (1.17% from 255 or 0.85% from 235); Blue value is 138 (54.30% from 255 or 58.72% from 235); Max value from RGB is 138 - color contains mainly: blue. Hex color #5F028A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5F028A is #A0FD75. Grayscale: #2C2C2C. Windows color (decimal): -10550646 or 9044575. OLE color: 9044575.
HSL color Cylindrical-coordinate representation of color #5F028A: hue angle of 281.03º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5F028A is Cyan = 0.31, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 95 | 2 | 138 | - |
| CMYK | 0.31 | 0.99 | 0 | 0.46 |
| HSL | 281.03º | 0.97% | 0.27% | - |
| HSV(B) | 281.03º | 0.99% | 0.54% | - |
| XYZ | 9.33 | 4.31 | 24.39 | - |
| YUV | 45.31 | 180.31 | 163.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 2 | 138 | 0.31 | 0.99 | 0 | 0.46 | 281.03 | 0.97 | 0.27 |
| Hex | 5F | 2 | 8A | 1F | 63 | 0 | 2E | 119 | 61 | 1B |
| Octal | 137 | 2 | 212 | 37 | 143 | 0 | 56 | 431 | 141 | 33 |
| Binary | 1011111 | 10 | 10001010 | 11111 | 1100011 | 0 | 101110 | 100011001 | 1100001 | 11011 |
Color Harmonies of #5F028A
Complementary color
Monochromatic Colors of #5F028A
Black with #5F028A
Text Example
Text Example
White with #5F028A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F028A; }
p { color: rgb(95,2,138); }
H1.HeaderClassName
{
color: #5F028A;
}
.AnyTagClassName
{
color: #5F028A;
}
</style>
background-color css
<style>
a { background-color: #5F028A; }
a { background-color: rgb(95,2,138); }
div.DivClassName
{
background-color: #5F028A;
}
.BgClassName
{
background-color: #5F028A;
}
</style>
border-color css
<style>
span { border-color: #5F028A; }
span { border-color: rgb(95,2,138); }
td.TdClassName
{
border-color: #5F028A;
}
.TagClassName
{
border-color: #5F028A;
}
</style>