Shades of Indigo #390191
Tints of Indigo #390191
RGB
CMYK
RGB Variations
Color information
#390191 (or 0x390191) is known color: Indigo. HEX triplet: 39, 01 and 91. RGB value is (57,1,145). Sum of RGB (Red+Green+Blue) = 57+1+145=203 (26% of max value = 765). Red value is 57 (22.66% from 255 or 28.08% from 203); Green value is 1 (0.78% from 255 or 0.49% from 203); Blue value is 145 (57.03% from 255 or 71.43% from 203); Max value from RGB is 145 - color contains mainly: blue. Hex color #390191 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #390191 is #C6FE6E. Grayscale: #212121. Windows color (decimal): -13041263 or 9503033. OLE color: 9503033.
HSL color Cylindrical-coordinate representation of color #390191: hue angle of 263.33º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #390191 is Cyan = 0.61, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 57 | 1 | 145 | - |
| CMYK | 0.61 | 0.99 | 0 | 0.43 |
| HSL | 263.33º | 0.99% | 0.29% | - |
| HSV(B) | 263.33º | 0.99% | 0.57% | - |
| XYZ | 6.81 | 2.94 | 27 | - |
| YUV | 34.16 | 190.55 | 144.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 1 | 145 | 0.61 | 0.99 | 0 | 0.43 | 263.33 | 0.99 | 0.29 |
| Hex | 39 | 1 | 91 | 3D | 63 | 0 | 2B | 107 | 63 | 1D |
| Octal | 71 | 1 | 221 | 75 | 143 | 0 | 53 | 407 | 143 | 35 |
| Binary | 111001 | 1 | 10010001 | 111101 | 1100011 | 0 | 101011 | 100000111 | 1100011 | 11101 |
Color Harmonies of #390191
Complementary color
Monochromatic Colors of #390191
Black with #390191
Text Example
Text Example
White with #390191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #390191; }
p { color: rgb(57,1,145); }
H1.HeaderClassName
{
color: #390191;
}
.AnyTagClassName
{
color: #390191;
}
</style>
background-color css
<style>
a { background-color: #390191; }
a { background-color: rgb(57,1,145); }
div.DivClassName
{
background-color: #390191;
}
.BgClassName
{
background-color: #390191;
}
</style>
border-color css
<style>
span { border-color: #390191; }
span { border-color: rgb(57,1,145); }
td.TdClassName
{
border-color: #390191;
}
.TagClassName
{
border-color: #390191;
}
</style>