Shades of Indigo #3E05AB
Tints of Indigo #3E05AB
RGB
CMYK
RGB Variations
Color information
#3E05AB (or 0x3E05AB) is known color: Indigo. HEX triplet: 3E, 05 and AB. RGB value is (62,5,171). Sum of RGB (Red+Green+Blue) = 62+5+171=238 (31% of max value = 765). Red value is 62 (24.61% from 255 or 26.05% from 238); Green value is 5 (2.34% from 255 or 2.10% from 238); Blue value is 171 (67.19% from 255 or 71.85% from 238); Max value from RGB is 171 - color contains mainly: blue. Hex color #3E05AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3E05AB is #C1FA54. Grayscale: #282828. Windows color (decimal): -12712533 or 11207998. OLE color: 11207998.
HSL color Cylindrical-coordinate representation of color #3E05AB: hue angle of 260.6º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3E05AB is Cyan = 0.64, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 62 | 5 | 171 | - |
| CMYK | 0.64 | 0.97 | 0 | 0.33 |
| HSL | 260.6º | 0.94% | 0.35% | - |
| HSV(B) | 260.6º | 0.97% | 0.67% | - |
| XYZ | 9.39 | 4.07 | 38.82 | - |
| YUV | 40.97 | 201.38 | 143 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 5 | 171 | 0.64 | 0.97 | 0 | 0.33 | 260.6 | 0.94 | 0.35 |
| Hex | 3E | 5 | AB | 40 | 61 | 0 | 21 | 105 | 5E | 23 |
| Octal | 76 | 5 | 253 | 100 | 141 | 0 | 41 | 405 | 136 | 43 |
| Binary | 111110 | 101 | 10101011 | 1000000 | 1100001 | 0 | 100001 | 100000101 | 1011110 | 100011 |
Color Harmonies of #3E05AB
Complementary color
Monochromatic Colors of #3E05AB
Black with #3E05AB
Text Example
Text Example
White with #3E05AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E05AB; }
p { color: rgb(62,5,171); }
H1.HeaderClassName
{
color: #3E05AB;
}
.AnyTagClassName
{
color: #3E05AB;
}
</style>
background-color css
<style>
a { background-color: #3E05AB; }
a { background-color: rgb(62,5,171); }
div.DivClassName
{
background-color: #3E05AB;
}
.BgClassName
{
background-color: #3E05AB;
}
</style>
border-color css
<style>
span { border-color: #3E05AB; }
span { border-color: rgb(62,5,171); }
td.TdClassName
{
border-color: #3E05AB;
}
.TagClassName
{
border-color: #3E05AB;
}
</style>