Shades of Indigo #390193
Tints of Indigo #390193
RGB
CMYK
RGB Variations
Color information
#390193 (or 0x390193) is known color: Indigo. HEX triplet: 39, 01 and 93. RGB value is (57,1,147). Sum of RGB (Red+Green+Blue) = 57+1+147=205 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.80% from 205); Green value is 1 (0.78% from 255 or 0.49% from 205); Blue value is 147 (57.81% from 255 or 71.71% from 205); Max value from RGB is 147 - color contains mainly: blue. Hex color #390193 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #390193 is #C6FE6C. Grayscale: #212121. Windows color (decimal): -13041261 or 9634105. OLE color: 9634105.
HSL color Cylindrical-coordinate representation of color #390193: hue angle of 263.01º 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 #390193 is Cyan = 0.61, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 57 | 1 | 147 | - |
| CMYK | 0.61 | 0.99 | 0 | 0.42 |
| HSL | 263.01º | 0.99% | 0.29% | - |
| HSV(B) | 263.01º | 0.99% | 0.58% | - |
| XYZ | 6.96 | 3 | 27.82 | - |
| YUV | 34.39 | 191.55 | 144.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 1 | 147 | 0.61 | 0.99 | 0 | 0.42 | 263.01 | 0.99 | 0.29 |
| Hex | 39 | 1 | 93 | 3D | 63 | 0 | 2A | 107 | 63 | 1D |
| Octal | 71 | 1 | 223 | 75 | 143 | 0 | 52 | 407 | 143 | 35 |
| Binary | 111001 | 1 | 10010011 | 111101 | 1100011 | 0 | 101010 | 100000111 | 1100011 | 11101 |
Color Harmonies of #390193
Complementary color
Monochromatic Colors of #390193
Black with #390193
Text Example
Text Example
White with #390193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #390193; }
p { color: rgb(57,1,147); }
H1.HeaderClassName
{
color: #390193;
}
.AnyTagClassName
{
color: #390193;
}
</style>
background-color css
<style>
a { background-color: #390193; }
a { background-color: rgb(57,1,147); }
div.DivClassName
{
background-color: #390193;
}
.BgClassName
{
background-color: #390193;
}
</style>
border-color css
<style>
span { border-color: #390193; }
span { border-color: rgb(57,1,147); }
td.TdClassName
{
border-color: #390193;
}
.TagClassName
{
border-color: #390193;
}
</style>