Shades of Indigo #390067
Tints of Indigo #390067
RGB
CMYK
RGB Variations
Color information
#390067 (or 0x390067) is known color: Indigo. HEX triplet: 39, 00 and 67. RGB value is (57,0,103). Sum of RGB (Red+Green+Blue) = 57+0+103=160 (21% of max value = 765). Red value is 57 (22.66% from 255 or 35.62% from 160); Green value is 0 (0.39% from 255 or 0% from 160); Blue value is 103 (40.62% from 255 or 64.38% from 160); Max value from RGB is 103 - color contains mainly: blue. Hex color #390067 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #390067 is #C6FF98. Grayscale: #1C1C1C. Windows color (decimal): -13041561 or 6750265. OLE color: 6750265.
HSL color Cylindrical-coordinate representation of color #390067: hue angle of 273.2º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #390067 is Cyan = 0.45, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 57 | 0 | 103 | - |
| CMYK | 0.45 | 1 | 0 | 0.60 |
| HSL | 273.2º | 1% | 0.2% | - |
| HSV(B) | 273.2º | 1% | 0.4% | - |
| XYZ | 4.14 | 1.85 | 12.97 | - |
| YUV | 28.79 | 169.88 | 148.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 0 | 103 | 0.45 | 1 | 0 | 0.60 | 273.2 | 1 | 0.2 |
| Hex | 39 | 0 | 67 | 2D | 64 | 0 | 3C | 111 | 64 | 14 |
| Octal | 71 | 0 | 147 | 55 | 144 | 0 | 74 | 421 | 144 | 24 |
| Binary | 111001 | 0 | 1100111 | 101101 | 1100100 | 0 | 111100 | 100010001 | 1100100 | 10100 |
Color Harmonies of #390067
Complementary color
Monochromatic Colors of #390067
Black with #390067
Text Example
Text Example
White with #390067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #390067; }
p { color: rgb(57,0,103); }
H1.HeaderClassName
{
color: #390067;
}
.AnyTagClassName
{
color: #390067;
}
</style>
background-color css
<style>
a { background-color: #390067; }
a { background-color: rgb(57,0,103); }
div.DivClassName
{
background-color: #390067;
}
.BgClassName
{
background-color: #390067;
}
</style>
border-color css
<style>
span { border-color: #390067; }
span { border-color: rgb(57,0,103); }
td.TdClassName
{
border-color: #390067;
}
.TagClassName
{
border-color: #390067;
}
</style>