Shades of Indigo #3E006F
Tints of Indigo #3E006F
RGB
CMYK
RGB Variations
Color information
#3E006F (or 0x3E006F) is known color: Indigo. HEX triplet: 3E, 00 and 6F. RGB value is (62,0,111). Sum of RGB (Red+Green+Blue) = 62+0+111=173 (22% of max value = 765). Red value is 62 (24.61% from 255 or 35.84% from 173); Green value is 0 (0.39% from 255 or 0% from 173); Blue value is 111 (43.75% from 255 or 64.16% from 173); Max value from RGB is 111 - color contains mainly: blue. Hex color #3E006F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3E006F is #C1FF90. Grayscale: #1E1E1E. Windows color (decimal): -12713873 or 7274558. OLE color: 7274558.
HSL color Cylindrical-coordinate representation of color #3E006F: hue angle of 273.51º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3E006F is Cyan = 0.44, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 62 | 0 | 111 | - |
| CMYK | 0.44 | 1 | 0 | 0.56 |
| HSL | 273.51º | 1% | 0.22% | - |
| HSV(B) | 273.51º | 1% | 0.44% | - |
| XYZ | 4.86 | 2.17 | 15.2 | - |
| YUV | 31.19 | 173.04 | 149.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 0 | 111 | 0.44 | 1 | 0 | 0.56 | 273.51 | 1 | 0.22 |
| Hex | 3E | 0 | 6F | 2C | 64 | 0 | 38 | 112 | 64 | 16 |
| Octal | 76 | 0 | 157 | 54 | 144 | 0 | 70 | 422 | 144 | 26 |
| Binary | 111110 | 0 | 1101111 | 101100 | 1100100 | 0 | 111000 | 100010010 | 1100100 | 10110 |
Color Harmonies of #3E006F
Complementary color
Monochromatic Colors of #3E006F
Black with #3E006F
Text Example
Text Example
White with #3E006F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E006F; }
p { color: rgb(62,0,111); }
H1.HeaderClassName
{
color: #3E006F;
}
.AnyTagClassName
{
color: #3E006F;
}
</style>
background-color css
<style>
a { background-color: #3E006F; }
a { background-color: rgb(62,0,111); }
div.DivClassName
{
background-color: #3E006F;
}
.BgClassName
{
background-color: #3E006F;
}
</style>
border-color css
<style>
span { border-color: #3E006F; }
span { border-color: rgb(62,0,111); }
td.TdClassName
{
border-color: #3E006F;
}
.TagClassName
{
border-color: #3E006F;
}
</style>