Shades of Indigo #39016C
Tints of Indigo #39016C
RGB
CMYK
RGB Variations
Color information
#39016C (or 0x39016C) is known color: Indigo. HEX triplet: 39, 01 and 6C. RGB value is (57,1,108). Sum of RGB (Red+Green+Blue) = 57+1+108=166 (21% of max value = 765). Red value is 57 (22.66% from 255 or 34.34% from 166); Green value is 1 (0.78% from 255 or 0.60% from 166); Blue value is 108 (42.58% from 255 or 65.06% from 166); Max value from RGB is 108 - color contains mainly: blue. Hex color #39016C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #39016C is #C6FE93. Grayscale: #1D1D1D. Windows color (decimal): -13041300 or 7078201. OLE color: 7078201.
HSL color Cylindrical-coordinate representation of color #39016C: hue angle of 271.4º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #39016C is Cyan = 0.47, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 57 | 1 | 108 | - |
| CMYK | 0.47 | 0.99 | 0 | 0.58 |
| HSL | 271.4º | 0.98% | 0.21% | - |
| HSV(B) | 271.4º | 0.99% | 0.42% | - |
| XYZ | 4.4 | 1.97 | 14.34 | - |
| YUV | 29.94 | 172.05 | 147.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 1 | 108 | 0.47 | 0.99 | 0 | 0.58 | 271.4 | 0.98 | 0.21 |
| Hex | 39 | 1 | 6C | 2F | 63 | 0 | 3A | 10F | 62 | 15 |
| Octal | 71 | 1 | 154 | 57 | 143 | 0 | 72 | 417 | 142 | 25 |
| Binary | 111001 | 1 | 1101100 | 101111 | 1100011 | 0 | 111010 | 100001111 | 1100010 | 10101 |
Color Harmonies of #39016C
Complementary color
Monochromatic Colors of #39016C
Black with #39016C
Text Example
Text Example
White with #39016C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39016C; }
p { color: rgb(57,1,108); }
H1.HeaderClassName
{
color: #39016C;
}
.AnyTagClassName
{
color: #39016C;
}
</style>
background-color css
<style>
a { background-color: #39016C; }
a { background-color: rgb(57,1,108); }
div.DivClassName
{
background-color: #39016C;
}
.BgClassName
{
background-color: #39016C;
}
</style>
border-color css
<style>
span { border-color: #39016C; }
span { border-color: rgb(57,1,108); }
td.TdClassName
{
border-color: #39016C;
}
.TagClassName
{
border-color: #39016C;
}
</style>