Shades of Indigo #39017D
Tints of Indigo #39017D
RGB
CMYK
RGB Variations
Color information
#39017D (or 0x39017D) is known color: Indigo. HEX triplet: 39, 01 and 7D. RGB value is (57,1,125). Sum of RGB (Red+Green+Blue) = 57+1+125=183 (24% of max value = 765). Red value is 57 (22.66% from 255 or 31.15% from 183); Green value is 1 (0.78% from 255 or 0.55% from 183); Blue value is 125 (49.22% from 255 or 68.31% from 183); Max value from RGB is 125 - color contains mainly: blue. Hex color #39017D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #39017D is #C6FE82. Grayscale: #1F1F1F. Windows color (decimal): -13041283 or 8192313. OLE color: 8192313.
HSL color Cylindrical-coordinate representation of color #39017D: hue angle of 267.1º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #39017D is Cyan = 0.54, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 57 | 1 | 125 | - |
| CMYK | 0.54 | 0.99 | 0 | 0.51 |
| HSL | 267.1º | 0.98% | 0.25% | - |
| HSV(B) | 267.1º | 0.99% | 0.49% | - |
| XYZ | 5.4 | 2.37 | 19.58 | - |
| YUV | 31.88 | 180.55 | 145.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 1 | 125 | 0.54 | 0.99 | 0 | 0.51 | 267.1 | 0.98 | 0.25 |
| Hex | 39 | 1 | 7D | 36 | 63 | 0 | 33 | 10B | 62 | 19 |
| Octal | 71 | 1 | 175 | 66 | 143 | 0 | 63 | 413 | 142 | 31 |
| Binary | 111001 | 1 | 1111101 | 110110 | 1100011 | 0 | 110011 | 100001011 | 1100010 | 11001 |
Color Harmonies of #39017D
Complementary color
Monochromatic Colors of #39017D
Black with #39017D
Text Example
Text Example
White with #39017D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39017D; }
p { color: rgb(57,1,125); }
H1.HeaderClassName
{
color: #39017D;
}
.AnyTagClassName
{
color: #39017D;
}
</style>
background-color css
<style>
a { background-color: #39017D; }
a { background-color: rgb(57,1,125); }
div.DivClassName
{
background-color: #39017D;
}
.BgClassName
{
background-color: #39017D;
}
</style>
border-color css
<style>
span { border-color: #39017D; }
span { border-color: rgb(57,1,125); }
td.TdClassName
{
border-color: #39017D;
}
.TagClassName
{
border-color: #39017D;
}
</style>