Shades of Indigo #390093
Tints of Indigo #390093
RGB
CMYK
RGB Variations
Color information
#390093 (or 0x390093) is known color: Indigo. HEX triplet: 39, 00 and 93. RGB value is (57,0,147). Sum of RGB (Red+Green+Blue) = 57+0+147=204 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.94% from 204); Green value is 0 (0.39% from 255 or 0% from 204); Blue value is 147 (57.81% from 255 or 72.06% from 204); Max value from RGB is 147 - color contains mainly: blue. Hex color #390093 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #390093 is #C6FF6C. Grayscale: #212121. Windows color (decimal): -13041517 or 9633849. OLE color: 9633849.
HSL color Cylindrical-coordinate representation of color #390093: hue angle of 263.27º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #390093 is Cyan = 0.61, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 57 | 0 | 147 | - |
| CMYK | 0.61 | 1 | 0 | 0.42 |
| HSL | 263.27º | 1% | 0.29% | - |
| HSV(B) | 263.27º | 1% | 0.58% | - |
| XYZ | 6.95 | 2.98 | 27.81 | - |
| YUV | 33.8 | 191.88 | 144.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 0 | 147 | 0.61 | 1 | 0 | 0.42 | 263.27 | 1 | 0.29 |
| Hex | 39 | 0 | 93 | 3D | 64 | 0 | 2A | 107 | 64 | 1D |
| Octal | 71 | 0 | 223 | 75 | 144 | 0 | 52 | 407 | 144 | 35 |
| Binary | 111001 | 0 | 10010011 | 111101 | 1100100 | 0 | 101010 | 100000111 | 1100100 | 11101 |
Color Harmonies of #390093
Complementary color
Monochromatic Colors of #390093
Black with #390093
Text Example
Text Example
White with #390093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #390093; }
p { color: rgb(57,0,147); }
H1.HeaderClassName
{
color: #390093;
}
.AnyTagClassName
{
color: #390093;
}
</style>
background-color css
<style>
a { background-color: #390093; }
a { background-color: rgb(57,0,147); }
div.DivClassName
{
background-color: #390093;
}
.BgClassName
{
background-color: #390093;
}
</style>
border-color css
<style>
span { border-color: #390093; }
span { border-color: rgb(57,0,147); }
td.TdClassName
{
border-color: #390093;
}
.TagClassName
{
border-color: #390093;
}
</style>