Shades of Indigo #3E04AF
Tints of Indigo #3E04AF
RGB
CMYK
RGB Variations
Color information
#3E04AF (or 0x3E04AF) is known color: Indigo. HEX triplet: 3E, 04 and AF. RGB value is (62,4,175). Sum of RGB (Red+Green+Blue) = 62+4+175=241 (31% of max value = 765). Red value is 62 (24.61% from 255 or 25.73% from 241); Green value is 4 (1.95% from 255 or 1.66% from 241); Blue value is 175 (68.75% from 255 or 72.61% from 241); Max value from RGB is 175 - color contains mainly: blue. Hex color #3E04AF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3E04AF is #C1FB50. Grayscale: #282828. Windows color (decimal): -12712785 or 11469886. OLE color: 11469886.
HSL color Cylindrical-coordinate representation of color #3E04AF: hue angle of 260.35º degrees, saturation: 0.96, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3E04AF is Cyan = 0.65, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 62 | 4 | 175 | - |
| CMYK | 0.65 | 0.98 | 0 | 0.31 |
| HSL | 260.35º | 0.96% | 0.35% | - |
| HSV(B) | 260.35º | 0.98% | 0.69% | - |
| XYZ | 9.77 | 4.21 | 40.85 | - |
| YUV | 40.84 | 203.72 | 143.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 4 | 175 | 0.65 | 0.98 | 0 | 0.31 | 260.35 | 0.96 | 0.35 |
| Hex | 3E | 4 | AF | 41 | 62 | 0 | 1F | 104 | 60 | 23 |
| Octal | 76 | 4 | 257 | 101 | 142 | 0 | 37 | 404 | 140 | 43 |
| Binary | 111110 | 100 | 10101111 | 1000001 | 1100010 | 0 | 11111 | 100000100 | 1100000 | 100011 |
Color Harmonies of #3E04AF
Complementary color
Monochromatic Colors of #3E04AF
Black with #3E04AF
Text Example
Text Example
White with #3E04AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E04AF; }
p { color: rgb(62,4,175); }
H1.HeaderClassName
{
color: #3E04AF;
}
.AnyTagClassName
{
color: #3E04AF;
}
</style>
background-color css
<style>
a { background-color: #3E04AF; }
a { background-color: rgb(62,4,175); }
div.DivClassName
{
background-color: #3E04AF;
}
.BgClassName
{
background-color: #3E04AF;
}
</style>
border-color css
<style>
span { border-color: #3E04AF; }
span { border-color: rgb(62,4,175); }
td.TdClassName
{
border-color: #3E04AF;
}
.TagClassName
{
border-color: #3E04AF;
}
</style>