Shades of Indigo #3B0379
Tints of Indigo #3B0379
RGB
CMYK
RGB Variations
Color information
#3B0379 (or 0x3B0379) is known color: Indigo. HEX triplet: 3B, 03 and 79. RGB value is (59,3,121). Sum of RGB (Red+Green+Blue) = 59+3+121=183 (24% of max value = 765). Red value is 59 (23.44% from 255 or 32.24% from 183); Green value is 3 (1.56% from 255 or 1.64% from 183); Blue value is 121 (47.66% from 255 or 66.12% from 183); Max value from RGB is 121 - color contains mainly: blue. Hex color #3B0379 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3B0379 is #C4FC86. Grayscale: #202020. Windows color (decimal): -12909703 or 7930683. OLE color: 7930683.
HSL color Cylindrical-coordinate representation of color #3B0379: hue angle of 268.47º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3B0379 is Cyan = 0.51, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 59 | 3 | 121 | - |
| CMYK | 0.51 | 0.98 | 0 | 0.53 |
| HSL | 268.47º | 0.95% | 0.24% | - |
| HSV(B) | 268.47º | 0.98% | 0.47% | - |
| XYZ | 5.29 | 2.38 | 18.27 | - |
| YUV | 33.2 | 177.55 | 146.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 3 | 121 | 0.51 | 0.98 | 0 | 0.53 | 268.47 | 0.95 | 0.24 |
| Hex | 3B | 3 | 79 | 33 | 62 | 0 | 35 | 10C | 5F | 18 |
| Octal | 73 | 3 | 171 | 63 | 142 | 0 | 65 | 414 | 137 | 30 |
| Binary | 111011 | 11 | 1111001 | 110011 | 1100010 | 0 | 110101 | 100001100 | 1011111 | 11000 |
Color Harmonies of #3B0379
Complementary color
Monochromatic Colors of #3B0379
Black with #3B0379
Text Example
Text Example
White with #3B0379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B0379; }
p { color: rgb(59,3,121); }
H1.HeaderClassName
{
color: #3B0379;
}
.AnyTagClassName
{
color: #3B0379;
}
</style>
background-color css
<style>
a { background-color: #3B0379; }
a { background-color: rgb(59,3,121); }
div.DivClassName
{
background-color: #3B0379;
}
.BgClassName
{
background-color: #3B0379;
}
</style>
border-color css
<style>
span { border-color: #3B0379; }
span { border-color: rgb(59,3,121); }
td.TdClassName
{
border-color: #3B0379;
}
.TagClassName
{
border-color: #3B0379;
}
</style>