Shades of Indigo #3C036A
Tints of Indigo #3C036A
RGB
CMYK
RGB Variations
Color information
#3C036A (or 0x3C036A) is known color: Indigo. HEX triplet: 3C, 03 and 6A. RGB value is (60,3,106). Sum of RGB (Red+Green+Blue) = 60+3+106=169 (22% of max value = 765). Red value is 60 (23.83% from 255 or 35.50% from 169); Green value is 3 (1.56% from 255 or 1.78% from 169); Blue value is 106 (41.80% from 255 or 62.72% from 169); Max value from RGB is 106 - color contains mainly: blue. Hex color #3C036A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C036A is #C3FC95. Grayscale: #1F1F1F. Windows color (decimal): -12844182 or 6947644. OLE color: 6947644.
HSL color Cylindrical-coordinate representation of color #3C036A: hue angle of 273.2º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3C036A is Cyan = 0.43, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 60 | 3 | 106 | - |
| CMYK | 0.43 | 0.97 | 0 | 0.58 |
| HSL | 273.2º | 0.94% | 0.21% | - |
| HSV(B) | 273.2º | 0.97% | 0.42% | - |
| XYZ | 4.5 | 2.07 | 13.8 | - |
| YUV | 31.79 | 169.88 | 148.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 3 | 106 | 0.43 | 0.97 | 0 | 0.58 | 273.2 | 0.94 | 0.21 |
| Hex | 3C | 3 | 6A | 2B | 61 | 0 | 3A | 111 | 5E | 15 |
| Octal | 74 | 3 | 152 | 53 | 141 | 0 | 72 | 421 | 136 | 25 |
| Binary | 111100 | 11 | 1101010 | 101011 | 1100001 | 0 | 111010 | 100010001 | 1011110 | 10101 |
Color Harmonies of #3C036A
Complementary color
Monochromatic Colors of #3C036A
Black with #3C036A
Text Example
Text Example
White with #3C036A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C036A; }
p { color: rgb(60,3,106); }
H1.HeaderClassName
{
color: #3C036A;
}
.AnyTagClassName
{
color: #3C036A;
}
</style>
background-color css
<style>
a { background-color: #3C036A; }
a { background-color: rgb(60,3,106); }
div.DivClassName
{
background-color: #3C036A;
}
.BgClassName
{
background-color: #3C036A;
}
</style>
border-color css
<style>
span { border-color: #3C036A; }
span { border-color: rgb(60,3,106); }
td.TdClassName
{
border-color: #3C036A;
}
.TagClassName
{
border-color: #3C036A;
}
</style>