Shades of Indigo #3B0179
Tints of Indigo #3B0179
RGB
CMYK
RGB Variations
Color information
#3B0179 (or 0x3B0179) is known color: Indigo. HEX triplet: 3B, 01 and 79. RGB value is (59,1,121). Sum of RGB (Red+Green+Blue) = 59+1+121=181 (23% of max value = 765). Red value is 59 (23.44% from 255 or 32.60% from 181); Green value is 1 (0.78% from 255 or 0.55% from 181); Blue value is 121 (47.66% from 255 or 66.85% from 181); Max value from RGB is 121 - color contains mainly: blue. Hex color #3B0179 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3B0179 is #C4FE86. Grayscale: #1F1F1F. Windows color (decimal): -12910215 or 7930171. OLE color: 7930171.
HSL color Cylindrical-coordinate representation of color #3B0179: hue angle of 269º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3B0179 is Cyan = 0.51, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 59 | 1 | 121 | - |
| CMYK | 0.51 | 0.99 | 0 | 0.53 |
| HSL | 269º | 0.98% | 0.24% | - |
| HSV(B) | 269º | 0.99% | 0.47% | - |
| XYZ | 5.27 | 2.33 | 18.26 | - |
| YUV | 32.02 | 178.22 | 147.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 1 | 121 | 0.51 | 0.99 | 0 | 0.53 | 269 | 0.98 | 0.24 |
| Hex | 3B | 1 | 79 | 33 | 63 | 0 | 35 | 10D | 62 | 18 |
| Octal | 73 | 1 | 171 | 63 | 143 | 0 | 65 | 415 | 142 | 30 |
| Binary | 111011 | 1 | 1111001 | 110011 | 1100011 | 0 | 110101 | 100001101 | 1100010 | 11000 |
Color Harmonies of #3B0179
Complementary color
Monochromatic Colors of #3B0179
Black with #3B0179
Text Example
Text Example
White with #3B0179
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B0179; }
p { color: rgb(59,1,121); }
H1.HeaderClassName
{
color: #3B0179;
}
.AnyTagClassName
{
color: #3B0179;
}
</style>
background-color css
<style>
a { background-color: #3B0179; }
a { background-color: rgb(59,1,121); }
div.DivClassName
{
background-color: #3B0179;
}
.BgClassName
{
background-color: #3B0179;
}
</style>
border-color css
<style>
span { border-color: #3B0179; }
span { border-color: rgb(59,1,121); }
td.TdClassName
{
border-color: #3B0179;
}
.TagClassName
{
border-color: #3B0179;
}
</style>