Shades of Indigo #390267
Tints of Indigo #390267
RGB
CMYK
RGB Variations
Color information
#390267 (or 0x390267) is known color: Indigo. HEX triplet: 39, 02 and 67. RGB value is (57,2,103). Sum of RGB (Red+Green+Blue) = 57+2+103=162 (21% of max value = 765). Red value is 57 (22.66% from 255 or 35.19% from 162); Green value is 2 (1.17% from 255 or 1.23% from 162); Blue value is 103 (40.62% from 255 or 63.58% from 162); Max value from RGB is 103 - color contains mainly: blue. Hex color #390267 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #390267 is #C6FD98. Grayscale: #1D1D1D. Windows color (decimal): -13041049 or 6750777. OLE color: 6750777.
HSL color Cylindrical-coordinate representation of color #390267: hue angle of 272.67º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #390267 is Cyan = 0.45, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 57 | 2 | 103 | - |
| CMYK | 0.45 | 0.98 | 0 | 0.60 |
| HSL | 272.67º | 0.96% | 0.21% | - |
| HSV(B) | 272.67º | 0.98% | 0.4% | - |
| XYZ | 4.16 | 1.89 | 12.98 | - |
| YUV | 29.96 | 169.22 | 147.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 2 | 103 | 0.45 | 0.98 | 0 | 0.60 | 272.67 | 0.96 | 0.21 |
| Hex | 39 | 2 | 67 | 2D | 62 | 0 | 3C | 111 | 60 | 15 |
| Octal | 71 | 2 | 147 | 55 | 142 | 0 | 74 | 421 | 140 | 25 |
| Binary | 111001 | 10 | 1100111 | 101101 | 1100010 | 0 | 111100 | 100010001 | 1100000 | 10101 |
Color Harmonies of #390267
Complementary color
Monochromatic Colors of #390267
Black with #390267
Text Example
Text Example
White with #390267
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #390267; }
p { color: rgb(57,2,103); }
H1.HeaderClassName
{
color: #390267;
}
.AnyTagClassName
{
color: #390267;
}
</style>
background-color css
<style>
a { background-color: #390267; }
a { background-color: rgb(57,2,103); }
div.DivClassName
{
background-color: #390267;
}
.BgClassName
{
background-color: #390267;
}
</style>
border-color css
<style>
span { border-color: #390267; }
span { border-color: rgb(57,2,103); }
td.TdClassName
{
border-color: #390267;
}
.TagClassName
{
border-color: #390267;
}
</style>