Shades of Indigo #3C0091
Tints of Indigo #3C0091
RGB
CMYK
RGB Variations
Color information
#3C0091 (or 0x3C0091) is known color: Indigo. HEX triplet: 3C, 00 and 91. RGB value is (60,0,145). Sum of RGB (Red+Green+Blue) = 60+0+145=205 (27% of max value = 765). Red value is 60 (23.83% from 255 or 29.27% from 205); Green value is 0 (0.39% from 255 or 0% from 205); Blue value is 145 (57.03% from 255 or 70.73% from 205); Max value from RGB is 145 - color contains mainly: blue. Hex color #3C0091 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3C0091 is #C3FF6E. Grayscale: #212121. Windows color (decimal): -12844911 or 9502780. OLE color: 9502780.
HSL color Cylindrical-coordinate representation of color #3C0091: hue angle of 264.83º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3C0091 is Cyan = 0.59, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 60 | 0 | 145 | - |
| CMYK | 0.59 | 1 | 0 | 0.43 |
| HSL | 264.83º | 1% | 0.28% | - |
| HSV(B) | 264.83º | 1% | 0.57% | - |
| XYZ | 6.97 | 3 | 27 | - |
| YUV | 34.47 | 190.38 | 146.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 0 | 145 | 0.59 | 1 | 0 | 0.43 | 264.83 | 1 | 0.28 |
| Hex | 3C | 0 | 91 | 3B | 64 | 0 | 2B | 109 | 64 | 1C |
| Octal | 74 | 0 | 221 | 73 | 144 | 0 | 53 | 411 | 144 | 34 |
| Binary | 111100 | 0 | 10010001 | 111011 | 1100100 | 0 | 101011 | 100001001 | 1100100 | 11100 |
Color Harmonies of #3C0091
Complementary color
Monochromatic Colors of #3C0091
Black with #3C0091
Text Example
Text Example
White with #3C0091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C0091; }
p { color: rgb(60,0,145); }
H1.HeaderClassName
{
color: #3C0091;
}
.AnyTagClassName
{
color: #3C0091;
}
</style>
background-color css
<style>
a { background-color: #3C0091; }
a { background-color: rgb(60,0,145); }
div.DivClassName
{
background-color: #3C0091;
}
.BgClassName
{
background-color: #3C0091;
}
</style>
border-color css
<style>
span { border-color: #3C0091; }
span { border-color: rgb(60,0,145); }
td.TdClassName
{
border-color: #3C0091;
}
.TagClassName
{
border-color: #3C0091;
}
</style>