Shades of Indigo #39006B
Tints of Indigo #39006B
RGB
CMYK
RGB Variations
Color information
#39006B (or 0x39006B) is known color: Indigo. HEX triplet: 39, 00 and 6B. RGB value is (57,0,107). Sum of RGB (Red+Green+Blue) = 57+0+107=164 (21% of max value = 765). Red value is 57 (22.66% from 255 or 34.76% from 164); Green value is 0 (0.39% from 255 or 0% from 164); Blue value is 107 (42.19% from 255 or 65.24% from 164); Max value from RGB is 107 - color contains mainly: blue. Hex color #39006B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #39006B is #C6FF94. Grayscale: #1C1C1C. Windows color (decimal): -13041557 or 7012409. OLE color: 7012409.
HSL color Cylindrical-coordinate representation of color #39006B: hue angle of 271.96º 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 #39006B is Cyan = 0.47, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 57 | 0 | 107 | - |
| CMYK | 0.47 | 1 | 0 | 0.58 |
| HSL | 271.96º | 1% | 0.21% | - |
| HSV(B) | 271.96º | 1% | 0.42% | - |
| XYZ | 4.34 | 1.93 | 14.05 | - |
| YUV | 29.24 | 171.88 | 147.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 0 | 107 | 0.47 | 1 | 0 | 0.58 | 271.96 | 1 | 0.21 |
| Hex | 39 | 0 | 6B | 2F | 64 | 0 | 3A | 110 | 64 | 15 |
| Octal | 71 | 0 | 153 | 57 | 144 | 0 | 72 | 420 | 144 | 25 |
| Binary | 111001 | 0 | 1101011 | 101111 | 1100100 | 0 | 111010 | 100010000 | 1100100 | 10101 |
Color Harmonies of #39006B
Complementary color
Monochromatic Colors of #39006B
Black with #39006B
Text Example
Text Example
White with #39006B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39006B; }
p { color: rgb(57,0,107); }
H1.HeaderClassName
{
color: #39006B;
}
.AnyTagClassName
{
color: #39006B;
}
</style>
background-color css
<style>
a { background-color: #39006B; }
a { background-color: rgb(57,0,107); }
div.DivClassName
{
background-color: #39006B;
}
.BgClassName
{
background-color: #39006B;
}
</style>
border-color css
<style>
span { border-color: #39006B; }
span { border-color: rgb(57,0,107); }
td.TdClassName
{
border-color: #39006B;
}
.TagClassName
{
border-color: #39006B;
}
</style>