Shades of Indigo #3E018B
Tints of Indigo #3E018B
RGB
CMYK
RGB Variations
Color information
#3E018B (or 0x3E018B) is known color: Indigo. HEX triplet: 3E, 01 and 8B. RGB value is (62,1,139). Sum of RGB (Red+Green+Blue) = 62+1+139=202 (26% of max value = 765). Red value is 62 (24.61% from 255 or 30.69% from 202); Green value is 1 (0.78% from 255 or 0.50% from 202); Blue value is 139 (54.69% from 255 or 68.81% from 202); Max value from RGB is 139 - color contains mainly: blue. Hex color #3E018B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3E018B is #C1FE74. Grayscale: #222222. Windows color (decimal): -12713589 or 9109822. OLE color: 9109822.
HSL color Cylindrical-coordinate representation of color #3E018B: hue angle of 266.52º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3E018B is Cyan = 0.55, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 62 | 1 | 139 | - |
| CMYK | 0.55 | 0.99 | 0 | 0.45 |
| HSL | 266.52º | 0.99% | 0.27% | - |
| HSV(B) | 266.52º | 0.99% | 0.55% | - |
| XYZ | 6.66 | 2.91 | 24.64 | - |
| YUV | 34.97 | 186.71 | 147.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 1 | 139 | 0.55 | 0.99 | 0 | 0.45 | 266.52 | 0.99 | 0.27 |
| Hex | 3E | 1 | 8B | 37 | 63 | 0 | 2D | 10B | 63 | 1B |
| Octal | 76 | 1 | 213 | 67 | 143 | 0 | 55 | 413 | 143 | 33 |
| Binary | 111110 | 1 | 10001011 | 110111 | 1100011 | 0 | 101101 | 100001011 | 1100011 | 11011 |
Color Harmonies of #3E018B
Complementary color
Monochromatic Colors of #3E018B
Black with #3E018B
Text Example
Text Example
White with #3E018B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E018B; }
p { color: rgb(62,1,139); }
H1.HeaderClassName
{
color: #3E018B;
}
.AnyTagClassName
{
color: #3E018B;
}
</style>
background-color css
<style>
a { background-color: #3E018B; }
a { background-color: rgb(62,1,139); }
div.DivClassName
{
background-color: #3E018B;
}
.BgClassName
{
background-color: #3E018B;
}
</style>
border-color css
<style>
span { border-color: #3E018B; }
span { border-color: rgb(62,1,139); }
td.TdClassName
{
border-color: #3E018B;
}
.TagClassName
{
border-color: #3E018B;
}
</style>