Shades of Indigo #3C0489
Tints of Indigo #3C0489
RGB
CMYK
RGB Variations
Color information
#3C0489 (or 0x3C0489) is known color: Indigo. HEX triplet: 3C, 04 and 89. RGB value is (60,4,137). Sum of RGB (Red+Green+Blue) = 60+4+137=201 (26% of max value = 765). Red value is 60 (23.83% from 255 or 29.85% from 201); Green value is 4 (1.95% from 255 or 1.99% from 201); Blue value is 137 (53.91% from 255 or 68.16% from 201); Max value from RGB is 137 - color contains mainly: blue. Hex color #3C0489 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3C0489 is #C3FB76. Grayscale: #232323. Windows color (decimal): -12843895 or 8979516. OLE color: 8979516.
HSL color Cylindrical-coordinate representation of color #3C0489: hue angle of 265.26º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3C0489 is Cyan = 0.56, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 60 | 4 | 137 | - |
| CMYK | 0.56 | 0.97 | 0 | 0.46 |
| HSL | 265.26º | 0.94% | 0.28% | - |
| HSV(B) | 265.26º | 0.97% | 0.54% | - |
| XYZ | 6.42 | 2.85 | 23.88 | - |
| YUV | 35.91 | 185.05 | 145.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 4 | 137 | 0.56 | 0.97 | 0 | 0.46 | 265.26 | 0.94 | 0.28 |
| Hex | 3C | 4 | 89 | 38 | 61 | 0 | 2E | 109 | 5E | 1C |
| Octal | 74 | 4 | 211 | 70 | 141 | 0 | 56 | 411 | 136 | 34 |
| Binary | 111100 | 100 | 10001001 | 111000 | 1100001 | 0 | 101110 | 100001001 | 1011110 | 11100 |
Color Harmonies of #3C0489
Complementary color
Monochromatic Colors of #3C0489
Black with #3C0489
Text Example
Text Example
White with #3C0489
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C0489; }
p { color: rgb(60,4,137); }
H1.HeaderClassName
{
color: #3C0489;
}
.AnyTagClassName
{
color: #3C0489;
}
</style>
background-color css
<style>
a { background-color: #3C0489; }
a { background-color: rgb(60,4,137); }
div.DivClassName
{
background-color: #3C0489;
}
.BgClassName
{
background-color: #3C0489;
}
</style>
border-color css
<style>
span { border-color: #3C0489; }
span { border-color: rgb(60,4,137); }
td.TdClassName
{
border-color: #3C0489;
}
.TagClassName
{
border-color: #3C0489;
}
</style>