Shades of Indigo #3B0366
Tints of Indigo #3B0366
RGB
CMYK
RGB Variations
Color information
#3B0366 (or 0x3B0366) is known color: Indigo. HEX triplet: 3B, 03 and 66. RGB value is (59,3,102). Sum of RGB (Red+Green+Blue) = 59+3+102=164 (21% of max value = 765). Red value is 59 (23.44% from 255 or 35.98% from 164); Green value is 3 (1.56% from 255 or 1.83% from 164); Blue value is 102 (40.23% from 255 or 62.20% from 164); Max value from RGB is 102 - color contains mainly: blue. Hex color #3B0366 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3B0366 is #C4FC99. Grayscale: #1E1E1E. Windows color (decimal): -12909722 or 6685499. OLE color: 6685499.
HSL color Cylindrical-coordinate representation of color #3B0366: hue angle of 273.94º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3B0366 is Cyan = 0.42, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 59 | 3 | 102 | - |
| CMYK | 0.42 | 0.97 | 0 | 0.6 |
| HSL | 273.94º | 0.94% | 0.21% | - |
| HSV(B) | 273.94º | 0.97% | 0.4% | - |
| XYZ | 4.23 | 1.95 | 12.72 | - |
| YUV | 31.03 | 168.05 | 147.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 3 | 102 | 0.42 | 0.97 | 0 | 0.6 | 273.94 | 0.94 | 0.21 |
| Hex | 3B | 3 | 66 | 2A | 61 | 0 | 3C | 112 | 5E | 15 |
| Octal | 73 | 3 | 146 | 52 | 141 | 0 | 74 | 422 | 136 | 25 |
| Binary | 111011 | 11 | 1100110 | 101010 | 1100001 | 0 | 111100 | 100010010 | 1011110 | 10101 |
Color Harmonies of #3B0366
Complementary color
Monochromatic Colors of #3B0366
Black with #3B0366
Text Example
Text Example
White with #3B0366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B0366; }
p { color: rgb(59,3,102); }
H1.HeaderClassName
{
color: #3B0366;
}
.AnyTagClassName
{
color: #3B0366;
}
</style>
background-color css
<style>
a { background-color: #3B0366; }
a { background-color: rgb(59,3,102); }
div.DivClassName
{
background-color: #3B0366;
}
.BgClassName
{
background-color: #3B0366;
}
</style>
border-color css
<style>
span { border-color: #3B0366; }
span { border-color: rgb(59,3,102); }
td.TdClassName
{
border-color: #3B0366;
}
.TagClassName
{
border-color: #3B0366;
}
</style>