Shades of Indigo #3B05A3
Tints of Indigo #3B05A3
RGB
CMYK
RGB Variations
Color information
#3B05A3 (or 0x3B05A3) is known color: Indigo. HEX triplet: 3B, 05 and A3. RGB value is (59,5,163). Sum of RGB (Red+Green+Blue) = 59+5+163=227 (30% of max value = 765). Red value is 59 (23.44% from 255 or 25.99% from 227); Green value is 5 (2.34% from 255 or 2.20% from 227); Blue value is 163 (64.06% from 255 or 71.81% from 227); Max value from RGB is 163 - color contains mainly: blue. Hex color #3B05A3 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3B05A3 is #C4FA5C. Grayscale: #262626. Windows color (decimal): -12909149 or 10683707. OLE color: 10683707.
HSL color Cylindrical-coordinate representation of color #3B05A3: hue angle of 260.51º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3B05A3 is Cyan = 0.64, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 59 | 5 | 163 | - |
| CMYK | 0.64 | 0.97 | 0 | 0.36 |
| HSL | 260.51º | 0.94% | 0.33% | - |
| HSV(B) | 260.51º | 0.97% | 0.64% | - |
| XYZ | 8.47 | 3.68 | 34.91 | - |
| YUV | 39.16 | 197.89 | 142.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 5 | 163 | 0.64 | 0.97 | 0 | 0.36 | 260.51 | 0.94 | 0.33 |
| Hex | 3B | 5 | A3 | 40 | 61 | 0 | 24 | 105 | 5E | 21 |
| Octal | 73 | 5 | 243 | 100 | 141 | 0 | 44 | 405 | 136 | 41 |
| Binary | 111011 | 101 | 10100011 | 1000000 | 1100001 | 0 | 100100 | 100000101 | 1011110 | 100001 |
Color Harmonies of #3B05A3
Complementary color
Monochromatic Colors of #3B05A3
Black with #3B05A3
Text Example
Text Example
White with #3B05A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B05A3; }
p { color: rgb(59,5,163); }
H1.HeaderClassName
{
color: #3B05A3;
}
.AnyTagClassName
{
color: #3B05A3;
}
</style>
background-color css
<style>
a { background-color: #3B05A3; }
a { background-color: rgb(59,5,163); }
div.DivClassName
{
background-color: #3B05A3;
}
.BgClassName
{
background-color: #3B05A3;
}
</style>
border-color css
<style>
span { border-color: #3B05A3; }
span { border-color: rgb(59,5,163); }
td.TdClassName
{
border-color: #3B05A3;
}
.TagClassName
{
border-color: #3B05A3;
}
</style>