Shades of Indigo #3C00AE
Tints of Indigo #3C00AE
RGB
CMYK
RGB Variations
Color information
#3C00AE (or 0x3C00AE) is known color: Indigo. HEX triplet: 3C, 00 and AE. RGB value is (60,0,174). Sum of RGB (Red+Green+Blue) = 60+0+174=234 (30% of max value = 765). Red value is 60 (23.83% from 255 or 25.64% from 234); Green value is 0 (0.39% from 255 or 0% from 234); Blue value is 174 (68.36% from 255 or 74.36% from 234); Max value from RGB is 174 - color contains mainly: blue. Hex color #3C00AE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3C00AE is #C3FF51. Grayscale: #252525. Windows color (decimal): -12844882 or 11403324. OLE color: 11403324.
HSL color Cylindrical-coordinate representation of color #3C00AE: hue angle of 260.69º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3C00AE is Cyan = 0.66, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 60 | 0 | 174 | - |
| CMYK | 0.66 | 1 | 0 | 0.32 |
| HSL | 260.69º | 1% | 0.34% | - |
| HSV(B) | 260.69º | 1% | 0.68% | - |
| XYZ | 9.5 | 4.02 | 40.32 | - |
| YUV | 37.78 | 204.88 | 143.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 0 | 174 | 0.66 | 1 | 0 | 0.32 | 260.69 | 1 | 0.34 |
| Hex | 3C | 0 | AE | 42 | 64 | 0 | 20 | 105 | 64 | 22 |
| Octal | 74 | 0 | 256 | 102 | 144 | 0 | 40 | 405 | 144 | 42 |
| Binary | 111100 | 0 | 10101110 | 1000010 | 1100100 | 0 | 100000 | 100000101 | 1100100 | 100010 |
Color Harmonies of #3C00AE
Complementary color
Monochromatic Colors of #3C00AE
Black with #3C00AE
Text Example
Text Example
White with #3C00AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C00AE; }
p { color: rgb(60,0,174); }
H1.HeaderClassName
{
color: #3C00AE;
}
.AnyTagClassName
{
color: #3C00AE;
}
</style>
background-color css
<style>
a { background-color: #3C00AE; }
a { background-color: rgb(60,0,174); }
div.DivClassName
{
background-color: #3C00AE;
}
.BgClassName
{
background-color: #3C00AE;
}
</style>
border-color css
<style>
span { border-color: #3C00AE; }
span { border-color: rgb(60,0,174); }
td.TdClassName
{
border-color: #3C00AE;
}
.TagClassName
{
border-color: #3C00AE;
}
</style>