Shades of Indigo #3E036B
Tints of Indigo #3E036B
RGB
CMYK
RGB Variations
Color information
#3E036B (or 0x3E036B) is known color: Indigo. HEX triplet: 3E, 03 and 6B. RGB value is (62,3,107). Sum of RGB (Red+Green+Blue) = 62+3+107=172 (22% of max value = 765). Red value is 62 (24.61% from 255 or 36.05% from 172); Green value is 3 (1.56% from 255 or 1.74% from 172); Blue value is 107 (42.19% from 255 or 62.21% from 172); Max value from RGB is 107 - color contains mainly: blue. Hex color #3E036B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3E036B is #C1FC94. Grayscale: #202020. Windows color (decimal): -12713109 or 7013182. OLE color: 7013182.
HSL color Cylindrical-coordinate representation of color #3E036B: hue angle of 274.04º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3E036B is Cyan = 0.42, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 62 | 3 | 107 | - |
| CMYK | 0.42 | 0.97 | 0 | 0.58 |
| HSL | 274.04º | 0.95% | 0.22% | - |
| HSV(B) | 274.04º | 0.97% | 0.42% | - |
| XYZ | 4.67 | 2.15 | 14.08 | - |
| YUV | 32.5 | 170.05 | 149.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 3 | 107 | 0.42 | 0.97 | 0 | 0.58 | 274.04 | 0.95 | 0.22 |
| Hex | 3E | 3 | 6B | 2A | 61 | 0 | 3A | 112 | 5F | 16 |
| Octal | 76 | 3 | 153 | 52 | 141 | 0 | 72 | 422 | 137 | 26 |
| Binary | 111110 | 11 | 1101011 | 101010 | 1100001 | 0 | 111010 | 100010010 | 1011111 | 10110 |
Color Harmonies of #3E036B
Complementary color
Monochromatic Colors of #3E036B
Black with #3E036B
Text Example
Text Example
White with #3E036B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E036B; }
p { color: rgb(62,3,107); }
H1.HeaderClassName
{
color: #3E036B;
}
.AnyTagClassName
{
color: #3E036B;
}
</style>
background-color css
<style>
a { background-color: #3E036B; }
a { background-color: rgb(62,3,107); }
div.DivClassName
{
background-color: #3E036B;
}
.BgClassName
{
background-color: #3E036B;
}
</style>
border-color css
<style>
span { border-color: #3E036B; }
span { border-color: rgb(62,3,107); }
td.TdClassName
{
border-color: #3E036B;
}
.TagClassName
{
border-color: #3E036B;
}
</style>