Shades of Indigo #390295
Tints of Indigo #390295
RGB
CMYK
RGB Variations
Color information
#390295 (or 0x390295) is known color: Indigo. HEX triplet: 39, 02 and 95. RGB value is (57,2,149). Sum of RGB (Red+Green+Blue) = 57+2+149=208 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.40% from 208); Green value is 2 (1.17% from 255 or 0.96% from 208); Blue value is 149 (58.59% from 255 or 71.63% from 208); Max value from RGB is 149 - color contains mainly: blue. Hex color #390295 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #390295 is #C6FD6A. Grayscale: #222222. Windows color (decimal): -13041003 or 9765433. OLE color: 9765433.
HSL color Cylindrical-coordinate representation of color #390295: hue angle of 262.45º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #390295 is Cyan = 0.62, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 57 | 2 | 149 | - |
| CMYK | 0.62 | 0.99 | 0 | 0.42 |
| HSL | 262.45º | 0.97% | 0.3% | - |
| HSV(B) | 262.45º | 0.99% | 0.58% | - |
| XYZ | 7.13 | 3.08 | 28.65 | - |
| YUV | 35.2 | 192.22 | 143.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 2 | 149 | 0.62 | 0.99 | 0 | 0.42 | 262.45 | 0.97 | 0.3 |
| Hex | 39 | 2 | 95 | 3E | 63 | 0 | 2A | 106 | 61 | 1E |
| Octal | 71 | 2 | 225 | 76 | 143 | 0 | 52 | 406 | 141 | 36 |
| Binary | 111001 | 10 | 10010101 | 111110 | 1100011 | 0 | 101010 | 100000110 | 1100001 | 11110 |
Color Harmonies of #390295
Complementary color
Monochromatic Colors of #390295
Black with #390295
Text Example
Text Example
White with #390295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #390295; }
p { color: rgb(57,2,149); }
H1.HeaderClassName
{
color: #390295;
}
.AnyTagClassName
{
color: #390295;
}
</style>
background-color css
<style>
a { background-color: #390295; }
a { background-color: rgb(57,2,149); }
div.DivClassName
{
background-color: #390295;
}
.BgClassName
{
background-color: #390295;
}
</style>
border-color css
<style>
span { border-color: #390295; }
span { border-color: rgb(57,2,149); }
td.TdClassName
{
border-color: #390295;
}
.TagClassName
{
border-color: #390295;
}
</style>