Shades of Indigo #3E07AB
Tints of Indigo #3E07AB
RGB
CMYK
RGB Variations
Color information
#3E07AB (or 0x3E07AB) is known color: Indigo. HEX triplet: 3E, 07 and AB. RGB value is (62,7,171). Sum of RGB (Red+Green+Blue) = 62+7+171=240 (31% of max value = 765). Red value is 62 (24.61% from 255 or 25.83% from 240); Green value is 7 (3.12% from 255 or 2.92% from 240); Blue value is 171 (67.19% from 255 or 71.25% from 240); Max value from RGB is 171 - color contains mainly: blue. Hex color #3E07AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3E07AB is #C1F854. Grayscale: #292929. Windows color (decimal): -12712021 or 11208510. OLE color: 11208510.
HSL color Cylindrical-coordinate representation of color #3E07AB: hue angle of 260.12º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3E07AB is Cyan = 0.64, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 62 | 7 | 171 | - |
| CMYK | 0.64 | 0.96 | 0 | 0.33 |
| HSL | 260.12º | 0.92% | 0.35% | - |
| HSV(B) | 260.12º | 0.96% | 0.67% | - |
| XYZ | 9.41 | 4.12 | 38.83 | - |
| YUV | 42.14 | 200.72 | 142.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 7 | 171 | 0.64 | 0.96 | 0 | 0.33 | 260.12 | 0.92 | 0.35 |
| Hex | 3E | 7 | AB | 40 | 60 | 0 | 21 | 104 | 5C | 23 |
| Octal | 76 | 7 | 253 | 100 | 140 | 0 | 41 | 404 | 134 | 43 |
| Binary | 111110 | 111 | 10101011 | 1000000 | 1100000 | 0 | 100001 | 100000100 | 1011100 | 100011 |
Color Harmonies of #3E07AB
Complementary color
Monochromatic Colors of #3E07AB
Black with #3E07AB
Text Example
Text Example
White with #3E07AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E07AB; }
p { color: rgb(62,7,171); }
H1.HeaderClassName
{
color: #3E07AB;
}
.AnyTagClassName
{
color: #3E07AB;
}
</style>
background-color css
<style>
a { background-color: #3E07AB; }
a { background-color: rgb(62,7,171); }
div.DivClassName
{
background-color: #3E07AB;
}
.BgClassName
{
background-color: #3E07AB;
}
</style>
border-color css
<style>
span { border-color: #3E07AB; }
span { border-color: rgb(62,7,171); }
td.TdClassName
{
border-color: #3E07AB;
}
.TagClassName
{
border-color: #3E07AB;
}
</style>