Shades of Indigo #3E06AF
Tints of Indigo #3E06AF
RGB
CMYK
RGB Variations
Color information
#3E06AF (or 0x3E06AF) is known color: Indigo. HEX triplet: 3E, 06 and AF. RGB value is (62,6,175). Sum of RGB (Red+Green+Blue) = 62+6+175=243 (32% of max value = 765). Red value is 62 (24.61% from 255 or 25.51% from 243); Green value is 6 (2.73% from 255 or 2.47% from 243); Blue value is 175 (68.75% from 255 or 72.02% from 243); Max value from RGB is 175 - color contains mainly: blue. Hex color #3E06AF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3E06AF is #C1F950. Grayscale: #292929. Windows color (decimal): -12712273 or 11470398. OLE color: 11470398.
HSL color Cylindrical-coordinate representation of color #3E06AF: hue angle of 259.88º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3E06AF is Cyan = 0.65, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 62 | 6 | 175 | - |
| CMYK | 0.65 | 0.97 | 0 | 0.31 |
| HSL | 259.88º | 0.93% | 0.35% | - |
| HSV(B) | 259.88º | 0.97% | 0.69% | - |
| XYZ | 9.79 | 4.25 | 40.86 | - |
| YUV | 42.01 | 203.05 | 142.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 6 | 175 | 0.65 | 0.97 | 0 | 0.31 | 259.88 | 0.93 | 0.35 |
| Hex | 3E | 6 | AF | 41 | 61 | 0 | 1F | 104 | 5D | 23 |
| Octal | 76 | 6 | 257 | 101 | 141 | 0 | 37 | 404 | 135 | 43 |
| Binary | 111110 | 110 | 10101111 | 1000001 | 1100001 | 0 | 11111 | 100000100 | 1011101 | 100011 |
Color Harmonies of #3E06AF
Complementary color
Monochromatic Colors of #3E06AF
Black with #3E06AF
Text Example
Text Example
White with #3E06AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E06AF; }
p { color: rgb(62,6,175); }
H1.HeaderClassName
{
color: #3E06AF;
}
.AnyTagClassName
{
color: #3E06AF;
}
</style>
background-color css
<style>
a { background-color: #3E06AF; }
a { background-color: rgb(62,6,175); }
div.DivClassName
{
background-color: #3E06AF;
}
.BgClassName
{
background-color: #3E06AF;
}
</style>
border-color css
<style>
span { border-color: #3E06AF; }
span { border-color: rgb(62,6,175); }
td.TdClassName
{
border-color: #3E06AF;
}
.TagClassName
{
border-color: #3E06AF;
}
</style>