Shades of Indigo #3E0461
Tints of Indigo #3E0461
RGB
CMYK
RGB Variations
Color information
#3E0461 (or 0x3E0461) is known color: Indigo. HEX triplet: 3E, 04 and 61. RGB value is (62,4,97). Sum of RGB (Red+Green+Blue) = 62+4+97=163 (21% of max value = 765). Red value is 62 (24.61% from 255 or 38.04% from 163); Green value is 4 (1.95% from 255 or 2.45% from 163); Blue value is 97 (38.28% from 255 or 59.51% from 163); Max value from RGB is 97 - color contains mainly: blue. Hex color #3E0461 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3E0461 is #C1FB9E. Grayscale: #1F1F1F. Windows color (decimal): -12712863 or 6358078. OLE color: 6358078.
HSL color Cylindrical-coordinate representation of color #3E0461: hue angle of 277.42º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3E0461 is Cyan = 0.36, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 62 | 4 | 97 | - |
| CMYK | 0.36 | 0.96 | 0 | 0.62 |
| HSL | 277.42º | 0.92% | 0.2% | - |
| HSV(B) | 277.42º | 0.96% | 0.38% | - |
| XYZ | 4.19 | 1.97 | 11.47 | - |
| YUV | 31.94 | 164.72 | 149.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 4 | 97 | 0.36 | 0.96 | 0 | 0.62 | 277.42 | 0.92 | 0.2 |
| Hex | 3E | 4 | 61 | 24 | 60 | 0 | 3E | 115 | 5C | 14 |
| Octal | 76 | 4 | 141 | 44 | 140 | 0 | 76 | 425 | 134 | 24 |
| Binary | 111110 | 100 | 1100001 | 100100 | 1100000 | 0 | 111110 | 100010101 | 1011100 | 10100 |
Color Harmonies of #3E0461
Complementary color
Monochromatic Colors of #3E0461
Black with #3E0461
Text Example
Text Example
White with #3E0461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E0461; }
p { color: rgb(62,4,97); }
H1.HeaderClassName
{
color: #3E0461;
}
.AnyTagClassName
{
color: #3E0461;
}
</style>
background-color css
<style>
a { background-color: #3E0461; }
a { background-color: rgb(62,4,97); }
div.DivClassName
{
background-color: #3E0461;
}
.BgClassName
{
background-color: #3E0461;
}
</style>
border-color css
<style>
span { border-color: #3E0461; }
span { border-color: rgb(62,4,97); }
td.TdClassName
{
border-color: #3E0461;
}
.TagClassName
{
border-color: #3E0461;
}
</style>