Shades of Indigo #3C047F
Tints of Indigo #3C047F
RGB
CMYK
RGB Variations
Color information
#3C047F (or 0x3C047F) is known color: Indigo. HEX triplet: 3C, 04 and 7F. RGB value is (60,4,127). Sum of RGB (Red+Green+Blue) = 60+4+127=191 (25% of max value = 765). Red value is 60 (23.83% from 255 or 31.41% from 191); Green value is 4 (1.95% from 255 or 2.09% from 191); Blue value is 127 (50% from 255 or 66.49% from 191); Max value from RGB is 127 - color contains mainly: blue. Hex color #3C047F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C047F is #C3FB80. Grayscale: #222222. Windows color (decimal): -12843905 or 8324156. OLE color: 8324156.
HSL color Cylindrical-coordinate representation of color #3C047F: hue angle of 267.32º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3C047F is Cyan = 0.53, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 60 | 4 | 127 | - |
| CMYK | 0.53 | 0.97 | 0 | 0.50 |
| HSL | 267.32º | 0.94% | 0.26% | - |
| HSV(B) | 267.32º | 0.97% | 0.5% | - |
| XYZ | 5.74 | 2.58 | 20.27 | - |
| YUV | 34.77 | 180.05 | 146 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 4 | 127 | 0.53 | 0.97 | 0 | 0.50 | 267.32 | 0.94 | 0.26 |
| Hex | 3C | 4 | 7F | 35 | 61 | 0 | 32 | 10B | 5E | 1A |
| Octal | 74 | 4 | 177 | 65 | 141 | 0 | 62 | 413 | 136 | 32 |
| Binary | 111100 | 100 | 1111111 | 110101 | 1100001 | 0 | 110010 | 100001011 | 1011110 | 11010 |
Color Harmonies of #3C047F
Complementary color
Monochromatic Colors of #3C047F
Black with #3C047F
Text Example
Text Example
White with #3C047F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C047F; }
p { color: rgb(60,4,127); }
H1.HeaderClassName
{
color: #3C047F;
}
.AnyTagClassName
{
color: #3C047F;
}
</style>
background-color css
<style>
a { background-color: #3C047F; }
a { background-color: rgb(60,4,127); }
div.DivClassName
{
background-color: #3C047F;
}
.BgClassName
{
background-color: #3C047F;
}
</style>
border-color css
<style>
span { border-color: #3C047F; }
span { border-color: rgb(60,4,127); }
td.TdClassName
{
border-color: #3C047F;
}
.TagClassName
{
border-color: #3C047F;
}
</style>