Shades of Indigo #39008E
Tints of Indigo #39008E
RGB
CMYK
RGB Variations
Color information
#39008E (or 0x39008E) is known color: Indigo. HEX triplet: 39, 00 and 8E. RGB value is (57,0,142). Sum of RGB (Red+Green+Blue) = 57+0+142=199 (26% of max value = 765). Red value is 57 (22.66% from 255 or 28.64% from 199); Green value is 0 (0.39% from 255 or 0% from 199); Blue value is 142 (55.86% from 255 or 71.36% from 199); Max value from RGB is 142 - color contains mainly: blue. Hex color #39008E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #39008E is #C6FF71. Grayscale: #202020. Windows color (decimal): -13041522 or 9306169. OLE color: 9306169.
HSL color Cylindrical-coordinate representation of color #39008E: hue angle of 264.08º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #39008E is Cyan = 0.60, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 57 | 0 | 142 | - |
| CMYK | 0.60 | 1 | 0 | 0.44 |
| HSL | 264.08º | 1% | 0.28% | - |
| HSV(B) | 264.08º | 1% | 0.56% | - |
| XYZ | 6.57 | 2.82 | 25.79 | - |
| YUV | 33.23 | 189.38 | 144.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 0 | 142 | 0.60 | 1 | 0 | 0.44 | 264.08 | 1 | 0.28 |
| Hex | 39 | 0 | 8E | 3C | 64 | 0 | 2C | 108 | 64 | 1C |
| Octal | 71 | 0 | 216 | 74 | 144 | 0 | 54 | 410 | 144 | 34 |
| Binary | 111001 | 0 | 10001110 | 111100 | 1100100 | 0 | 101100 | 100001000 | 1100100 | 11100 |
Color Harmonies of #39008E
Complementary color
Monochromatic Colors of #39008E
Black with #39008E
Text Example
Text Example
White with #39008E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39008E; }
p { color: rgb(57,0,142); }
H1.HeaderClassName
{
color: #39008E;
}
.AnyTagClassName
{
color: #39008E;
}
</style>
background-color css
<style>
a { background-color: #39008E; }
a { background-color: rgb(57,0,142); }
div.DivClassName
{
background-color: #39008E;
}
.BgClassName
{
background-color: #39008E;
}
</style>
border-color css
<style>
span { border-color: #39008E; }
span { border-color: rgb(57,0,142); }
td.TdClassName
{
border-color: #39008E;
}
.TagClassName
{
border-color: #39008E;
}
</style>