Shades of Indigo #3C05A1
Tints of Indigo #3C05A1
RGB
CMYK
RGB Variations
Color information
#3C05A1 (or 0x3C05A1) is known color: Indigo. HEX triplet: 3C, 05 and A1. RGB value is (60,5,161). Sum of RGB (Red+Green+Blue) = 60+5+161=226 (29% of max value = 765). Red value is 60 (23.83% from 255 or 26.55% from 226); Green value is 5 (2.34% from 255 or 2.21% from 226); Blue value is 161 (63.28% from 255 or 71.24% from 226); Max value from RGB is 161 - color contains mainly: blue. Hex color #3C05A1 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3C05A1 is #C3FA5E. Grayscale: #262626. Windows color (decimal): -12843615 or 10552636. OLE color: 10552636.
HSL color Cylindrical-coordinate representation of color #3C05A1: hue angle of 261.15º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3C05A1 is Cyan = 0.63, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 60 | 5 | 161 | - |
| CMYK | 0.63 | 0.97 | 0 | 0.37 |
| HSL | 261.15º | 0.94% | 0.33% | - |
| HSV(B) | 261.15º | 0.97% | 0.63% | - |
| XYZ | 8.35 | 3.64 | 33.98 | - |
| YUV | 39.23 | 196.72 | 142.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 5 | 161 | 0.63 | 0.97 | 0 | 0.37 | 261.15 | 0.94 | 0.33 |
| Hex | 3C | 5 | A1 | 3F | 61 | 0 | 25 | 105 | 5E | 21 |
| Octal | 74 | 5 | 241 | 77 | 141 | 0 | 45 | 405 | 136 | 41 |
| Binary | 111100 | 101 | 10100001 | 111111 | 1100001 | 0 | 100101 | 100000101 | 1011110 | 100001 |
Color Harmonies of #3C05A1
Complementary color
Monochromatic Colors of #3C05A1
Black with #3C05A1
Text Example
Text Example
White with #3C05A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C05A1; }
p { color: rgb(60,5,161); }
H1.HeaderClassName
{
color: #3C05A1;
}
.AnyTagClassName
{
color: #3C05A1;
}
</style>
background-color css
<style>
a { background-color: #3C05A1; }
a { background-color: rgb(60,5,161); }
div.DivClassName
{
background-color: #3C05A1;
}
.BgClassName
{
background-color: #3C05A1;
}
</style>
border-color css
<style>
span { border-color: #3C05A1; }
span { border-color: rgb(60,5,161); }
td.TdClassName
{
border-color: #3C05A1;
}
.TagClassName
{
border-color: #3C05A1;
}
</style>