Shades of Indigo #3E0075
Tints of Indigo #3E0075
RGB
CMYK
RGB Variations
Color information
#3E0075 (or 0x3E0075) is known color: Indigo. HEX triplet: 3E, 00 and 75. RGB value is (62,0,117). Sum of RGB (Red+Green+Blue) = 62+0+117=179 (23% of max value = 765). Red value is 62 (24.61% from 255 or 34.64% from 179); Green value is 0 (0.39% from 255 or 0% from 179); Blue value is 117 (46.09% from 255 or 65.36% from 179); Max value from RGB is 117 - color contains mainly: blue. Hex color #3E0075 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3E0075 is #C1FF8A. Grayscale: #1F1F1F. Windows color (decimal): -12713867 or 7667774. OLE color: 7667774.
HSL color Cylindrical-coordinate representation of color #3E0075: hue angle of 271.79º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3E0075 is Cyan = 0.47, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 62 | 0 | 117 | - |
| CMYK | 0.47 | 1 | 0 | 0.54 |
| HSL | 271.79º | 1% | 0.23% | - |
| HSV(B) | 271.79º | 1% | 0.46% | - |
| XYZ | 5.2 | 2.31 | 17 | - |
| YUV | 31.88 | 176.04 | 149.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 0 | 117 | 0.47 | 1 | 0 | 0.54 | 271.79 | 1 | 0.23 |
| Hex | 3E | 0 | 75 | 2F | 64 | 0 | 36 | 110 | 64 | 17 |
| Octal | 76 | 0 | 165 | 57 | 144 | 0 | 66 | 420 | 144 | 27 |
| Binary | 111110 | 0 | 1110101 | 101111 | 1100100 | 0 | 110110 | 100010000 | 1100100 | 10111 |
Color Harmonies of #3E0075
Complementary color
Monochromatic Colors of #3E0075
Black with #3E0075
Text Example
Text Example
White with #3E0075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E0075; }
p { color: rgb(62,0,117); }
H1.HeaderClassName
{
color: #3E0075;
}
.AnyTagClassName
{
color: #3E0075;
}
</style>
background-color css
<style>
a { background-color: #3E0075; }
a { background-color: rgb(62,0,117); }
div.DivClassName
{
background-color: #3E0075;
}
.BgClassName
{
background-color: #3E0075;
}
</style>
border-color css
<style>
span { border-color: #3E0075; }
span { border-color: rgb(62,0,117); }
td.TdClassName
{
border-color: #3E0075;
}
.TagClassName
{
border-color: #3E0075;
}
</style>