Shades of Indigo #3C0AAA
Tints of Indigo #3C0AAA
RGB
CMYK
RGB Variations
Color information
#3C0AAA (or 0x3C0AAA) is known color: Indigo. HEX triplet: 3C, 0A and AA. RGB value is (60,10,170). Sum of RGB (Red+Green+Blue) = 60+10+170=240 (31% of max value = 765). Red value is 60 (23.83% from 255 or 25% from 240); Green value is 10 (4.30% from 255 or 4.17% from 240); Blue value is 170 (66.80% from 255 or 70.83% from 240); Max value from RGB is 170 - color contains mainly: blue. Hex color #3C0AAA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3C0AAA is #C3F555. Grayscale: #2A2A2A. Windows color (decimal): -12842326 or 11143740. OLE color: 11143740.
HSL color Cylindrical-coordinate representation of color #3C0AAA: hue angle of 258.75º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3C0AAA is Cyan = 0.65, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 60 | 10 | 170 | - |
| CMYK | 0.65 | 0.94 | 0 | 0.33 |
| HSL | 258.75º | 0.89% | 0.35% | - |
| HSV(B) | 258.75º | 0.94% | 0.67% | - |
| XYZ | 9.23 | 4.08 | 38.33 | - |
| YUV | 43.19 | 199.57 | 139.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 10 | 170 | 0.65 | 0.94 | 0 | 0.33 | 258.75 | 0.89 | 0.35 |
| Hex | 3C | A | AA | 41 | 5E | 0 | 21 | 103 | 59 | 23 |
| Octal | 74 | 12 | 252 | 101 | 136 | 0 | 41 | 403 | 131 | 43 |
| Binary | 111100 | 1010 | 10101010 | 1000001 | 1011110 | 0 | 100001 | 100000011 | 1011001 | 100011 |
Color Harmonies of #3C0AAA
Complementary color
Monochromatic Colors of #3C0AAA
Black with #3C0AAA
Text Example
Text Example
White with #3C0AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C0AAA; }
p { color: rgb(60,10,170); }
H1.HeaderClassName
{
color: #3C0AAA;
}
.AnyTagClassName
{
color: #3C0AAA;
}
</style>
background-color css
<style>
a { background-color: #3C0AAA; }
a { background-color: rgb(60,10,170); }
div.DivClassName
{
background-color: #3C0AAA;
}
.BgClassName
{
background-color: #3C0AAA;
}
</style>
border-color css
<style>
span { border-color: #3C0AAA; }
span { border-color: rgb(60,10,170); }
td.TdClassName
{
border-color: #3C0AAA;
}
.TagClassName
{
border-color: #3C0AAA;
}
</style>