Shades of Indigo #3B0466
Tints of Indigo #3B0466
RGB
CMYK
RGB Variations
Color information
#3B0466 (or 0x3B0466) is known color: Indigo. HEX triplet: 3B, 04 and 66. RGB value is (59,4,102). Sum of RGB (Red+Green+Blue) = 59+4+102=165 (21% of max value = 765). Red value is 59 (23.44% from 255 or 35.76% from 165); Green value is 4 (1.95% from 255 or 2.42% from 165); Blue value is 102 (40.23% from 255 or 61.82% from 165); Max value from RGB is 102 - color contains mainly: blue. Hex color #3B0466 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3B0466 is #C4FB99. Grayscale: #1F1F1F. Windows color (decimal): -12909466 or 6685755. OLE color: 6685755.
HSL color Cylindrical-coordinate representation of color #3B0466: hue angle of 273.67º degrees, saturation: 0.92, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3B0466 is Cyan = 0.42, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 59 | 4 | 102 | - |
| CMYK | 0.42 | 0.96 | 0 | 0.6 |
| HSL | 273.67º | 0.92% | 0.21% | - |
| HSV(B) | 273.67º | 0.96% | 0.4% | - |
| XYZ | 4.25 | 1.98 | 12.73 | - |
| YUV | 31.62 | 167.72 | 147.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 4 | 102 | 0.42 | 0.96 | 0 | 0.6 | 273.67 | 0.92 | 0.21 |
| Hex | 3B | 4 | 66 | 2A | 60 | 0 | 3C | 112 | 5C | 15 |
| Octal | 73 | 4 | 146 | 52 | 140 | 0 | 74 | 422 | 134 | 25 |
| Binary | 111011 | 100 | 1100110 | 101010 | 1100000 | 0 | 111100 | 100010010 | 1011100 | 10101 |
Color Harmonies of #3B0466
Complementary color
Monochromatic Colors of #3B0466
Black with #3B0466
Text Example
Text Example
White with #3B0466
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B0466; }
p { color: rgb(59,4,102); }
H1.HeaderClassName
{
color: #3B0466;
}
.AnyTagClassName
{
color: #3B0466;
}
</style>
background-color css
<style>
a { background-color: #3B0466; }
a { background-color: rgb(59,4,102); }
div.DivClassName
{
background-color: #3B0466;
}
.BgClassName
{
background-color: #3B0466;
}
</style>
border-color css
<style>
span { border-color: #3B0466; }
span { border-color: rgb(59,4,102); }
td.TdClassName
{
border-color: #3B0466;
}
.TagClassName
{
border-color: #3B0466;
}
</style>