Shades of Indigo #3B058D
Tints of Indigo #3B058D
RGB
CMYK
RGB Variations
Color information
#3B058D (or 0x3B058D) is known color: Indigo. HEX triplet: 3B, 05 and 8D. RGB value is (59,5,141). Sum of RGB (Red+Green+Blue) = 59+5+141=205 (27% of max value = 765). Red value is 59 (23.44% from 255 or 28.78% from 205); Green value is 5 (2.34% from 255 or 2.44% from 205); Blue value is 141 (55.47% from 255 or 68.78% from 205); Max value from RGB is 141 - color contains mainly: blue. Hex color #3B058D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3B058D is #C4FA72. Grayscale: #242424. Windows color (decimal): -12909171 or 9241915. OLE color: 9241915.
HSL color Cylindrical-coordinate representation of color #3B058D: hue angle of 263.82º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3B058D is Cyan = 0.58, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 59 | 5 | 141 | - |
| CMYK | 0.58 | 0.96 | 0 | 0.45 |
| HSL | 263.82º | 0.93% | 0.29% | - |
| HSV(B) | 263.82º | 0.96% | 0.55% | - |
| XYZ | 6.67 | 2.96 | 25.42 | - |
| YUV | 36.65 | 186.89 | 143.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 5 | 141 | 0.58 | 0.96 | 0 | 0.45 | 263.82 | 0.93 | 0.29 |
| Hex | 3B | 5 | 8D | 3A | 60 | 0 | 2D | 108 | 5D | 1D |
| Octal | 73 | 5 | 215 | 72 | 140 | 0 | 55 | 410 | 135 | 35 |
| Binary | 111011 | 101 | 10001101 | 111010 | 1100000 | 0 | 101101 | 100001000 | 1011101 | 11101 |
Color Harmonies of #3B058D
Complementary color
Monochromatic Colors of #3B058D
Black with #3B058D
Text Example
Text Example
White with #3B058D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B058D; }
p { color: rgb(59,5,141); }
H1.HeaderClassName
{
color: #3B058D;
}
.AnyTagClassName
{
color: #3B058D;
}
</style>
background-color css
<style>
a { background-color: #3B058D; }
a { background-color: rgb(59,5,141); }
div.DivClassName
{
background-color: #3B058D;
}
.BgClassName
{
background-color: #3B058D;
}
</style>
border-color css
<style>
span { border-color: #3B058D; }
span { border-color: rgb(59,5,141); }
td.TdClassName
{
border-color: #3B058D;
}
.TagClassName
{
border-color: #3B058D;
}
</style>