Shades of Indigo #39016E
Tints of Indigo #39016E
RGB
CMYK
RGB Variations
Color information
#39016E (or 0x39016E) is known color: Indigo. HEX triplet: 39, 01 and 6E. RGB value is (57,1,110). Sum of RGB (Red+Green+Blue) = 57+1+110=168 (22% of max value = 765). Red value is 57 (22.66% from 255 or 33.93% from 168); Green value is 1 (0.78% from 255 or 0.60% from 168); Blue value is 110 (43.36% from 255 or 65.48% from 168); Max value from RGB is 110 - color contains mainly: blue. Hex color #39016E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #39016E is #C6FE91. Grayscale: #1D1D1D. Windows color (decimal): -13041298 or 7209273. OLE color: 7209273.
HSL color Cylindrical-coordinate representation of color #39016E: hue angle of 270.83º 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 #39016E is Cyan = 0.48, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 57 | 1 | 110 | - |
| CMYK | 0.48 | 0.99 | 0 | 0.57 |
| HSL | 270.83º | 0.98% | 0.22% | - |
| HSV(B) | 270.83º | 0.99% | 0.43% | - |
| XYZ | 4.51 | 2.02 | 14.9 | - |
| YUV | 30.17 | 173.05 | 147.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 1 | 110 | 0.48 | 0.99 | 0 | 0.57 | 270.83 | 0.98 | 0.22 |
| Hex | 39 | 1 | 6E | 30 | 63 | 0 | 39 | 10F | 62 | 16 |
| Octal | 71 | 1 | 156 | 60 | 143 | 0 | 71 | 417 | 142 | 26 |
| Binary | 111001 | 1 | 1101110 | 110000 | 1100011 | 0 | 111001 | 100001111 | 1100010 | 10110 |
Color Harmonies of #39016E
Complementary color
Monochromatic Colors of #39016E
Black with #39016E
Text Example
Text Example
White with #39016E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39016E; }
p { color: rgb(57,1,110); }
H1.HeaderClassName
{
color: #39016E;
}
.AnyTagClassName
{
color: #39016E;
}
</style>
background-color css
<style>
a { background-color: #39016E; }
a { background-color: rgb(57,1,110); }
div.DivClassName
{
background-color: #39016E;
}
.BgClassName
{
background-color: #39016E;
}
</style>
border-color css
<style>
span { border-color: #39016E; }
span { border-color: rgb(57,1,110); }
td.TdClassName
{
border-color: #39016E;
}
.TagClassName
{
border-color: #39016E;
}
</style>