Shades of Indigo #3B0693
Tints of Indigo #3B0693
RGB
CMYK
RGB Variations
Color information
#3B0693 (or 0x3B0693) is known color: Indigo. HEX triplet: 3B, 06 and 93. RGB value is (59,6,147). Sum of RGB (Red+Green+Blue) = 59+6+147=212 (28% of max value = 765). Red value is 59 (23.44% from 255 or 27.83% from 212); Green value is 6 (2.73% from 255 or 2.83% from 212); Blue value is 147 (57.81% from 255 or 69.34% from 212); Max value from RGB is 147 - color contains mainly: blue. Hex color #3B0693 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3B0693 is #C4F96C. Grayscale: #252525. Windows color (decimal): -12908909 or 9635387. OLE color: 9635387.
HSL color Cylindrical-coordinate representation of color #3B0693: hue angle of 262.55º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3B0693 is Cyan = 0.60, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 59 | 6 | 147 | - |
| CMYK | 0.60 | 0.96 | 0 | 0.42 |
| HSL | 262.55º | 0.92% | 0.3% | - |
| HSV(B) | 262.55º | 0.96% | 0.58% | - |
| XYZ | 7.14 | 3.17 | 27.84 | - |
| YUV | 37.92 | 189.56 | 143.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 6 | 147 | 0.60 | 0.96 | 0 | 0.42 | 262.55 | 0.92 | 0.3 |
| Hex | 3B | 6 | 93 | 3C | 60 | 0 | 2A | 107 | 5C | 1E |
| Octal | 73 | 6 | 223 | 74 | 140 | 0 | 52 | 407 | 134 | 36 |
| Binary | 111011 | 110 | 10010011 | 111100 | 1100000 | 0 | 101010 | 100000111 | 1011100 | 11110 |
Color Harmonies of #3B0693
Complementary color
Monochromatic Colors of #3B0693
Black with #3B0693
Text Example
Text Example
White with #3B0693
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B0693; }
p { color: rgb(59,6,147); }
H1.HeaderClassName
{
color: #3B0693;
}
.AnyTagClassName
{
color: #3B0693;
}
</style>
background-color css
<style>
a { background-color: #3B0693; }
a { background-color: rgb(59,6,147); }
div.DivClassName
{
background-color: #3B0693;
}
.BgClassName
{
background-color: #3B0693;
}
</style>
border-color css
<style>
span { border-color: #3B0693; }
span { border-color: rgb(59,6,147); }
td.TdClassName
{
border-color: #3B0693;
}
.TagClassName
{
border-color: #3B0693;
}
</style>