Shades of Indigo #390063
Tints of Indigo #390063
RGB
CMYK
RGB Variations
Color information
#390063 (or 0x390063) is known color: Indigo. HEX triplet: 39, 00 and 63. RGB value is (57,0,99). Sum of RGB (Red+Green+Blue) = 57+0+99=156 (20% of max value = 765). Red value is 57 (22.66% from 255 or 36.54% from 156); Green value is 0 (0.39% from 255 or 0% from 156); Blue value is 99 (39.06% from 255 or 63.46% from 156); Max value from RGB is 99 - color contains mainly: blue. Hex color #390063 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #390063 is #C6FF9C. Grayscale: #1B1B1B. Windows color (decimal): -13041565 or 6488121. OLE color: 6488121.
HSL color Cylindrical-coordinate representation of color #390063: hue angle of 274.55º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 1%. Process color model (Four color, CMYK) of #390063 is Cyan = 0.42, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 57 | 0 | 99 | - |
| CMYK | 0.42 | 1 | 0 | 0.61 |
| HSL | 274.55º | 1% | 0.19% | - |
| HSV(B) | 274.55º | 1% | 0.39% | - |
| XYZ | 3.94 | 1.77 | 11.94 | - |
| YUV | 28.33 | 167.88 | 148.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 0 | 99 | 0.42 | 1 | 0 | 0.61 | 274.55 | 1 | 0.19 |
| Hex | 39 | 0 | 63 | 2A | 64 | 0 | 3D | 113 | 64 | 13 |
| Octal | 71 | 0 | 143 | 52 | 144 | 0 | 75 | 423 | 144 | 23 |
| Binary | 111001 | 0 | 1100011 | 101010 | 1100100 | 0 | 111101 | 100010011 | 1100100 | 10011 |
Color Harmonies of #390063
Complementary color
Monochromatic Colors of #390063
Black with #390063
Text Example
Text Example
White with #390063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #390063; }
p { color: rgb(57,0,99); }
H1.HeaderClassName
{
color: #390063;
}
.AnyTagClassName
{
color: #390063;
}
</style>
background-color css
<style>
a { background-color: #390063; }
a { background-color: rgb(57,0,99); }
div.DivClassName
{
background-color: #390063;
}
.BgClassName
{
background-color: #390063;
}
</style>
border-color css
<style>
span { border-color: #390063; }
span { border-color: rgb(57,0,99); }
td.TdClassName
{
border-color: #390063;
}
.TagClassName
{
border-color: #390063;
}
</style>