Shades of Indigo #3C05AA
Tints of Indigo #3C05AA
RGB
CMYK
RGB Variations
Color information
#3C05AA (or 0x3C05AA) is known color: Indigo. HEX triplet: 3C, 05 and AA. RGB value is (60,5,170). Sum of RGB (Red+Green+Blue) = 60+5+170=235 (31% of max value = 765). Red value is 60 (23.83% from 255 or 25.53% from 235); Green value is 5 (2.34% from 255 or 2.13% from 235); Blue value is 170 (66.80% from 255 or 72.34% from 235); Max value from RGB is 170 - color contains mainly: blue. Hex color #3C05AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3C05AA is #C3FA55. Grayscale: #272727. Windows color (decimal): -12843606 or 11142460. OLE color: 11142460.
HSL color Cylindrical-coordinate representation of color #3C05AA: hue angle of 260º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3C05AA is Cyan = 0.65, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 60 | 5 | 170 | - |
| CMYK | 0.65 | 0.97 | 0 | 0.33 |
| HSL | 260º | 0.94% | 0.34% | - |
| HSV(B) | 260º | 0.97% | 0.67% | - |
| XYZ | 9.17 | 3.97 | 38.31 | - |
| YUV | 40.26 | 201.22 | 142.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 5 | 170 | 0.65 | 0.97 | 0 | 0.33 | 260 | 0.94 | 0.34 |
| Hex | 3C | 5 | AA | 41 | 61 | 0 | 21 | 104 | 5E | 22 |
| Octal | 74 | 5 | 252 | 101 | 141 | 0 | 41 | 404 | 136 | 42 |
| Binary | 111100 | 101 | 10101010 | 1000001 | 1100001 | 0 | 100001 | 100000100 | 1011110 | 100010 |
Color Harmonies of #3C05AA
Complementary color
Monochromatic Colors of #3C05AA
Black with #3C05AA
Text Example
Text Example
White with #3C05AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C05AA; }
p { color: rgb(60,5,170); }
H1.HeaderClassName
{
color: #3C05AA;
}
.AnyTagClassName
{
color: #3C05AA;
}
</style>
background-color css
<style>
a { background-color: #3C05AA; }
a { background-color: rgb(60,5,170); }
div.DivClassName
{
background-color: #3C05AA;
}
.BgClassName
{
background-color: #3C05AA;
}
</style>
border-color css
<style>
span { border-color: #3C05AA; }
span { border-color: rgb(60,5,170); }
td.TdClassName
{
border-color: #3C05AA;
}
.TagClassName
{
border-color: #3C05AA;
}
</style>