Shades of Indigo #390086
Tints of Indigo #390086
RGB
CMYK
RGB Variations
Color information
#390086 (or 0x390086) is known color: Indigo. HEX triplet: 39, 00 and 86. RGB value is (57,0,134). Sum of RGB (Red+Green+Blue) = 57+0+134=191 (25% of max value = 765). Red value is 57 (22.66% from 255 or 29.84% from 191); Green value is 0 (0.39% from 255 or 0% from 191); Blue value is 134 (52.73% from 255 or 70.16% from 191); Max value from RGB is 134 - color contains mainly: blue. Hex color #390086 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #390086 is #C6FF79. Grayscale: #1F1F1F. Windows color (decimal): -13041530 or 8781881. OLE color: 8781881.
HSL color Cylindrical-coordinate representation of color #390086: hue angle of 265.52º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #390086 is Cyan = 0.57, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 57 | 0 | 134 | - |
| CMYK | 0.57 | 1 | 0 | 0.47 |
| HSL | 265.52º | 1% | 0.26% | - |
| HSV(B) | 265.52º | 1% | 0.53% | - |
| XYZ | 5.99 | 2.59 | 22.74 | - |
| YUV | 32.32 | 185.38 | 145.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 0 | 134 | 0.57 | 1 | 0 | 0.47 | 265.52 | 1 | 0.26 |
| Hex | 39 | 0 | 86 | 39 | 64 | 0 | 2F | 10A | 64 | 1A |
| Octal | 71 | 0 | 206 | 71 | 144 | 0 | 57 | 412 | 144 | 32 |
| Binary | 111001 | 0 | 10000110 | 111001 | 1100100 | 0 | 101111 | 100001010 | 1100100 | 11010 |
Color Harmonies of #390086
Complementary color
Monochromatic Colors of #390086
Black with #390086
Text Example
Text Example
White with #390086
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #390086; }
p { color: rgb(57,0,134); }
H1.HeaderClassName
{
color: #390086;
}
.AnyTagClassName
{
color: #390086;
}
</style>
background-color css
<style>
a { background-color: #390086; }
a { background-color: rgb(57,0,134); }
div.DivClassName
{
background-color: #390086;
}
.BgClassName
{
background-color: #390086;
}
</style>
border-color css
<style>
span { border-color: #390086; }
span { border-color: rgb(57,0,134); }
td.TdClassName
{
border-color: #390086;
}
.TagClassName
{
border-color: #390086;
}
</style>