Shades of Indigo #390294
Tints of Indigo #390294
RGB
CMYK
RGB Variations
Color information
#390294 (or 0x390294) is known color: Indigo. HEX triplet: 39, 02 and 94. RGB value is (57,2,148). Sum of RGB (Red+Green+Blue) = 57+2+148=207 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.54% from 207); Green value is 2 (1.17% from 255 or 0.97% from 207); Blue value is 148 (58.20% from 255 or 71.50% from 207); Max value from RGB is 148 - color contains mainly: blue. Hex color #390294 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #390294 is #C6FD6B. Grayscale: #222222. Windows color (decimal): -13041004 or 9699897. OLE color: 9699897.
HSL color Cylindrical-coordinate representation of color #390294: hue angle of 262.6º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #390294 is Cyan = 0.61, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 57 | 2 | 148 | - |
| CMYK | 0.61 | 0.99 | 0 | 0.42 |
| HSL | 262.6º | 0.97% | 0.29% | - |
| HSV(B) | 262.6º | 0.99% | 0.58% | - |
| XYZ | 7.05 | 3.05 | 28.23 | - |
| YUV | 35.09 | 191.72 | 143.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 2 | 148 | 0.61 | 0.99 | 0 | 0.42 | 262.6 | 0.97 | 0.29 |
| Hex | 39 | 2 | 94 | 3D | 63 | 0 | 2A | 107 | 61 | 1D |
| Octal | 71 | 2 | 224 | 75 | 143 | 0 | 52 | 407 | 141 | 35 |
| Binary | 111001 | 10 | 10010100 | 111101 | 1100011 | 0 | 101010 | 100000111 | 1100001 | 11101 |
Color Harmonies of #390294
Complementary color
Monochromatic Colors of #390294
Black with #390294
Text Example
Text Example
White with #390294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #390294; }
p { color: rgb(57,2,148); }
H1.HeaderClassName
{
color: #390294;
}
.AnyTagClassName
{
color: #390294;
}
</style>
background-color css
<style>
a { background-color: #390294; }
a { background-color: rgb(57,2,148); }
div.DivClassName
{
background-color: #390294;
}
.BgClassName
{
background-color: #390294;
}
</style>
border-color css
<style>
span { border-color: #390294; }
span { border-color: rgb(57,2,148); }
td.TdClassName
{
border-color: #390294;
}
.TagClassName
{
border-color: #390294;
}
</style>