Shades of Indigo #3B05A2
Tints of Indigo #3B05A2
RGB
CMYK
RGB Variations
Color information
#3B05A2 (or 0x3B05A2) is known color: Indigo. HEX triplet: 3B, 05 and A2. RGB value is (59,5,162). Sum of RGB (Red+Green+Blue) = 59+5+162=226 (29% of max value = 765). Red value is 59 (23.44% from 255 or 26.11% from 226); Green value is 5 (2.34% from 255 or 2.21% from 226); Blue value is 162 (63.67% from 255 or 71.68% from 226); Max value from RGB is 162 - color contains mainly: blue. Hex color #3B05A2 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3B05A2 is #C4FA5D. Grayscale: #262626. Windows color (decimal): -12909150 or 10618171. OLE color: 10618171.
HSL color Cylindrical-coordinate representation of color #3B05A2: hue angle of 260.64º 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 #3B05A2 is Cyan = 0.64, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 59 | 5 | 162 | - |
| CMYK | 0.64 | 0.97 | 0 | 0.36 |
| HSL | 260.64º | 0.94% | 0.33% | - |
| HSV(B) | 260.64º | 0.97% | 0.64% | - |
| XYZ | 8.38 | 3.65 | 34.44 | - |
| YUV | 39.04 | 197.39 | 142.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 5 | 162 | 0.64 | 0.97 | 0 | 0.36 | 260.64 | 0.94 | 0.33 |
| Hex | 3B | 5 | A2 | 40 | 61 | 0 | 24 | 105 | 5E | 21 |
| Octal | 73 | 5 | 242 | 100 | 141 | 0 | 44 | 405 | 136 | 41 |
| Binary | 111011 | 101 | 10100010 | 1000000 | 1100001 | 0 | 100100 | 100000101 | 1011110 | 100001 |
Color Harmonies of #3B05A2
Complementary color
Monochromatic Colors of #3B05A2
Black with #3B05A2
Text Example
Text Example
White with #3B05A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B05A2; }
p { color: rgb(59,5,162); }
H1.HeaderClassName
{
color: #3B05A2;
}
.AnyTagClassName
{
color: #3B05A2;
}
</style>
background-color css
<style>
a { background-color: #3B05A2; }
a { background-color: rgb(59,5,162); }
div.DivClassName
{
background-color: #3B05A2;
}
.BgClassName
{
background-color: #3B05A2;
}
</style>
border-color css
<style>
span { border-color: #3B05A2; }
span { border-color: rgb(59,5,162); }
td.TdClassName
{
border-color: #3B05A2;
}
.TagClassName
{
border-color: #3B05A2;
}
</style>