Shades of Indigo #3B0068
Tints of Indigo #3B0068
RGB
CMYK
RGB Variations
Color information
#3B0068 (or 0x3B0068) is known color: Indigo. HEX triplet: 3B, 00 and 68. RGB value is (59,0,104). Sum of RGB (Red+Green+Blue) = 59+0+104=163 (21% of max value = 765). Red value is 59 (23.44% from 255 or 36.20% from 163); Green value is 0 (0.39% from 255 or 0% from 163); Blue value is 104 (41.02% from 255 or 63.80% from 163); Max value from RGB is 104 - color contains mainly: blue. Hex color #3B0068 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3B0068 is #C4FF97. Grayscale: #1D1D1D. Windows color (decimal): -12910488 or 6815803. OLE color: 6815803.
HSL color Cylindrical-coordinate representation of color #3B0068: hue angle of 274.04º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3B0068 is Cyan = 0.43, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 59 | 0 | 104 | - |
| CMYK | 0.43 | 1 | 0 | 0.59 |
| HSL | 274.04º | 1% | 0.2% | - |
| HSV(B) | 274.04º | 1% | 0.41% | - |
| XYZ | 4.3 | 1.93 | 13.24 | - |
| YUV | 29.5 | 170.05 | 149.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 0 | 104 | 0.43 | 1 | 0 | 0.59 | 274.04 | 1 | 0.2 |
| Hex | 3B | 0 | 68 | 2B | 64 | 0 | 3B | 112 | 64 | 14 |
| Octal | 73 | 0 | 150 | 53 | 144 | 0 | 73 | 422 | 144 | 24 |
| Binary | 111011 | 0 | 1101000 | 101011 | 1100100 | 0 | 111011 | 100010010 | 1100100 | 10100 |
Color Harmonies of #3B0068
Complementary color
Monochromatic Colors of #3B0068
Black with #3B0068
Text Example
Text Example
White with #3B0068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B0068; }
p { color: rgb(59,0,104); }
H1.HeaderClassName
{
color: #3B0068;
}
.AnyTagClassName
{
color: #3B0068;
}
</style>
background-color css
<style>
a { background-color: #3B0068; }
a { background-color: rgb(59,0,104); }
div.DivClassName
{
background-color: #3B0068;
}
.BgClassName
{
background-color: #3B0068;
}
</style>
border-color css
<style>
span { border-color: #3B0068; }
span { border-color: rgb(59,0,104); }
td.TdClassName
{
border-color: #3B0068;
}
.TagClassName
{
border-color: #3B0068;
}
</style>