Shades of Indigo #39017B
Tints of Indigo #39017B
RGB
CMYK
RGB Variations
Color information
#39017B (or 0x39017B) is known color: Indigo. HEX triplet: 39, 01 and 7B. RGB value is (57,1,123). Sum of RGB (Red+Green+Blue) = 57+1+123=181 (23% of max value = 765). Red value is 57 (22.66% from 255 or 31.49% from 181); Green value is 1 (0.78% from 255 or 0.55% from 181); Blue value is 123 (48.44% from 255 or 67.96% from 181); Max value from RGB is 123 - color contains mainly: blue. Hex color #39017B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #39017B is #C6FE84. Grayscale: #1F1F1F. Windows color (decimal): -13041285 or 8061241. OLE color: 8061241.
HSL color Cylindrical-coordinate representation of color #39017B: hue angle of 267.54º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #39017B is Cyan = 0.54, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 57 | 1 | 123 | - |
| CMYK | 0.54 | 0.99 | 0 | 0.52 |
| HSL | 267.54º | 0.98% | 0.24% | - |
| HSV(B) | 267.54º | 0.99% | 0.48% | - |
| XYZ | 5.27 | 2.32 | 18.91 | - |
| YUV | 31.65 | 179.55 | 146.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 1 | 123 | 0.54 | 0.99 | 0 | 0.52 | 267.54 | 0.98 | 0.24 |
| Hex | 39 | 1 | 7B | 36 | 63 | 0 | 34 | 10C | 62 | 18 |
| Octal | 71 | 1 | 173 | 66 | 143 | 0 | 64 | 414 | 142 | 30 |
| Binary | 111001 | 1 | 1111011 | 110110 | 1100011 | 0 | 110100 | 100001100 | 1100010 | 11000 |
Color Harmonies of #39017B
Complementary color
Monochromatic Colors of #39017B
Black with #39017B
Text Example
Text Example
White with #39017B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39017B; }
p { color: rgb(57,1,123); }
H1.HeaderClassName
{
color: #39017B;
}
.AnyTagClassName
{
color: #39017B;
}
</style>
background-color css
<style>
a { background-color: #39017B; }
a { background-color: rgb(57,1,123); }
div.DivClassName
{
background-color: #39017B;
}
.BgClassName
{
background-color: #39017B;
}
</style>
border-color css
<style>
span { border-color: #39017B; }
span { border-color: rgb(57,1,123); }
td.TdClassName
{
border-color: #39017B;
}
.TagClassName
{
border-color: #39017B;
}
</style>