Shades of Indigo #3E0165
Tints of Indigo #3E0165
RGB
CMYK
RGB Variations
Color information
#3E0165 (or 0x3E0165) is known color: Indigo. HEX triplet: 3E, 01 and 65. RGB value is (62,1,101). Sum of RGB (Red+Green+Blue) = 62+1+101=164 (21% of max value = 765). Red value is 62 (24.61% from 255 or 37.80% from 164); Green value is 1 (0.78% from 255 or 0.61% from 164); Blue value is 101 (39.84% from 255 or 61.59% from 164); Max value from RGB is 101 - color contains mainly: blue. Hex color #3E0165 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3E0165 is #C1FE9A. Grayscale: #1E1E1E. Windows color (decimal): -12713627 or 6619454. OLE color: 6619454.
HSL color Cylindrical-coordinate representation of color #3E0165: hue angle of 276.6º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3E0165 is Cyan = 0.39, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 62 | 1 | 101 | - |
| CMYK | 0.39 | 0.99 | 0 | 0.60 |
| HSL | 276.6º | 0.98% | 0.2% | - |
| HSV(B) | 276.6º | 0.99% | 0.4% | - |
| XYZ | 4.35 | 1.99 | 12.47 | - |
| YUV | 30.64 | 167.71 | 150.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 1 | 101 | 0.39 | 0.99 | 0 | 0.60 | 276.6 | 0.98 | 0.2 |
| Hex | 3E | 1 | 65 | 27 | 63 | 0 | 3C | 115 | 62 | 14 |
| Octal | 76 | 1 | 145 | 47 | 143 | 0 | 74 | 425 | 142 | 24 |
| Binary | 111110 | 1 | 1100101 | 100111 | 1100011 | 0 | 111100 | 100010101 | 1100010 | 10100 |
Color Harmonies of #3E0165
Complementary color
Monochromatic Colors of #3E0165
Black with #3E0165
Text Example
Text Example
White with #3E0165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E0165; }
p { color: rgb(62,1,101); }
H1.HeaderClassName
{
color: #3E0165;
}
.AnyTagClassName
{
color: #3E0165;
}
</style>
background-color css
<style>
a { background-color: #3E0165; }
a { background-color: rgb(62,1,101); }
div.DivClassName
{
background-color: #3E0165;
}
.BgClassName
{
background-color: #3E0165;
}
</style>
border-color css
<style>
span { border-color: #3E0165; }
span { border-color: rgb(62,1,101); }
td.TdClassName
{
border-color: #3E0165;
}
.TagClassName
{
border-color: #3E0165;
}
</style>