Shades of Indigo #390194
Tints of Indigo #390194
RGB
CMYK
RGB Variations
Color information
#390194 (or 0x390194) is known color: Indigo. HEX triplet: 39, 01 and 94. RGB value is (57,1,148). Sum of RGB (Red+Green+Blue) = 57+1+148=206 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.67% from 206); Green value is 1 (0.78% from 255 or 0.49% from 206); Blue value is 148 (58.20% from 255 or 71.84% from 206); Max value from RGB is 148 - color contains mainly: blue. Hex color #390194 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #390194 is #C6FE6B. Grayscale: #212121. Windows color (decimal): -13041260 or 9699641. OLE color: 9699641.
HSL color Cylindrical-coordinate representation of color #390194: hue angle of 262.86º degrees, saturation: 0.99, 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 #390194 is Cyan = 0.61, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 57 | 1 | 148 | - |
| CMYK | 0.61 | 0.99 | 0 | 0.42 |
| HSL | 262.86º | 0.99% | 0.29% | - |
| HSV(B) | 262.86º | 0.99% | 0.58% | - |
| XYZ | 7.04 | 3.03 | 28.23 | - |
| YUV | 34.5 | 192.05 | 144.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 1 | 148 | 0.61 | 0.99 | 0 | 0.42 | 262.86 | 0.99 | 0.29 |
| Hex | 39 | 1 | 94 | 3D | 63 | 0 | 2A | 107 | 63 | 1D |
| Octal | 71 | 1 | 224 | 75 | 143 | 0 | 52 | 407 | 143 | 35 |
| Binary | 111001 | 1 | 10010100 | 111101 | 1100011 | 0 | 101010 | 100000111 | 1100011 | 11101 |
Color Harmonies of #390194
Complementary color
Monochromatic Colors of #390194
Black with #390194
Text Example
Text Example
White with #390194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #390194; }
p { color: rgb(57,1,148); }
H1.HeaderClassName
{
color: #390194;
}
.AnyTagClassName
{
color: #390194;
}
</style>
background-color css
<style>
a { background-color: #390194; }
a { background-color: rgb(57,1,148); }
div.DivClassName
{
background-color: #390194;
}
.BgClassName
{
background-color: #390194;
}
</style>
border-color css
<style>
span { border-color: #390194; }
span { border-color: rgb(57,1,148); }
td.TdClassName
{
border-color: #390194;
}
.TagClassName
{
border-color: #390194;
}
</style>