Shades of Indigo #390069
Tints of Indigo #390069
RGB
CMYK
RGB Variations
Color information
#390069 (or 0x390069) is known color: Indigo. HEX triplet: 39, 00 and 69. RGB value is (57,0,105). Sum of RGB (Red+Green+Blue) = 57+0+105=162 (21% of max value = 765). Red value is 57 (22.66% from 255 or 35.19% from 162); Green value is 0 (0.39% from 255 or 0% from 162); Blue value is 105 (41.41% from 255 or 64.81% from 162); Max value from RGB is 105 - color contains mainly: blue. Hex color #390069 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #390069 is #C6FF96. Grayscale: #1C1C1C. Windows color (decimal): -13041559 or 6881337. OLE color: 6881337.
HSL color Cylindrical-coordinate representation of color #390069: hue angle of 272.57º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 1%. Process color model (Four color, CMYK) of #390069 is Cyan = 0.46, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 57 | 0 | 105 | - |
| CMYK | 0.46 | 1 | 0 | 0.59 |
| HSL | 272.57º | 1% | 0.21% | - |
| HSV(B) | 272.57º | 1% | 0.41% | - |
| XYZ | 4.24 | 1.89 | 13.51 | - |
| YUV | 29.01 | 170.88 | 147.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 0 | 105 | 0.46 | 1 | 0 | 0.59 | 272.57 | 1 | 0.21 |
| Hex | 39 | 0 | 69 | 2E | 64 | 0 | 3B | 111 | 64 | 15 |
| Octal | 71 | 0 | 151 | 56 | 144 | 0 | 73 | 421 | 144 | 25 |
| Binary | 111001 | 0 | 1101001 | 101110 | 1100100 | 0 | 111011 | 100010001 | 1100100 | 10101 |
Color Harmonies of #390069
Complementary color
Monochromatic Colors of #390069
Black with #390069
Text Example
Text Example
White with #390069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #390069; }
p { color: rgb(57,0,105); }
H1.HeaderClassName
{
color: #390069;
}
.AnyTagClassName
{
color: #390069;
}
</style>
background-color css
<style>
a { background-color: #390069; }
a { background-color: rgb(57,0,105); }
div.DivClassName
{
background-color: #390069;
}
.BgClassName
{
background-color: #390069;
}
</style>
border-color css
<style>
span { border-color: #390069; }
span { border-color: rgb(57,0,105); }
td.TdClassName
{
border-color: #390069;
}
.TagClassName
{
border-color: #390069;
}
</style>