Shades of Indigo #3C0070
Tints of Indigo #3C0070
RGB
CMYK
RGB Variations
Color information
#3C0070 (or 0x3C0070) is known color: Indigo. HEX triplet: 3C, 00 and 70. RGB value is (60,0,112). Sum of RGB (Red+Green+Blue) = 60+0+112=172 (22% of max value = 765). Red value is 60 (23.83% from 255 or 34.88% from 172); Green value is 0 (0.39% from 255 or 0% from 172); Blue value is 112 (44.14% from 255 or 65.12% from 172); Max value from RGB is 112 - color contains mainly: blue. Hex color #3C0070 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C0070 is #C3FF8F. Grayscale: #1E1E1E. Windows color (decimal): -12844944 or 7340092. OLE color: 7340092.
HSL color Cylindrical-coordinate representation of color #3C0070: hue angle of 272.14º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3C0070 is Cyan = 0.46, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 60 | 0 | 112 | - |
| CMYK | 0.46 | 1 | 0 | 0.56 |
| HSL | 272.14º | 1% | 0.22% | - |
| HSV(B) | 272.14º | 1% | 0.44% | - |
| XYZ | 4.79 | 2.13 | 15.49 | - |
| YUV | 30.71 | 173.88 | 148.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 0 | 112 | 0.46 | 1 | 0 | 0.56 | 272.14 | 1 | 0.22 |
| Hex | 3C | 0 | 70 | 2E | 64 | 0 | 38 | 110 | 64 | 16 |
| Octal | 74 | 0 | 160 | 56 | 144 | 0 | 70 | 420 | 144 | 26 |
| Binary | 111100 | 0 | 1110000 | 101110 | 1100100 | 0 | 111000 | 100010000 | 1100100 | 10110 |
Color Harmonies of #3C0070
Complementary color
Monochromatic Colors of #3C0070
Black with #3C0070
Text Example
Text Example
White with #3C0070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C0070; }
p { color: rgb(60,0,112); }
H1.HeaderClassName
{
color: #3C0070;
}
.AnyTagClassName
{
color: #3C0070;
}
</style>
background-color css
<style>
a { background-color: #3C0070; }
a { background-color: rgb(60,0,112); }
div.DivClassName
{
background-color: #3C0070;
}
.BgClassName
{
background-color: #3C0070;
}
</style>
border-color css
<style>
span { border-color: #3C0070; }
span { border-color: rgb(60,0,112); }
td.TdClassName
{
border-color: #3C0070;
}
.TagClassName
{
border-color: #3C0070;
}
</style>