Shades of Indigo #3C006A
Tints of Indigo #3C006A
RGB
CMYK
RGB Variations
Color information
#3C006A (or 0x3C006A) is known color: Indigo. HEX triplet: 3C, 00 and 6A. RGB value is (60,0,106). Sum of RGB (Red+Green+Blue) = 60+0+106=166 (21% of max value = 765). Red value is 60 (23.83% from 255 or 36.14% from 166); Green value is 0 (0.39% from 255 or 0% from 166); Blue value is 106 (41.80% from 255 or 63.86% from 166); Max value from RGB is 106 - color contains mainly: blue. Hex color #3C006A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C006A is #C3FF95. Grayscale: #1D1D1D. Windows color (decimal): -12844950 or 6946876. OLE color: 6946876.
HSL color Cylindrical-coordinate representation of color #3C006A: hue angle of 273.96º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3C006A is Cyan = 0.43, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 60 | 0 | 106 | - |
| CMYK | 0.43 | 1 | 0 | 0.58 |
| HSL | 273.96º | 1% | 0.21% | - |
| HSV(B) | 273.96º | 1% | 0.42% | - |
| XYZ | 4.46 | 2 | 13.79 | - |
| YUV | 30.02 | 170.88 | 149.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 0 | 106 | 0.43 | 1 | 0 | 0.58 | 273.96 | 1 | 0.21 |
| Hex | 3C | 0 | 6A | 2B | 64 | 0 | 3A | 112 | 64 | 15 |
| Octal | 74 | 0 | 152 | 53 | 144 | 0 | 72 | 422 | 144 | 25 |
| Binary | 111100 | 0 | 1101010 | 101011 | 1100100 | 0 | 111010 | 100010010 | 1100100 | 10101 |
Color Harmonies of #3C006A
Complementary color
Monochromatic Colors of #3C006A
Black with #3C006A
Text Example
Text Example
White with #3C006A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C006A; }
p { color: rgb(60,0,106); }
H1.HeaderClassName
{
color: #3C006A;
}
.AnyTagClassName
{
color: #3C006A;
}
</style>
background-color css
<style>
a { background-color: #3C006A; }
a { background-color: rgb(60,0,106); }
div.DivClassName
{
background-color: #3C006A;
}
.BgClassName
{
background-color: #3C006A;
}
</style>
border-color css
<style>
span { border-color: #3C006A; }
span { border-color: rgb(60,0,106); }
td.TdClassName
{
border-color: #3C006A;
}
.TagClassName
{
border-color: #3C006A;
}
</style>