Shades of Indigo #390073
Tints of Indigo #390073
RGB
CMYK
RGB Variations
Color information
#390073 (or 0x390073) is known color: Indigo. HEX triplet: 39, 00 and 73. RGB value is (57,0,115). Sum of RGB (Red+Green+Blue) = 57+0+115=172 (22% of max value = 765). Red value is 57 (22.66% from 255 or 33.14% from 172); Green value is 0 (0.39% from 255 or 0% from 172); Blue value is 115 (45.31% from 255 or 66.86% from 172); Max value from RGB is 115 - color contains mainly: blue. Hex color #390073 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #390073 is #C6FF8C. Grayscale: #1D1D1D. Windows color (decimal): -13041549 or 7536697. OLE color: 7536697.
HSL color Cylindrical-coordinate representation of color #390073: hue angle of 269.74º 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 #390073 is Cyan = 0.50, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 57 | 0 | 115 | - |
| CMYK | 0.50 | 1 | 0 | 0.55 |
| HSL | 269.74º | 1% | 0.23% | - |
| HSV(B) | 269.74º | 1% | 0.45% | - |
| XYZ | 4.78 | 2.11 | 16.37 | - |
| YUV | 30.15 | 175.88 | 147.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 0 | 115 | 0.50 | 1 | 0 | 0.55 | 269.74 | 1 | 0.23 |
| Hex | 39 | 0 | 73 | 32 | 64 | 0 | 37 | 10E | 64 | 17 |
| Octal | 71 | 0 | 163 | 62 | 144 | 0 | 67 | 416 | 144 | 27 |
| Binary | 111001 | 0 | 1110011 | 110010 | 1100100 | 0 | 110111 | 100001110 | 1100100 | 10111 |
Color Harmonies of #390073
Complementary color
Monochromatic Colors of #390073
Black with #390073
Text Example
Text Example
White with #390073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #390073; }
p { color: rgb(57,0,115); }
H1.HeaderClassName
{
color: #390073;
}
.AnyTagClassName
{
color: #390073;
}
</style>
background-color css
<style>
a { background-color: #390073; }
a { background-color: rgb(57,0,115); }
div.DivClassName
{
background-color: #390073;
}
.BgClassName
{
background-color: #390073;
}
</style>
border-color css
<style>
span { border-color: #390073; }
span { border-color: rgb(57,0,115); }
td.TdClassName
{
border-color: #390073;
}
.TagClassName
{
border-color: #390073;
}
</style>