Shades of Indigo #3C0472
Tints of Indigo #3C0472
RGB
CMYK
RGB Variations
Color information
#3C0472 (or 0x3C0472) is known color: Indigo. HEX triplet: 3C, 04 and 72. RGB value is (60,4,114). Sum of RGB (Red+Green+Blue) = 60+4+114=178 (23% of max value = 765). Red value is 60 (23.83% from 255 or 33.71% from 178); Green value is 4 (1.95% from 255 or 2.25% from 178); Blue value is 114 (44.92% from 255 or 64.04% from 178); Max value from RGB is 114 - color contains mainly: blue. Hex color #3C0472 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C0472 is #C3FB8D. Grayscale: #202020. Windows color (decimal): -12843918 or 7472188. OLE color: 7472188.
HSL color Cylindrical-coordinate representation of color #3C0472: hue angle of 270.55º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3C0472 is Cyan = 0.47, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 60 | 4 | 114 | - |
| CMYK | 0.47 | 0.96 | 0 | 0.55 |
| HSL | 270.55º | 0.93% | 0.23% | - |
| HSV(B) | 270.55º | 0.96% | 0.45% | - |
| XYZ | 4.94 | 2.26 | 16.1 | - |
| YUV | 33.28 | 173.55 | 147.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 4 | 114 | 0.47 | 0.96 | 0 | 0.55 | 270.55 | 0.93 | 0.23 |
| Hex | 3C | 4 | 72 | 2F | 60 | 0 | 37 | 10F | 5D | 17 |
| Octal | 74 | 4 | 162 | 57 | 140 | 0 | 67 | 417 | 135 | 27 |
| Binary | 111100 | 100 | 1110010 | 101111 | 1100000 | 0 | 110111 | 100001111 | 1011101 | 10111 |
Color Harmonies of #3C0472
Complementary color
Monochromatic Colors of #3C0472
Black with #3C0472
Text Example
Text Example
White with #3C0472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C0472; }
p { color: rgb(60,4,114); }
H1.HeaderClassName
{
color: #3C0472;
}
.AnyTagClassName
{
color: #3C0472;
}
</style>
background-color css
<style>
a { background-color: #3C0472; }
a { background-color: rgb(60,4,114); }
div.DivClassName
{
background-color: #3C0472;
}
.BgClassName
{
background-color: #3C0472;
}
</style>
border-color css
<style>
span { border-color: #3C0472; }
span { border-color: rgb(60,4,114); }
td.TdClassName
{
border-color: #3C0472;
}
.TagClassName
{
border-color: #3C0472;
}
</style>