Shades of Indigo #390266
Tints of Indigo #390266
RGB
CMYK
RGB Variations
Color information
#390266 (or 0x390266) is known color: Indigo. HEX triplet: 39, 02 and 66. RGB value is (57,2,102). Sum of RGB (Red+Green+Blue) = 57+2+102=161 (21% of max value = 765). Red value is 57 (22.66% from 255 or 35.40% from 161); Green value is 2 (1.17% from 255 or 1.24% from 161); Blue value is 102 (40.23% from 255 or 63.35% from 161); Max value from RGB is 102 - color contains mainly: blue. Hex color #390266 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #390266 is #C6FD99. Grayscale: #1D1D1D. Windows color (decimal): -13041050 or 6685241. OLE color: 6685241.
HSL color Cylindrical-coordinate representation of color #390266: hue angle of 273º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #390266 is Cyan = 0.44, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 57 | 2 | 102 | - |
| CMYK | 0.44 | 0.98 | 0 | 0.6 |
| HSL | 273º | 0.96% | 0.2% | - |
| HSV(B) | 273º | 0.98% | 0.4% | - |
| XYZ | 4.11 | 1.87 | 12.72 | - |
| YUV | 29.85 | 168.72 | 147.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 2 | 102 | 0.44 | 0.98 | 0 | 0.6 | 273 | 0.96 | 0.2 |
| Hex | 39 | 2 | 66 | 2C | 62 | 0 | 3C | 111 | 60 | 14 |
| Octal | 71 | 2 | 146 | 54 | 142 | 0 | 74 | 421 | 140 | 24 |
| Binary | 111001 | 10 | 1100110 | 101100 | 1100010 | 0 | 111100 | 100010001 | 1100000 | 10100 |
Color Harmonies of #390266
Complementary color
Monochromatic Colors of #390266
Black with #390266
Text Example
Text Example
White with #390266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #390266; }
p { color: rgb(57,2,102); }
H1.HeaderClassName
{
color: #390266;
}
.AnyTagClassName
{
color: #390266;
}
</style>
background-color css
<style>
a { background-color: #390266; }
a { background-color: rgb(57,2,102); }
div.DivClassName
{
background-color: #390266;
}
.BgClassName
{
background-color: #390266;
}
</style>
border-color css
<style>
span { border-color: #390266; }
span { border-color: rgb(57,2,102); }
td.TdClassName
{
border-color: #390266;
}
.TagClassName
{
border-color: #390266;
}
</style>