Shades of Indigo #39006C
Tints of Indigo #39006C
RGB
CMYK
RGB Variations
Color information
#39006C (or 0x39006C) is known color: Indigo. HEX triplet: 39, 00 and 6C. RGB value is (57,0,108). Sum of RGB (Red+Green+Blue) = 57+0+108=165 (21% of max value = 765). Red value is 57 (22.66% from 255 or 34.55% from 165); Green value is 0 (0.39% from 255 or 0% from 165); Blue value is 108 (42.58% from 255 or 65.45% from 165); Max value from RGB is 108 - color contains mainly: blue. Hex color #39006C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #39006C is #C6FF93. Grayscale: #1C1C1C. Windows color (decimal): -13041556 or 7077945. OLE color: 7077945.
HSL color Cylindrical-coordinate representation of color #39006C: hue angle of 271.67º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 1%. Process color model (Four color, CMYK) of #39006C is Cyan = 0.47, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 57 | 0 | 108 | - |
| CMYK | 0.47 | 1 | 0 | 0.58 |
| HSL | 271.67º | 1% | 0.21% | - |
| HSV(B) | 271.67º | 1% | 0.42% | - |
| XYZ | 4.39 | 1.95 | 14.33 | - |
| YUV | 29.36 | 172.38 | 147.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 0 | 108 | 0.47 | 1 | 0 | 0.58 | 271.67 | 1 | 0.21 |
| Hex | 39 | 0 | 6C | 2F | 64 | 0 | 3A | 110 | 64 | 15 |
| Octal | 71 | 0 | 154 | 57 | 144 | 0 | 72 | 420 | 144 | 25 |
| Binary | 111001 | 0 | 1101100 | 101111 | 1100100 | 0 | 111010 | 100010000 | 1100100 | 10101 |
Color Harmonies of #39006C
Complementary color
Monochromatic Colors of #39006C
Black with #39006C
Text Example
Text Example
White with #39006C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39006C; }
p { color: rgb(57,0,108); }
H1.HeaderClassName
{
color: #39006C;
}
.AnyTagClassName
{
color: #39006C;
}
</style>
background-color css
<style>
a { background-color: #39006C; }
a { background-color: rgb(57,0,108); }
div.DivClassName
{
background-color: #39006C;
}
.BgClassName
{
background-color: #39006C;
}
</style>
border-color css
<style>
span { border-color: #39006C; }
span { border-color: rgb(57,0,108); }
td.TdClassName
{
border-color: #39006C;
}
.TagClassName
{
border-color: #39006C;
}
</style>