Shades of Indigo #39006A
Tints of Indigo #39006A
RGB
CMYK
RGB Variations
Color information
#39006A (or 0x39006A) is known color: Indigo. HEX triplet: 39, 00 and 6A. RGB value is (57,0,106). Sum of RGB (Red+Green+Blue) = 57+0+106=163 (21% of max value = 765). Red value is 57 (22.66% from 255 or 34.97% from 163); Green value is 0 (0.39% from 255 or 0% from 163); Blue value is 106 (41.80% from 255 or 65.03% from 163); Max value from RGB is 106 - color contains mainly: blue. Hex color #39006A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #39006A is #C6FF95. Grayscale: #1C1C1C. Windows color (decimal): -13041558 or 6946873. OLE color: 6946873.
HSL color Cylindrical-coordinate representation of color #39006A: hue angle of 272.26º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 1%. Process color model (Four color, CMYK) of #39006A is Cyan = 0.46, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 57 | 0 | 106 | - |
| CMYK | 0.46 | 1 | 0 | 0.58 |
| HSL | 272.26º | 1% | 0.21% | - |
| HSV(B) | 272.26º | 1% | 0.42% | - |
| XYZ | 4.29 | 1.91 | 13.78 | - |
| YUV | 29.13 | 171.38 | 147.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 0 | 106 | 0.46 | 1 | 0 | 0.58 | 272.26 | 1 | 0.21 |
| Hex | 39 | 0 | 6A | 2E | 64 | 0 | 3A | 110 | 64 | 15 |
| Octal | 71 | 0 | 152 | 56 | 144 | 0 | 72 | 420 | 144 | 25 |
| Binary | 111001 | 0 | 1101010 | 101110 | 1100100 | 0 | 111010 | 100010000 | 1100100 | 10101 |
Color Harmonies of #39006A
Complementary color
Monochromatic Colors of #39006A
Black with #39006A
Text Example
Text Example
White with #39006A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39006A; }
p { color: rgb(57,0,106); }
H1.HeaderClassName
{
color: #39006A;
}
.AnyTagClassName
{
color: #39006A;
}
</style>
background-color css
<style>
a { background-color: #39006A; }
a { background-color: rgb(57,0,106); }
div.DivClassName
{
background-color: #39006A;
}
.BgClassName
{
background-color: #39006A;
}
</style>
border-color css
<style>
span { border-color: #39006A; }
span { border-color: rgb(57,0,106); }
td.TdClassName
{
border-color: #39006A;
}
.TagClassName
{
border-color: #39006A;
}
</style>