Shades of Indigo #3C0270
Tints of Indigo #3C0270
RGB
CMYK
RGB Variations
Color information
#3C0270 (or 0x3C0270) is known color: Indigo. HEX triplet: 3C, 02 and 70. RGB value is (60,2,112). Sum of RGB (Red+Green+Blue) = 60+2+112=174 (23% of max value = 765). Red value is 60 (23.83% from 255 or 34.48% from 174); Green value is 2 (1.17% from 255 or 1.15% from 174); Blue value is 112 (44.14% from 255 or 64.37% from 174); Max value from RGB is 112 - color contains mainly: blue. Hex color #3C0270 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C0270 is #C3FD8F. Grayscale: #1F1F1F. Windows color (decimal): -12844432 or 7340604. OLE color: 7340604.
HSL color Cylindrical-coordinate representation of color #3C0270: hue angle of 271.64º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3C0270 is Cyan = 0.46, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 60 | 2 | 112 | - |
| CMYK | 0.46 | 0.98 | 0 | 0.56 |
| HSL | 271.64º | 0.96% | 0.22% | - |
| HSV(B) | 271.64º | 0.98% | 0.44% | - |
| XYZ | 4.81 | 2.17 | 15.5 | - |
| YUV | 31.88 | 173.22 | 148.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 2 | 112 | 0.46 | 0.98 | 0 | 0.56 | 271.64 | 0.96 | 0.22 |
| Hex | 3C | 2 | 70 | 2E | 62 | 0 | 38 | 110 | 60 | 16 |
| Octal | 74 | 2 | 160 | 56 | 142 | 0 | 70 | 420 | 140 | 26 |
| Binary | 111100 | 10 | 1110000 | 101110 | 1100010 | 0 | 111000 | 100010000 | 1100000 | 10110 |
Color Harmonies of #3C0270
Complementary color
Monochromatic Colors of #3C0270
Black with #3C0270
Text Example
Text Example
White with #3C0270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C0270; }
p { color: rgb(60,2,112); }
H1.HeaderClassName
{
color: #3C0270;
}
.AnyTagClassName
{
color: #3C0270;
}
</style>
background-color css
<style>
a { background-color: #3C0270; }
a { background-color: rgb(60,2,112); }
div.DivClassName
{
background-color: #3C0270;
}
.BgClassName
{
background-color: #3C0270;
}
</style>
border-color css
<style>
span { border-color: #3C0270; }
span { border-color: rgb(60,2,112); }
td.TdClassName
{
border-color: #3C0270;
}
.TagClassName
{
border-color: #3C0270;
}
</style>