Shades of Indigo #390074
Tints of Indigo #390074
RGB
CMYK
RGB Variations
Color information
#390074 (or 0x390074) is known color: Indigo. HEX triplet: 39, 00 and 74. RGB value is (57,0,116). Sum of RGB (Red+Green+Blue) = 57+0+116=173 (22% of max value = 765). Red value is 57 (22.66% from 255 or 32.95% from 173); Green value is 0 (0.39% from 255 or 0% from 173); Blue value is 116 (45.70% from 255 or 67.05% from 173); Max value from RGB is 116 - color contains mainly: blue. Hex color #390074 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #390074 is #C6FF8B. Grayscale: #1D1D1D. Windows color (decimal): -13041548 or 7602233. OLE color: 7602233.
HSL color Cylindrical-coordinate representation of color #390074: hue angle of 269.48º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #390074 is Cyan = 0.51, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 57 | 0 | 116 | - |
| CMYK | 0.51 | 1 | 0 | 0.55 |
| HSL | 269.48º | 1% | 0.23% | - |
| HSV(B) | 269.48º | 1% | 0.45% | - |
| XYZ | 4.84 | 2.13 | 16.68 | - |
| YUV | 30.27 | 176.38 | 147.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 0 | 116 | 0.51 | 1 | 0 | 0.55 | 269.48 | 1 | 0.23 |
| Hex | 39 | 0 | 74 | 33 | 64 | 0 | 37 | 10D | 64 | 17 |
| Octal | 71 | 0 | 164 | 63 | 144 | 0 | 67 | 415 | 144 | 27 |
| Binary | 111001 | 0 | 1110100 | 110011 | 1100100 | 0 | 110111 | 100001101 | 1100100 | 10111 |
Color Harmonies of #390074
Complementary color
Monochromatic Colors of #390074
Black with #390074
Text Example
Text Example
White with #390074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #390074; }
p { color: rgb(57,0,116); }
H1.HeaderClassName
{
color: #390074;
}
.AnyTagClassName
{
color: #390074;
}
</style>
background-color css
<style>
a { background-color: #390074; }
a { background-color: rgb(57,0,116); }
div.DivClassName
{
background-color: #390074;
}
.BgClassName
{
background-color: #390074;
}
</style>
border-color css
<style>
span { border-color: #390074; }
span { border-color: rgb(57,0,116); }
td.TdClassName
{
border-color: #390074;
}
.TagClassName
{
border-color: #390074;
}
</style>