Shades of Indigo #390088
Tints of Indigo #390088
RGB
CMYK
RGB Variations
Color information
#390088 (or 0x390088) is known color: Indigo. HEX triplet: 39, 00 and 88. RGB value is (57,0,136). Sum of RGB (Red+Green+Blue) = 57+0+136=193 (25% of max value = 765). Red value is 57 (22.66% from 255 or 29.53% from 193); Green value is 0 (0.39% from 255 or 0% from 193); Blue value is 136 (53.52% from 255 or 70.47% from 193); Max value from RGB is 136 - color contains mainly: blue. Hex color #390088 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #390088 is #C6FF77. Grayscale: #202020. Windows color (decimal): -13041528 or 8912953. OLE color: 8912953.
HSL color Cylindrical-coordinate representation of color #390088: hue angle of 265.15º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #390088 is Cyan = 0.58, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 57 | 0 | 136 | - |
| CMYK | 0.58 | 1 | 0 | 0.47 |
| HSL | 265.15º | 1% | 0.27% | - |
| HSV(B) | 265.15º | 1% | 0.53% | - |
| XYZ | 6.13 | 2.65 | 23.48 | - |
| YUV | 32.55 | 186.38 | 145.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 0 | 136 | 0.58 | 1 | 0 | 0.47 | 265.15 | 1 | 0.27 |
| Hex | 39 | 0 | 88 | 3A | 64 | 0 | 2F | 109 | 64 | 1B |
| Octal | 71 | 0 | 210 | 72 | 144 | 0 | 57 | 411 | 144 | 33 |
| Binary | 111001 | 0 | 10001000 | 111010 | 1100100 | 0 | 101111 | 100001001 | 1100100 | 11011 |
Color Harmonies of #390088
Complementary color
Monochromatic Colors of #390088
Black with #390088
Text Example
Text Example
White with #390088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #390088; }
p { color: rgb(57,0,136); }
H1.HeaderClassName
{
color: #390088;
}
.AnyTagClassName
{
color: #390088;
}
</style>
background-color css
<style>
a { background-color: #390088; }
a { background-color: rgb(57,0,136); }
div.DivClassName
{
background-color: #390088;
}
.BgClassName
{
background-color: #390088;
}
</style>
border-color css
<style>
span { border-color: #390088; }
span { border-color: rgb(57,0,136); }
td.TdClassName
{
border-color: #390088;
}
.TagClassName
{
border-color: #390088;
}
</style>