Shades of Indigo #3C047B
Tints of Indigo #3C047B
RGB
CMYK
RGB Variations
Color information
#3C047B (or 0x3C047B) is known color: Indigo. HEX triplet: 3C, 04 and 7B. RGB value is (60,4,123). Sum of RGB (Red+Green+Blue) = 60+4+123=187 (24% of max value = 765). Red value is 60 (23.83% from 255 or 32.09% from 187); Green value is 4 (1.95% from 255 or 2.14% from 187); Blue value is 123 (48.44% from 255 or 65.78% from 187); Max value from RGB is 123 - color contains mainly: blue. Hex color #3C047B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C047B is #C3FB84. Grayscale: #212121. Windows color (decimal): -12843909 or 8062012. OLE color: 8062012.
HSL color Cylindrical-coordinate representation of color #3C047B: hue angle of 268.24º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3C047B is Cyan = 0.51, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 60 | 4 | 123 | - |
| CMYK | 0.51 | 0.97 | 0 | 0.52 |
| HSL | 268.24º | 0.94% | 0.25% | - |
| HSV(B) | 268.24º | 0.97% | 0.48% | - |
| XYZ | 5.48 | 2.48 | 18.93 | - |
| YUV | 34.31 | 178.05 | 146.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 4 | 123 | 0.51 | 0.97 | 0 | 0.52 | 268.24 | 0.94 | 0.25 |
| Hex | 3C | 4 | 7B | 33 | 61 | 0 | 34 | 10C | 5E | 19 |
| Octal | 74 | 4 | 173 | 63 | 141 | 0 | 64 | 414 | 136 | 31 |
| Binary | 111100 | 100 | 1111011 | 110011 | 1100001 | 0 | 110100 | 100001100 | 1011110 | 11001 |
Color Harmonies of #3C047B
Complementary color
Monochromatic Colors of #3C047B
Black with #3C047B
Text Example
Text Example
White with #3C047B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C047B; }
p { color: rgb(60,4,123); }
H1.HeaderClassName
{
color: #3C047B;
}
.AnyTagClassName
{
color: #3C047B;
}
</style>
background-color css
<style>
a { background-color: #3C047B; }
a { background-color: rgb(60,4,123); }
div.DivClassName
{
background-color: #3C047B;
}
.BgClassName
{
background-color: #3C047B;
}
</style>
border-color css
<style>
span { border-color: #3C047B; }
span { border-color: rgb(60,4,123); }
td.TdClassName
{
border-color: #3C047B;
}
.TagClassName
{
border-color: #3C047B;
}
</style>