Shades of Indigo #39008D
Tints of Indigo #39008D
RGB
CMYK
RGB Variations
Color information
#39008D (or 0x39008D) is known color: Indigo. HEX triplet: 39, 00 and 8D. RGB value is (57,0,141). Sum of RGB (Red+Green+Blue) = 57+0+141=198 (26% of max value = 765). Red value is 57 (22.66% from 255 or 28.79% from 198); Green value is 0 (0.39% from 255 or 0% from 198); Blue value is 141 (55.47% from 255 or 71.21% from 198); Max value from RGB is 141 - color contains mainly: blue. Hex color #39008D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #39008D is #C6FF72. Grayscale: #202020. Windows color (decimal): -13041523 or 9240633. OLE color: 9240633.
HSL color Cylindrical-coordinate representation of color #39008D: hue angle of 264.26º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #39008D is Cyan = 0.60, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 57 | 0 | 141 | - |
| CMYK | 0.60 | 1 | 0 | 0.45 |
| HSL | 264.26º | 1% | 0.28% | - |
| HSV(B) | 264.26º | 1% | 0.55% | - |
| XYZ | 6.5 | 2.79 | 25.4 | - |
| YUV | 33.12 | 188.88 | 145.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 0 | 141 | 0.60 | 1 | 0 | 0.45 | 264.26 | 1 | 0.28 |
| Hex | 39 | 0 | 8D | 3C | 64 | 0 | 2D | 108 | 64 | 1C |
| Octal | 71 | 0 | 215 | 74 | 144 | 0 | 55 | 410 | 144 | 34 |
| Binary | 111001 | 0 | 10001101 | 111100 | 1100100 | 0 | 101101 | 100001000 | 1100100 | 11100 |
Color Harmonies of #39008D
Complementary color
Monochromatic Colors of #39008D
Black with #39008D
Text Example
Text Example
White with #39008D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39008D; }
p { color: rgb(57,0,141); }
H1.HeaderClassName
{
color: #39008D;
}
.AnyTagClassName
{
color: #39008D;
}
</style>
background-color css
<style>
a { background-color: #39008D; }
a { background-color: rgb(57,0,141); }
div.DivClassName
{
background-color: #39008D;
}
.BgClassName
{
background-color: #39008D;
}
</style>
border-color css
<style>
span { border-color: #39008D; }
span { border-color: rgb(57,0,141); }
td.TdClassName
{
border-color: #39008D;
}
.TagClassName
{
border-color: #39008D;
}
</style>