Shades of Indigo #3E006D
Tints of Indigo #3E006D
RGB
CMYK
RGB Variations
Color information
#3E006D (or 0x3E006D) is known color: Indigo. HEX triplet: 3E, 00 and 6D. RGB value is (62,0,109). Sum of RGB (Red+Green+Blue) = 62+0+109=171 (22% of max value = 765). Red value is 62 (24.61% from 255 or 36.26% from 171); Green value is 0 (0.39% from 255 or 0% from 171); Blue value is 109 (42.97% from 255 or 63.74% from 171); Max value from RGB is 109 - color contains mainly: blue. Hex color #3E006D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3E006D is #C1FF92. Grayscale: #1E1E1E. Windows color (decimal): -12713875 or 7143486. OLE color: 7143486.
HSL color Cylindrical-coordinate representation of color #3E006D: hue angle of 274.13º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3E006D is Cyan = 0.43, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 62 | 0 | 109 | - |
| CMYK | 0.43 | 1 | 0 | 0.57 |
| HSL | 274.13º | 1% | 0.21% | - |
| HSV(B) | 274.13º | 1% | 0.43% | - |
| XYZ | 4.75 | 2.13 | 14.63 | - |
| YUV | 30.96 | 172.04 | 150.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 0 | 109 | 0.43 | 1 | 0 | 0.57 | 274.13 | 1 | 0.21 |
| Hex | 3E | 0 | 6D | 2B | 64 | 0 | 39 | 112 | 64 | 15 |
| Octal | 76 | 0 | 155 | 53 | 144 | 0 | 71 | 422 | 144 | 25 |
| Binary | 111110 | 0 | 1101101 | 101011 | 1100100 | 0 | 111001 | 100010010 | 1100100 | 10101 |
Color Harmonies of #3E006D
Complementary color
Monochromatic Colors of #3E006D
Black with #3E006D
Text Example
Text Example
White with #3E006D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E006D; }
p { color: rgb(62,0,109); }
H1.HeaderClassName
{
color: #3E006D;
}
.AnyTagClassName
{
color: #3E006D;
}
</style>
background-color css
<style>
a { background-color: #3E006D; }
a { background-color: rgb(62,0,109); }
div.DivClassName
{
background-color: #3E006D;
}
.BgClassName
{
background-color: #3E006D;
}
</style>
border-color css
<style>
span { border-color: #3E006D; }
span { border-color: rgb(62,0,109); }
td.TdClassName
{
border-color: #3E006D;
}
.TagClassName
{
border-color: #3E006D;
}
</style>