Shades of Indigo #3E026C
Tints of Indigo #3E026C
RGB
CMYK
RGB Variations
Color information
#3E026C (or 0x3E026C) is known color: Indigo. HEX triplet: 3E, 02 and 6C. RGB value is (62,2,108). Sum of RGB (Red+Green+Blue) = 62+2+108=172 (22% of max value = 765). Red value is 62 (24.61% from 255 or 36.05% from 172); Green value is 2 (1.17% from 255 or 1.16% from 172); Blue value is 108 (42.58% from 255 or 62.79% from 172); Max value from RGB is 108 - color contains mainly: blue. Hex color #3E026C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3E026C is #C1FD93. Grayscale: #1F1F1F. Windows color (decimal): -12713364 or 7078462. OLE color: 7078462.
HSL color Cylindrical-coordinate representation of color #3E026C: hue angle of 273.96º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3E026C is Cyan = 0.43, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 62 | 2 | 108 | - |
| CMYK | 0.43 | 0.98 | 0 | 0.58 |
| HSL | 273.96º | 0.96% | 0.22% | - |
| HSV(B) | 273.96º | 0.98% | 0.42% | - |
| XYZ | 4.72 | 2.15 | 14.35 | - |
| YUV | 32.02 | 170.88 | 149.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 2 | 108 | 0.43 | 0.98 | 0 | 0.58 | 273.96 | 0.96 | 0.22 |
| Hex | 3E | 2 | 6C | 2B | 62 | 0 | 3A | 112 | 60 | 16 |
| Octal | 76 | 2 | 154 | 53 | 142 | 0 | 72 | 422 | 140 | 26 |
| Binary | 111110 | 10 | 1101100 | 101011 | 1100010 | 0 | 111010 | 100010010 | 1100000 | 10110 |
Color Harmonies of #3E026C
Complementary color
Monochromatic Colors of #3E026C
Black with #3E026C
Text Example
Text Example
White with #3E026C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E026C; }
p { color: rgb(62,2,108); }
H1.HeaderClassName
{
color: #3E026C;
}
.AnyTagClassName
{
color: #3E026C;
}
</style>
background-color css
<style>
a { background-color: #3E026C; }
a { background-color: rgb(62,2,108); }
div.DivClassName
{
background-color: #3E026C;
}
.BgClassName
{
background-color: #3E026C;
}
</style>
border-color css
<style>
span { border-color: #3E026C; }
span { border-color: rgb(62,2,108); }
td.TdClassName
{
border-color: #3E026C;
}
.TagClassName
{
border-color: #3E026C;
}
</style>