Shades of Indigo #3E068D
Tints of Indigo #3E068D
RGB
CMYK
RGB Variations
Color information
#3E068D (or 0x3E068D) is known color: Indigo. HEX triplet: 3E, 06 and 8D. RGB value is (62,6,141). Sum of RGB (Red+Green+Blue) = 62+6+141=209 (27% of max value = 765). Red value is 62 (24.61% from 255 or 29.67% from 209); Green value is 6 (2.73% from 255 or 2.87% from 209); Blue value is 141 (55.47% from 255 or 67.46% from 209); Max value from RGB is 141 - color contains mainly: blue. Hex color #3E068D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3E068D is #C1F972. Grayscale: #252525. Windows color (decimal): -12712307 or 9242174. OLE color: 9242174.
HSL color Cylindrical-coordinate representation of color #3E068D: hue angle of 264.89º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3E068D is Cyan = 0.56, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 62 | 6 | 141 | - |
| CMYK | 0.56 | 0.96 | 0 | 0.45 |
| HSL | 264.89º | 0.92% | 0.29% | - |
| HSV(B) | 264.89º | 0.96% | 0.55% | - |
| XYZ | 6.86 | 3.08 | 25.43 | - |
| YUV | 38.13 | 186.05 | 145.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 6 | 141 | 0.56 | 0.96 | 0 | 0.45 | 264.89 | 0.92 | 0.29 |
| Hex | 3E | 6 | 8D | 38 | 60 | 0 | 2D | 109 | 5C | 1D |
| Octal | 76 | 6 | 215 | 70 | 140 | 0 | 55 | 411 | 134 | 35 |
| Binary | 111110 | 110 | 10001101 | 111000 | 1100000 | 0 | 101101 | 100001001 | 1011100 | 11101 |
Color Harmonies of #3E068D
Complementary color
Monochromatic Colors of #3E068D
Black with #3E068D
Text Example
Text Example
White with #3E068D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E068D; }
p { color: rgb(62,6,141); }
H1.HeaderClassName
{
color: #3E068D;
}
.AnyTagClassName
{
color: #3E068D;
}
</style>
background-color css
<style>
a { background-color: #3E068D; }
a { background-color: rgb(62,6,141); }
div.DivClassName
{
background-color: #3E068D;
}
.BgClassName
{
background-color: #3E068D;
}
</style>
border-color css
<style>
span { border-color: #3E068D; }
span { border-color: rgb(62,6,141); }
td.TdClassName
{
border-color: #3E068D;
}
.TagClassName
{
border-color: #3E068D;
}
</style>