Shades of Indigo #3B05A1
Tints of Indigo #3B05A1
RGB
CMYK
RGB Variations
Color information
#3B05A1 (or 0x3B05A1) is known color: Indigo. HEX triplet: 3B, 05 and A1. RGB value is (59,5,161). Sum of RGB (Red+Green+Blue) = 59+5+161=225 (29% of max value = 765). Red value is 59 (23.44% from 255 or 26.22% from 225); Green value is 5 (2.34% from 255 or 2.22% from 225); Blue value is 161 (63.28% from 255 or 71.56% from 225); Max value from RGB is 161 - color contains mainly: blue. Hex color #3B05A1 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3B05A1 is #C4FA5E. Grayscale: #262626. Windows color (decimal): -12909151 or 10552635. OLE color: 10552635.
HSL color Cylindrical-coordinate representation of color #3B05A1: hue angle of 260.77º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3B05A1 is Cyan = 0.63, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 59 | 5 | 161 | - |
| CMYK | 0.63 | 0.97 | 0 | 0.37 |
| HSL | 260.77º | 0.94% | 0.33% | - |
| HSV(B) | 260.77º | 0.97% | 0.63% | - |
| XYZ | 8.29 | 3.61 | 33.98 | - |
| YUV | 38.93 | 196.89 | 142.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 5 | 161 | 0.63 | 0.97 | 0 | 0.37 | 260.77 | 0.94 | 0.33 |
| Hex | 3B | 5 | A1 | 3F | 61 | 0 | 25 | 105 | 5E | 21 |
| Octal | 73 | 5 | 241 | 77 | 141 | 0 | 45 | 405 | 136 | 41 |
| Binary | 111011 | 101 | 10100001 | 111111 | 1100001 | 0 | 100101 | 100000101 | 1011110 | 100001 |
Color Harmonies of #3B05A1
Complementary color
Monochromatic Colors of #3B05A1
Black with #3B05A1
Text Example
Text Example
White with #3B05A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B05A1; }
p { color: rgb(59,5,161); }
H1.HeaderClassName
{
color: #3B05A1;
}
.AnyTagClassName
{
color: #3B05A1;
}
</style>
background-color css
<style>
a { background-color: #3B05A1; }
a { background-color: rgb(59,5,161); }
div.DivClassName
{
background-color: #3B05A1;
}
.BgClassName
{
background-color: #3B05A1;
}
</style>
border-color css
<style>
span { border-color: #3B05A1; }
span { border-color: rgb(59,5,161); }
td.TdClassName
{
border-color: #3B05A1;
}
.TagClassName
{
border-color: #3B05A1;
}
</style>