Shades of Indigo #39006E
Tints of Indigo #39006E
RGB
CMYK
RGB Variations
Color information
#39006E (or 0x39006E) is known color: Indigo. HEX triplet: 39, 00 and 6E. RGB value is (57,0,110). Sum of RGB (Red+Green+Blue) = 57+0+110=167 (22% of max value = 765). Red value is 57 (22.66% from 255 or 34.13% from 167); Green value is 0 (0.39% from 255 or 0% from 167); Blue value is 110 (43.36% from 255 or 65.87% from 167); Max value from RGB is 110 - color contains mainly: blue. Hex color #39006E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #39006E is #C6FF91. Grayscale: #1D1D1D. Windows color (decimal): -13041554 or 7209017. OLE color: 7209017.
HSL color Cylindrical-coordinate representation of color #39006E: hue angle of 271.09º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 1%. Process color model (Four color, CMYK) of #39006E is Cyan = 0.48, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 57 | 0 | 110 | - |
| CMYK | 0.48 | 1 | 0 | 0.57 |
| HSL | 271.09º | 1% | 0.22% | - |
| HSV(B) | 271.09º | 1% | 0.43% | - |
| XYZ | 4.5 | 2 | 14.9 | - |
| YUV | 29.58 | 173.38 | 147.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 0 | 110 | 0.48 | 1 | 0 | 0.57 | 271.09 | 1 | 0.22 |
| Hex | 39 | 0 | 6E | 30 | 64 | 0 | 39 | 10F | 64 | 16 |
| Octal | 71 | 0 | 156 | 60 | 144 | 0 | 71 | 417 | 144 | 26 |
| Binary | 111001 | 0 | 1101110 | 110000 | 1100100 | 0 | 111001 | 100001111 | 1100100 | 10110 |
Color Harmonies of #39006E
Complementary color
Monochromatic Colors of #39006E
Black with #39006E
Text Example
Text Example
White with #39006E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39006E; }
p { color: rgb(57,0,110); }
H1.HeaderClassName
{
color: #39006E;
}
.AnyTagClassName
{
color: #39006E;
}
</style>
background-color css
<style>
a { background-color: #39006E; }
a { background-color: rgb(57,0,110); }
div.DivClassName
{
background-color: #39006E;
}
.BgClassName
{
background-color: #39006E;
}
</style>
border-color css
<style>
span { border-color: #39006E; }
span { border-color: rgb(57,0,110); }
td.TdClassName
{
border-color: #39006E;
}
.TagClassName
{
border-color: #39006E;
}
</style>