Shades of Indigo #39018D
Tints of Indigo #39018D
RGB
CMYK
RGB Variations
Color information
#39018D (or 0x39018D) is known color: Indigo. HEX triplet: 39, 01 and 8D. RGB value is (57,1,141). Sum of RGB (Red+Green+Blue) = 57+1+141=199 (26% of max value = 765). Red value is 57 (22.66% from 255 or 28.64% from 199); Green value is 1 (0.78% from 255 or 0.50% from 199); Blue value is 141 (55.47% from 255 or 70.85% from 199); Max value from RGB is 141 - color contains mainly: blue. Hex color #39018D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #39018D is #C6FE72. Grayscale: #212121. Windows color (decimal): -13041267 or 9240889. OLE color: 9240889.
HSL color Cylindrical-coordinate representation of color #39018D: hue angle of 264º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #39018D is Cyan = 0.60, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 57 | 1 | 141 | - |
| CMYK | 0.60 | 0.99 | 0 | 0.45 |
| HSL | 264º | 0.99% | 0.28% | - |
| HSV(B) | 264º | 0.99% | 0.55% | - |
| XYZ | 6.51 | 2.81 | 25.4 | - |
| YUV | 33.7 | 188.55 | 144.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 1 | 141 | 0.60 | 0.99 | 0 | 0.45 | 264 | 0.99 | 0.28 |
| Hex | 39 | 1 | 8D | 3C | 63 | 0 | 2D | 108 | 63 | 1C |
| Octal | 71 | 1 | 215 | 74 | 143 | 0 | 55 | 410 | 143 | 34 |
| Binary | 111001 | 1 | 10001101 | 111100 | 1100011 | 0 | 101101 | 100001000 | 1100011 | 11100 |
Color Harmonies of #39018D
Complementary color
Monochromatic Colors of #39018D
Black with #39018D
Text Example
Text Example
White with #39018D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39018D; }
p { color: rgb(57,1,141); }
H1.HeaderClassName
{
color: #39018D;
}
.AnyTagClassName
{
color: #39018D;
}
</style>
background-color css
<style>
a { background-color: #39018D; }
a { background-color: rgb(57,1,141); }
div.DivClassName
{
background-color: #39018D;
}
.BgClassName
{
background-color: #39018D;
}
</style>
border-color css
<style>
span { border-color: #39018D; }
span { border-color: rgb(57,1,141); }
td.TdClassName
{
border-color: #39018D;
}
.TagClassName
{
border-color: #39018D;
}
</style>