Shades of Indigo #390168
Tints of Indigo #390168
RGB
CMYK
RGB Variations
Color information
#390168 (or 0x390168) is known color: Indigo. HEX triplet: 39, 01 and 68. RGB value is (57,1,104). Sum of RGB (Red+Green+Blue) = 57+1+104=162 (21% of max value = 765). Red value is 57 (22.66% from 255 or 35.19% from 162); Green value is 1 (0.78% from 255 or 0.62% from 162); Blue value is 104 (41.02% from 255 or 64.20% from 162); Max value from RGB is 104 - color contains mainly: blue. Hex color #390168 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #390168 is #C6FE97. Grayscale: #1D1D1D. Windows color (decimal): -13041304 or 6816057. OLE color: 6816057.
HSL color Cylindrical-coordinate representation of color #390168: hue angle of 272.62º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #390168 is Cyan = 0.45, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 57 | 1 | 104 | - |
| CMYK | 0.45 | 0.99 | 0 | 0.59 |
| HSL | 272.62º | 0.98% | 0.21% | - |
| HSV(B) | 272.62º | 0.99% | 0.41% | - |
| XYZ | 4.2 | 1.89 | 13.24 | - |
| YUV | 29.49 | 170.05 | 147.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 1 | 104 | 0.45 | 0.99 | 0 | 0.59 | 272.62 | 0.98 | 0.21 |
| Hex | 39 | 1 | 68 | 2D | 63 | 0 | 3B | 111 | 62 | 15 |
| Octal | 71 | 1 | 150 | 55 | 143 | 0 | 73 | 421 | 142 | 25 |
| Binary | 111001 | 1 | 1101000 | 101101 | 1100011 | 0 | 111011 | 100010001 | 1100010 | 10101 |
Color Harmonies of #390168
Complementary color
Monochromatic Colors of #390168
Black with #390168
Text Example
Text Example
White with #390168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #390168; }
p { color: rgb(57,1,104); }
H1.HeaderClassName
{
color: #390168;
}
.AnyTagClassName
{
color: #390168;
}
</style>
background-color css
<style>
a { background-color: #390168; }
a { background-color: rgb(57,1,104); }
div.DivClassName
{
background-color: #390168;
}
.BgClassName
{
background-color: #390168;
}
</style>
border-color css
<style>
span { border-color: #390168; }
span { border-color: rgb(57,1,104); }
td.TdClassName
{
border-color: #390168;
}
.TagClassName
{
border-color: #390168;
}
</style>