Shades of Indigo #3C046B
Tints of Indigo #3C046B
RGB
CMYK
RGB Variations
Color information
#3C046B (or 0x3C046B) is known color: Indigo. HEX triplet: 3C, 04 and 6B. RGB value is (60,4,107). Sum of RGB (Red+Green+Blue) = 60+4+107=171 (22% of max value = 765). Red value is 60 (23.83% from 255 or 35.09% from 171); Green value is 4 (1.95% from 255 or 2.34% from 171); Blue value is 107 (42.19% from 255 or 62.57% from 171); Max value from RGB is 107 - color contains mainly: blue. Hex color #3C046B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C046B is #C3FB94. Grayscale: #202020. Windows color (decimal): -12843925 or 7013436. OLE color: 7013436.
HSL color Cylindrical-coordinate representation of color #3C046B: hue angle of 272.62º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3C046B is Cyan = 0.44, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 60 | 4 | 107 | - |
| CMYK | 0.44 | 0.96 | 0 | 0.58 |
| HSL | 272.62º | 0.93% | 0.22% | - |
| HSV(B) | 272.62º | 0.96% | 0.42% | - |
| XYZ | 4.56 | 2.11 | 14.08 | - |
| YUV | 32.49 | 170.05 | 147.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 4 | 107 | 0.44 | 0.96 | 0 | 0.58 | 272.62 | 0.93 | 0.22 |
| Hex | 3C | 4 | 6B | 2C | 60 | 0 | 3A | 111 | 5D | 16 |
| Octal | 74 | 4 | 153 | 54 | 140 | 0 | 72 | 421 | 135 | 26 |
| Binary | 111100 | 100 | 1101011 | 101100 | 1100000 | 0 | 111010 | 100010001 | 1011101 | 10110 |
Color Harmonies of #3C046B
Complementary color
Monochromatic Colors of #3C046B
Black with #3C046B
Text Example
Text Example
White with #3C046B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C046B; }
p { color: rgb(60,4,107); }
H1.HeaderClassName
{
color: #3C046B;
}
.AnyTagClassName
{
color: #3C046B;
}
</style>
background-color css
<style>
a { background-color: #3C046B; }
a { background-color: rgb(60,4,107); }
div.DivClassName
{
background-color: #3C046B;
}
.BgClassName
{
background-color: #3C046B;
}
</style>
border-color css
<style>
span { border-color: #3C046B; }
span { border-color: rgb(60,4,107); }
td.TdClassName
{
border-color: #3C046B;
}
.TagClassName
{
border-color: #3C046B;
}
</style>