Shades of Indigo #390264
Tints of Indigo #390264
RGB
CMYK
RGB Variations
Color information
#390264 (or 0x390264) is known color: Indigo. HEX triplet: 39, 02 and 64. RGB value is (57,2,100). Sum of RGB (Red+Green+Blue) = 57+2+100=159 (21% of max value = 765). Red value is 57 (22.66% from 255 or 35.85% from 159); Green value is 2 (1.17% from 255 or 1.26% from 159); Blue value is 100 (39.45% from 255 or 62.89% from 159); Max value from RGB is 100 - color contains mainly: blue. Hex color #390264 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #390264 is #C6FD9B. Grayscale: #1D1D1D. Windows color (decimal): -13041052 or 6554169. OLE color: 6554169.
HSL color Cylindrical-coordinate representation of color #390264: hue angle of 273.67º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #390264 is Cyan = 0.43, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 57 | 2 | 100 | - |
| CMYK | 0.43 | 0.98 | 0 | 0.61 |
| HSL | 273.67º | 0.96% | 0.2% | - |
| HSV(B) | 273.67º | 0.98% | 0.39% | - |
| XYZ | 4.01 | 1.83 | 12.2 | - |
| YUV | 29.62 | 167.72 | 147.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 2 | 100 | 0.43 | 0.98 | 0 | 0.61 | 273.67 | 0.96 | 0.2 |
| Hex | 39 | 2 | 64 | 2B | 62 | 0 | 3D | 112 | 60 | 14 |
| Octal | 71 | 2 | 144 | 53 | 142 | 0 | 75 | 422 | 140 | 24 |
| Binary | 111001 | 10 | 1100100 | 101011 | 1100010 | 0 | 111101 | 100010010 | 1100000 | 10100 |
Color Harmonies of #390264
Complementary color
Monochromatic Colors of #390264
Black with #390264
Text Example
Text Example
White with #390264
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #390264; }
p { color: rgb(57,2,100); }
H1.HeaderClassName
{
color: #390264;
}
.AnyTagClassName
{
color: #390264;
}
</style>
background-color css
<style>
a { background-color: #390264; }
a { background-color: rgb(57,2,100); }
div.DivClassName
{
background-color: #390264;
}
.BgClassName
{
background-color: #390264;
}
</style>
border-color css
<style>
span { border-color: #390264; }
span { border-color: rgb(57,2,100); }
td.TdClassName
{
border-color: #390264;
}
.TagClassName
{
border-color: #390264;
}
</style>