Shades of Indigo #5F10A4
Tints of Indigo #5F10A4
RGB
CMYK
RGB Variations
Color information
#5F10A4 (or 0x5F10A4) is known color: Indigo. HEX triplet: 5F, 10 and A4. RGB value is (95,16,164). Sum of RGB (Red+Green+Blue) = 95+16+164=275 (36% of max value = 765). Red value is 95 (37.5% from 255 or 34.55% from 275); Green value is 16 (6.64% from 255 or 5.82% from 275); Blue value is 164 (64.45% from 255 or 59.64% from 275); Max value from RGB is 164 - color contains mainly: blue. Hex color #5F10A4 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5F10A4 is #A0EF5B. Grayscale: #373737. Windows color (decimal): -10547036 or 10752095. OLE color: 10752095.
HSL color Cylindrical-coordinate representation of color #5F10A4: hue angle of 272.03º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5F10A4 is Cyan = 0.42, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 95 | 16 | 164 | - |
| CMYK | 0.42 | 0.90 | 0 | 0.36 |
| HSL | 272.03º | 0.82% | 0.35% | - |
| HSV(B) | 272.03º | 0.9% | 0.64% | - |
| XYZ | 11.61 | 5.48 | 35.57 | - |
| YUV | 56.49 | 188.67 | 155.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 16 | 164 | 0.42 | 0.90 | 0 | 0.36 | 272.03 | 0.82 | 0.35 |
| Hex | 5F | 10 | A4 | 2A | 5A | 0 | 24 | 110 | 52 | 23 |
| Octal | 137 | 20 | 244 | 52 | 132 | 0 | 44 | 420 | 122 | 43 |
| Binary | 1011111 | 10000 | 10100100 | 101010 | 1011010 | 0 | 100100 | 100010000 | 1010010 | 100011 |
Color Harmonies of #5F10A4
Complementary color
Monochromatic Colors of #5F10A4
Black with #5F10A4
Text Example
Text Example
White with #5F10A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F10A4; }
p { color: rgb(95,16,164); }
H1.HeaderClassName
{
color: #5F10A4;
}
.AnyTagClassName
{
color: #5F10A4;
}
</style>
background-color css
<style>
a { background-color: #5F10A4; }
a { background-color: rgb(95,16,164); }
div.DivClassName
{
background-color: #5F10A4;
}
.BgClassName
{
background-color: #5F10A4;
}
</style>
border-color css
<style>
span { border-color: #5F10A4; }
span { border-color: rgb(95,16,164); }
td.TdClassName
{
border-color: #5F10A4;
}
.TagClassName
{
border-color: #5F10A4;
}
</style>