Shades of Indigo #390175
Tints of Indigo #390175
RGB
CMYK
RGB Variations
Color information
#390175 (or 0x390175) is known color: Indigo. HEX triplet: 39, 01 and 75. RGB value is (57,1,117). Sum of RGB (Red+Green+Blue) = 57+1+117=175 (23% of max value = 765). Red value is 57 (22.66% from 255 or 32.57% from 175); Green value is 1 (0.78% from 255 or 0.57% from 175); Blue value is 117 (46.09% from 255 or 66.86% from 175); Max value from RGB is 117 - color contains mainly: blue. Hex color #390175 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #390175 is #C6FE8A. Grayscale: #1E1E1E. Windows color (decimal): -13041291 or 7668025. OLE color: 7668025.
HSL color Cylindrical-coordinate representation of color #390175: hue angle of 268.97º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #390175 is Cyan = 0.51, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 57 | 1 | 117 | - |
| CMYK | 0.51 | 0.99 | 0 | 0.54 |
| HSL | 268.97º | 0.98% | 0.23% | - |
| HSV(B) | 268.97º | 0.99% | 0.46% | - |
| XYZ | 4.91 | 2.18 | 16.99 | - |
| YUV | 30.97 | 176.55 | 146.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 1 | 117 | 0.51 | 0.99 | 0 | 0.54 | 268.97 | 0.98 | 0.23 |
| Hex | 39 | 1 | 75 | 33 | 63 | 0 | 36 | 10D | 62 | 17 |
| Octal | 71 | 1 | 165 | 63 | 143 | 0 | 66 | 415 | 142 | 27 |
| Binary | 111001 | 1 | 1110101 | 110011 | 1100011 | 0 | 110110 | 100001101 | 1100010 | 10111 |
Color Harmonies of #390175
Complementary color
Monochromatic Colors of #390175
Black with #390175
Text Example
Text Example
White with #390175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #390175; }
p { color: rgb(57,1,117); }
H1.HeaderClassName
{
color: #390175;
}
.AnyTagClassName
{
color: #390175;
}
</style>
background-color css
<style>
a { background-color: #390175; }
a { background-color: rgb(57,1,117); }
div.DivClassName
{
background-color: #390175;
}
.BgClassName
{
background-color: #390175;
}
</style>
border-color css
<style>
span { border-color: #390175; }
span { border-color: rgb(57,1,117); }
td.TdClassName
{
border-color: #390175;
}
.TagClassName
{
border-color: #390175;
}
</style>