Shades of Indigo #5F039B
Tints of Indigo #5F039B
RGB
CMYK
RGB Variations
Color information
#5F039B (or 0x5F039B) is known color: Indigo. HEX triplet: 5F, 03 and 9B. RGB value is (95,3,155). Sum of RGB (Red+Green+Blue) = 95+3+155=253 (33% of max value = 765). Red value is 95 (37.5% from 255 or 37.55% from 253); Green value is 3 (1.56% from 255 or 1.19% from 253); Blue value is 155 (60.94% from 255 or 61.26% from 253); Max value from RGB is 155 - color contains mainly: blue. Hex color #5F039B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5F039B is #A0FC64. Grayscale: #2F2F2F. Windows color (decimal): -10550373 or 10158943. OLE color: 10158943.
HSL color Cylindrical-coordinate representation of color #5F039B: hue angle of 276.32º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5F039B is Cyan = 0.39, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 95 | 3 | 155 | - |
| CMYK | 0.39 | 0.98 | 0 | 0.39 |
| HSL | 276.32º | 0.96% | 0.31% | - |
| HSV(B) | 276.32º | 0.98% | 0.61% | - |
| XYZ | 10.67 | 4.86 | 31.39 | - |
| YUV | 47.84 | 188.48 | 161.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 3 | 155 | 0.39 | 0.98 | 0 | 0.39 | 276.32 | 0.96 | 0.31 |
| Hex | 5F | 3 | 9B | 27 | 62 | 0 | 27 | 114 | 60 | 1F |
| Octal | 137 | 3 | 233 | 47 | 142 | 0 | 47 | 424 | 140 | 37 |
| Binary | 1011111 | 11 | 10011011 | 100111 | 1100010 | 0 | 100111 | 100010100 | 1100000 | 11111 |
Color Harmonies of #5F039B
Complementary color
Monochromatic Colors of #5F039B
Black with #5F039B
Text Example
Text Example
White with #5F039B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F039B; }
p { color: rgb(95,3,155); }
H1.HeaderClassName
{
color: #5F039B;
}
.AnyTagClassName
{
color: #5F039B;
}
</style>
background-color css
<style>
a { background-color: #5F039B; }
a { background-color: rgb(95,3,155); }
div.DivClassName
{
background-color: #5F039B;
}
.BgClassName
{
background-color: #5F039B;
}
</style>
border-color css
<style>
span { border-color: #5F039B; }
span { border-color: rgb(95,3,155); }
td.TdClassName
{
border-color: #5F039B;
}
.TagClassName
{
border-color: #5F039B;
}
</style>