Shades of Indigo #39018F
Tints of Indigo #39018F
RGB
CMYK
RGB Variations
Color information
#39018F (or 0x39018F) is known color: Indigo. HEX triplet: 39, 01 and 8F. RGB value is (57,1,143). Sum of RGB (Red+Green+Blue) = 57+1+143=201 (26% of max value = 765). Red value is 57 (22.66% from 255 or 28.36% from 201); Green value is 1 (0.78% from 255 or 0.50% from 201); Blue value is 143 (56.25% from 255 or 71.14% from 201); Max value from RGB is 143 - color contains mainly: blue. Hex color #39018F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #39018F is #C6FE70. Grayscale: #212121. Windows color (decimal): -13041265 or 9371961. OLE color: 9371961.
HSL color Cylindrical-coordinate representation of color #39018F: hue angle of 263.66º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #39018F is Cyan = 0.60, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 57 | 1 | 143 | - |
| CMYK | 0.60 | 0.99 | 0 | 0.44 |
| HSL | 263.66º | 0.99% | 0.28% | - |
| HSV(B) | 263.66º | 0.99% | 0.56% | - |
| XYZ | 6.66 | 2.87 | 26.19 | - |
| YUV | 33.93 | 189.55 | 144.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 1 | 143 | 0.60 | 0.99 | 0 | 0.44 | 263.66 | 0.99 | 0.28 |
| Hex | 39 | 1 | 8F | 3C | 63 | 0 | 2C | 108 | 63 | 1C |
| Octal | 71 | 1 | 217 | 74 | 143 | 0 | 54 | 410 | 143 | 34 |
| Binary | 111001 | 1 | 10001111 | 111100 | 1100011 | 0 | 101100 | 100001000 | 1100011 | 11100 |
Color Harmonies of #39018F
Complementary color
Monochromatic Colors of #39018F
Black with #39018F
Text Example
Text Example
White with #39018F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39018F; }
p { color: rgb(57,1,143); }
H1.HeaderClassName
{
color: #39018F;
}
.AnyTagClassName
{
color: #39018F;
}
</style>
background-color css
<style>
a { background-color: #39018F; }
a { background-color: rgb(57,1,143); }
div.DivClassName
{
background-color: #39018F;
}
.BgClassName
{
background-color: #39018F;
}
</style>
border-color css
<style>
span { border-color: #39018F; }
span { border-color: rgb(57,1,143); }
td.TdClassName
{
border-color: #39018F;
}
.TagClassName
{
border-color: #39018F;
}
</style>