Shades of Indigo #390392
Tints of Indigo #390392
RGB
CMYK
RGB Variations
Color information
#390392 (or 0x390392) is known color: Indigo. HEX triplet: 39, 03 and 92. RGB value is (57,3,146). Sum of RGB (Red+Green+Blue) = 57+3+146=206 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.67% from 206); Green value is 3 (1.56% from 255 or 1.46% from 206); Blue value is 146 (57.42% from 255 or 70.87% from 206); Max value from RGB is 146 - color contains mainly: blue. Hex color #390392 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #390392 is #C6FC6D. Grayscale: #222222. Windows color (decimal): -13040750 or 9569081. OLE color: 9569081.
HSL color Cylindrical-coordinate representation of color #390392: hue angle of 262.66º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #390392 is Cyan = 0.61, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 57 | 3 | 146 | - |
| CMYK | 0.61 | 0.98 | 0 | 0.43 |
| HSL | 262.66º | 0.96% | 0.29% | - |
| HSV(B) | 262.66º | 0.98% | 0.57% | - |
| XYZ | 6.91 | 3.01 | 27.41 | - |
| YUV | 35.45 | 190.39 | 143.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 3 | 146 | 0.61 | 0.98 | 0 | 0.43 | 262.66 | 0.96 | 0.29 |
| Hex | 39 | 3 | 92 | 3D | 62 | 0 | 2B | 107 | 60 | 1D |
| Octal | 71 | 3 | 222 | 75 | 142 | 0 | 53 | 407 | 140 | 35 |
| Binary | 111001 | 11 | 10010010 | 111101 | 1100010 | 0 | 101011 | 100000111 | 1100000 | 11101 |
Color Harmonies of #390392
Complementary color
Monochromatic Colors of #390392
Black with #390392
Text Example
Text Example
White with #390392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #390392; }
p { color: rgb(57,3,146); }
H1.HeaderClassName
{
color: #390392;
}
.AnyTagClassName
{
color: #390392;
}
</style>
background-color css
<style>
a { background-color: #390392; }
a { background-color: rgb(57,3,146); }
div.DivClassName
{
background-color: #390392;
}
.BgClassName
{
background-color: #390392;
}
</style>
border-color css
<style>
span { border-color: #390392; }
span { border-color: rgb(57,3,146); }
td.TdClassName
{
border-color: #390392;
}
.TagClassName
{
border-color: #390392;
}
</style>