Shades of Indigo #3E0365
Tints of Indigo #3E0365
RGB
CMYK
RGB Variations
Color information
#3E0365 (or 0x3E0365) is known color: Indigo. HEX triplet: 3E, 03 and 65. RGB value is (62,3,101). Sum of RGB (Red+Green+Blue) = 62+3+101=166 (21% of max value = 765). Red value is 62 (24.61% from 255 or 37.35% from 166); Green value is 3 (1.56% from 255 or 1.81% from 166); Blue value is 101 (39.84% from 255 or 60.84% from 166); Max value from RGB is 101 - color contains mainly: blue. Hex color #3E0365 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3E0365 is #C1FC9A. Grayscale: #1F1F1F. Windows color (decimal): -12713115 or 6619966. OLE color: 6619966.
HSL color Cylindrical-coordinate representation of color #3E0365: hue angle of 276.12º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3E0365 is Cyan = 0.39, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 62 | 3 | 101 | - |
| CMYK | 0.39 | 0.97 | 0 | 0.60 |
| HSL | 276.12º | 0.94% | 0.2% | - |
| HSV(B) | 276.12º | 0.97% | 0.4% | - |
| XYZ | 4.37 | 2.03 | 12.47 | - |
| YUV | 31.81 | 167.05 | 149.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 3 | 101 | 0.39 | 0.97 | 0 | 0.60 | 276.12 | 0.94 | 0.2 |
| Hex | 3E | 3 | 65 | 27 | 61 | 0 | 3C | 114 | 5E | 14 |
| Octal | 76 | 3 | 145 | 47 | 141 | 0 | 74 | 424 | 136 | 24 |
| Binary | 111110 | 11 | 1100101 | 100111 | 1100001 | 0 | 111100 | 100010100 | 1011110 | 10100 |
Color Harmonies of #3E0365
Complementary color
Monochromatic Colors of #3E0365
Black with #3E0365
Text Example
Text Example
White with #3E0365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E0365; }
p { color: rgb(62,3,101); }
H1.HeaderClassName
{
color: #3E0365;
}
.AnyTagClassName
{
color: #3E0365;
}
</style>
background-color css
<style>
a { background-color: #3E0365; }
a { background-color: rgb(62,3,101); }
div.DivClassName
{
background-color: #3E0365;
}
.BgClassName
{
background-color: #3E0365;
}
</style>
border-color css
<style>
span { border-color: #3E0365; }
span { border-color: rgb(62,3,101); }
td.TdClassName
{
border-color: #3E0365;
}
.TagClassName
{
border-color: #3E0365;
}
</style>