Shades of Indigo #3B01AB
Tints of Indigo #3B01AB
RGB
CMYK
RGB Variations
Color information
#3B01AB (or 0x3B01AB) is known color: Indigo. HEX triplet: 3B, 01 and AB. RGB value is (59,1,171). Sum of RGB (Red+Green+Blue) = 59+1+171=231 (30% of max value = 765). Red value is 59 (23.44% from 255 or 25.54% from 231); Green value is 1 (0.78% from 255 or 0.43% from 231); Blue value is 171 (67.19% from 255 or 74.03% from 231); Max value from RGB is 171 - color contains mainly: blue. Hex color #3B01AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3B01AB is #C4FE54. Grayscale: #252525. Windows color (decimal): -12910165 or 11206971. OLE color: 11206971.
HSL color Cylindrical-coordinate representation of color #3B01AB: hue angle of 260.47º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3B01AB is Cyan = 0.65, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 59 | 1 | 171 | - |
| CMYK | 0.65 | 0.99 | 0 | 0.33 |
| HSL | 260.47º | 0.99% | 0.34% | - |
| HSV(B) | 260.47º | 0.99% | 0.67% | - |
| XYZ | 9.17 | 3.89 | 38.8 | - |
| YUV | 37.72 | 203.22 | 143.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 1 | 171 | 0.65 | 0.99 | 0 | 0.33 | 260.47 | 0.99 | 0.34 |
| Hex | 3B | 1 | AB | 41 | 63 | 0 | 21 | 104 | 63 | 22 |
| Octal | 73 | 1 | 253 | 101 | 143 | 0 | 41 | 404 | 143 | 42 |
| Binary | 111011 | 1 | 10101011 | 1000001 | 1100011 | 0 | 100001 | 100000100 | 1100011 | 100010 |
Color Harmonies of #3B01AB
Complementary color
Monochromatic Colors of #3B01AB
Black with #3B01AB
Text Example
Text Example
White with #3B01AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B01AB; }
p { color: rgb(59,1,171); }
H1.HeaderClassName
{
color: #3B01AB;
}
.AnyTagClassName
{
color: #3B01AB;
}
</style>
background-color css
<style>
a { background-color: #3B01AB; }
a { background-color: rgb(59,1,171); }
div.DivClassName
{
background-color: #3B01AB;
}
.BgClassName
{
background-color: #3B01AB;
}
</style>
border-color css
<style>
span { border-color: #3B01AB; }
span { border-color: rgb(59,1,171); }
td.TdClassName
{
border-color: #3B01AB;
}
.TagClassName
{
border-color: #3B01AB;
}
</style>