Shades of Indigo #3C0AAB
Tints of Indigo #3C0AAB
RGB
CMYK
RGB Variations
Color information
#3C0AAB (or 0x3C0AAB) is known color: Indigo. HEX triplet: 3C, 0A and AB. RGB value is (60,10,171). Sum of RGB (Red+Green+Blue) = 60+10+171=241 (31% of max value = 765). Red value is 60 (23.83% from 255 or 24.90% from 241); Green value is 10 (4.30% from 255 or 4.15% from 241); Blue value is 171 (67.19% from 255 or 70.95% from 241); Max value from RGB is 171 - color contains mainly: blue. Hex color #3C0AAB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3C0AAB is #C3F554. Grayscale: #2A2A2A. Windows color (decimal): -12842325 or 11209276. OLE color: 11209276.
HSL color Cylindrical-coordinate representation of color #3C0AAB: hue angle of 258.63º 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 #3C0AAB is Cyan = 0.65, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 60 | 10 | 171 | - |
| CMYK | 0.65 | 0.94 | 0 | 0.33 |
| HSL | 258.63º | 0.89% | 0.35% | - |
| HSV(B) | 258.63º | 0.94% | 0.67% | - |
| XYZ | 9.32 | 4.12 | 38.83 | - |
| YUV | 43.3 | 200.07 | 139.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 10 | 171 | 0.65 | 0.94 | 0 | 0.33 | 258.63 | 0.89 | 0.35 |
| Hex | 3C | A | AB | 41 | 5E | 0 | 21 | 103 | 59 | 23 |
| Octal | 74 | 12 | 253 | 101 | 136 | 0 | 41 | 403 | 131 | 43 |
| Binary | 111100 | 1010 | 10101011 | 1000001 | 1011110 | 0 | 100001 | 100000011 | 1011001 | 100011 |
Color Harmonies of #3C0AAB
Complementary color
Monochromatic Colors of #3C0AAB
Black with #3C0AAB
Text Example
Text Example
White with #3C0AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C0AAB; }
p { color: rgb(60,10,171); }
H1.HeaderClassName
{
color: #3C0AAB;
}
.AnyTagClassName
{
color: #3C0AAB;
}
</style>
background-color css
<style>
a { background-color: #3C0AAB; }
a { background-color: rgb(60,10,171); }
div.DivClassName
{
background-color: #3C0AAB;
}
.BgClassName
{
background-color: #3C0AAB;
}
</style>
border-color css
<style>
span { border-color: #3C0AAB; }
span { border-color: rgb(60,10,171); }
td.TdClassName
{
border-color: #3C0AAB;
}
.TagClassName
{
border-color: #3C0AAB;
}
</style>