Shades of Indigo #3B0060
Tints of Indigo #3B0060
RGB
CMYK
RGB Variations
Color information
#3B0060 (or 0x3B0060) is known color: Indigo. HEX triplet: 3B, 00 and 60. RGB value is (59,0,96). Sum of RGB (Red+Green+Blue) = 59+0+96=155 (20% of max value = 765). Red value is 59 (23.44% from 255 or 38.06% from 155); Green value is 0 (0.39% from 255 or 0% from 155); Blue value is 96 (37.89% from 255 or 61.94% from 155); Max value from RGB is 96 - color contains mainly: blue. Hex color #3B0060 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3B0060 is #C4FF9F. Grayscale: #1C1C1C. Windows color (decimal): -12910496 or 6291515. OLE color: 6291515.
HSL color Cylindrical-coordinate representation of color #3B0060: hue angle of 276.88º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3B0060 is Cyan = 0.39, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 59 | 0 | 96 | - |
| CMYK | 0.39 | 1 | 0 | 0.62 |
| HSL | 276.88º | 1% | 0.19% | - |
| HSV(B) | 276.88º | 1% | 0.38% | - |
| XYZ | 3.91 | 1.77 | 11.2 | - |
| YUV | 28.59 | 166.05 | 149.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 0 | 96 | 0.39 | 1 | 0 | 0.62 | 276.88 | 1 | 0.19 |
| Hex | 3B | 0 | 60 | 27 | 64 | 0 | 3E | 115 | 64 | 13 |
| Octal | 73 | 0 | 140 | 47 | 144 | 0 | 76 | 425 | 144 | 23 |
| Binary | 111011 | 0 | 1100000 | 100111 | 1100100 | 0 | 111110 | 100010101 | 1100100 | 10011 |
Color Harmonies of #3B0060
Complementary color
Monochromatic Colors of #3B0060
Black with #3B0060
Text Example
Text Example
White with #3B0060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B0060; }
p { color: rgb(59,0,96); }
H1.HeaderClassName
{
color: #3B0060;
}
.AnyTagClassName
{
color: #3B0060;
}
</style>
background-color css
<style>
a { background-color: #3B0060; }
a { background-color: rgb(59,0,96); }
div.DivClassName
{
background-color: #3B0060;
}
.BgClassName
{
background-color: #3B0060;
}
</style>
border-color css
<style>
span { border-color: #3B0060; }
span { border-color: rgb(59,0,96); }
td.TdClassName
{
border-color: #3B0060;
}
.TagClassName
{
border-color: #3B0060;
}
</style>