Shades of Indigo #3C0491
Tints of Indigo #3C0491
RGB
CMYK
RGB Variations
Color information
#3C0491 (or 0x3C0491) is known color: Indigo. HEX triplet: 3C, 04 and 91. RGB value is (60,4,145). Sum of RGB (Red+Green+Blue) = 60+4+145=209 (27% of max value = 765). Red value is 60 (23.83% from 255 or 28.71% from 209); Green value is 4 (1.95% from 255 or 1.91% from 209); Blue value is 145 (57.03% from 255 or 69.38% from 209); Max value from RGB is 145 - color contains mainly: blue. Hex color #3C0491 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3C0491 is #C3FB6E. Grayscale: #242424. Windows color (decimal): -12843887 or 9503804. OLE color: 9503804.
HSL color Cylindrical-coordinate representation of color #3C0491: hue angle of 263.83º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3C0491 is Cyan = 0.59, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 60 | 4 | 145 | - |
| CMYK | 0.59 | 0.97 | 0 | 0.43 |
| HSL | 263.83º | 0.95% | 0.29% | - |
| HSV(B) | 263.83º | 0.97% | 0.57% | - |
| XYZ | 7.02 | 3.09 | 27.01 | - |
| YUV | 36.82 | 189.05 | 144.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 4 | 145 | 0.59 | 0.97 | 0 | 0.43 | 263.83 | 0.95 | 0.29 |
| Hex | 3C | 4 | 91 | 3B | 61 | 0 | 2B | 108 | 5F | 1D |
| Octal | 74 | 4 | 221 | 73 | 141 | 0 | 53 | 410 | 137 | 35 |
| Binary | 111100 | 100 | 10010001 | 111011 | 1100001 | 0 | 101011 | 100001000 | 1011111 | 11101 |
Color Harmonies of #3C0491
Complementary color
Monochromatic Colors of #3C0491
Black with #3C0491
Text Example
Text Example
White with #3C0491
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C0491; }
p { color: rgb(60,4,145); }
H1.HeaderClassName
{
color: #3C0491;
}
.AnyTagClassName
{
color: #3C0491;
}
</style>
background-color css
<style>
a { background-color: #3C0491; }
a { background-color: rgb(60,4,145); }
div.DivClassName
{
background-color: #3C0491;
}
.BgClassName
{
background-color: #3C0491;
}
</style>
border-color css
<style>
span { border-color: #3C0491; }
span { border-color: rgb(60,4,145); }
td.TdClassName
{
border-color: #3C0491;
}
.TagClassName
{
border-color: #3C0491;
}
</style>