Shades of Indigo #39016D
Tints of Indigo #39016D
RGB
CMYK
RGB Variations
Color information
#39016D (or 0x39016D) is known color: Indigo. HEX triplet: 39, 01 and 6D. RGB value is (57,1,109). Sum of RGB (Red+Green+Blue) = 57+1+109=167 (22% of max value = 765). Red value is 57 (22.66% from 255 or 34.13% from 167); Green value is 1 (0.78% from 255 or 0.60% from 167); Blue value is 109 (42.97% from 255 or 65.27% from 167); Max value from RGB is 109 - color contains mainly: blue. Hex color #39016D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #39016D is #C6FE92. Grayscale: #1D1D1D. Windows color (decimal): -13041299 or 7143737. OLE color: 7143737.
HSL color Cylindrical-coordinate representation of color #39016D: hue angle of 271.11º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #39016D is Cyan = 0.48, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 57 | 1 | 109 | - |
| CMYK | 0.48 | 0.99 | 0 | 0.57 |
| HSL | 271.11º | 0.98% | 0.22% | - |
| HSV(B) | 271.11º | 0.99% | 0.43% | - |
| XYZ | 4.46 | 2 | 14.62 | - |
| YUV | 30.06 | 172.55 | 147.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 1 | 109 | 0.48 | 0.99 | 0 | 0.57 | 271.11 | 0.98 | 0.22 |
| Hex | 39 | 1 | 6D | 30 | 63 | 0 | 39 | 10F | 62 | 16 |
| Octal | 71 | 1 | 155 | 60 | 143 | 0 | 71 | 417 | 142 | 26 |
| Binary | 111001 | 1 | 1101101 | 110000 | 1100011 | 0 | 111001 | 100001111 | 1100010 | 10110 |
Color Harmonies of #39016D
Complementary color
Monochromatic Colors of #39016D
Black with #39016D
Text Example
Text Example
White with #39016D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39016D; }
p { color: rgb(57,1,109); }
H1.HeaderClassName
{
color: #39016D;
}
.AnyTagClassName
{
color: #39016D;
}
</style>
background-color css
<style>
a { background-color: #39016D; }
a { background-color: rgb(57,1,109); }
div.DivClassName
{
background-color: #39016D;
}
.BgClassName
{
background-color: #39016D;
}
</style>
border-color css
<style>
span { border-color: #39016D; }
span { border-color: rgb(57,1,109); }
td.TdClassName
{
border-color: #39016D;
}
.TagClassName
{
border-color: #39016D;
}
</style>