Shades of Indigo #3B0AB0
Tints of Indigo #3B0AB0
RGB
CMYK
RGB Variations
Color information
#3B0AB0 (or 0x3B0AB0) is known color: Indigo. HEX triplet: 3B, 0A and B0. RGB value is (59,10,176). Sum of RGB (Red+Green+Blue) = 59+10+176=245 (32% of max value = 765). Red value is 59 (23.44% from 255 or 24.08% from 245); Green value is 10 (4.30% from 255 or 4.08% from 245); Blue value is 176 (69.14% from 255 or 71.84% from 245); Max value from RGB is 176 - color contains mainly: blue. Hex color #3B0AB0 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3B0AB0 is #C4F54F. Grayscale: #2A2A2A. Windows color (decimal): -12907856 or 11536955. OLE color: 11536955.
HSL color Cylindrical-coordinate representation of color #3B0AB0: hue angle of 257.71º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3B0AB0 is Cyan = 0.66, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 59 | 10 | 176 | - |
| CMYK | 0.66 | 0.94 | 0 | 0.31 |
| HSL | 257.71º | 0.89% | 0.36% | - |
| HSV(B) | 257.71º | 0.94% | 0.69% | - |
| XYZ | 9.75 | 4.28 | 41.39 | - |
| YUV | 43.58 | 202.73 | 139 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 10 | 176 | 0.66 | 0.94 | 0 | 0.31 | 257.71 | 0.89 | 0.36 |
| Hex | 3B | A | B0 | 42 | 5E | 0 | 1F | 102 | 59 | 24 |
| Octal | 73 | 12 | 260 | 102 | 136 | 0 | 37 | 402 | 131 | 44 |
| Binary | 111011 | 1010 | 10110000 | 1000010 | 1011110 | 0 | 11111 | 100000010 | 1011001 | 100100 |
Color Harmonies of #3B0AB0
Complementary color
Monochromatic Colors of #3B0AB0
Black with #3B0AB0
Text Example
Text Example
White with #3B0AB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B0AB0; }
p { color: rgb(59,10,176); }
H1.HeaderClassName
{
color: #3B0AB0;
}
.AnyTagClassName
{
color: #3B0AB0;
}
</style>
background-color css
<style>
a { background-color: #3B0AB0; }
a { background-color: rgb(59,10,176); }
div.DivClassName
{
background-color: #3B0AB0;
}
.BgClassName
{
background-color: #3B0AB0;
}
</style>
border-color css
<style>
span { border-color: #3B0AB0; }
span { border-color: rgb(59,10,176); }
td.TdClassName
{
border-color: #3B0AB0;
}
.TagClassName
{
border-color: #3B0AB0;
}
</style>