Shades of Indigo #3C02AE
Tints of Indigo #3C02AE
RGB
CMYK
RGB Variations
Color information
#3C02AE (or 0x3C02AE) is known color: Indigo. HEX triplet: 3C, 02 and AE. RGB value is (60,2,174). Sum of RGB (Red+Green+Blue) = 60+2+174=236 (31% of max value = 765). Red value is 60 (23.83% from 255 or 25.42% from 236); Green value is 2 (1.17% from 255 or 0.85% from 236); Blue value is 174 (68.36% from 255 or 73.73% from 236); Max value from RGB is 174 - color contains mainly: blue. Hex color #3C02AE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3C02AE is #C3FD51. Grayscale: #262626. Windows color (decimal): -12844370 or 11403836. OLE color: 11403836.
HSL color Cylindrical-coordinate representation of color #3C02AE: hue angle of 260.23º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3C02AE is Cyan = 0.66, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 60 | 2 | 174 | - |
| CMYK | 0.66 | 0.99 | 0 | 0.32 |
| HSL | 260.23º | 0.98% | 0.35% | - |
| HSV(B) | 260.23º | 0.99% | 0.68% | - |
| XYZ | 9.53 | 4.06 | 40.33 | - |
| YUV | 38.95 | 204.22 | 143.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 2 | 174 | 0.66 | 0.99 | 0 | 0.32 | 260.23 | 0.98 | 0.35 |
| Hex | 3C | 2 | AE | 42 | 63 | 0 | 20 | 104 | 62 | 23 |
| Octal | 74 | 2 | 256 | 102 | 143 | 0 | 40 | 404 | 142 | 43 |
| Binary | 111100 | 10 | 10101110 | 1000010 | 1100011 | 0 | 100000 | 100000100 | 1100010 | 100011 |
Color Harmonies of #3C02AE
Complementary color
Monochromatic Colors of #3C02AE
Black with #3C02AE
Text Example
Text Example
White with #3C02AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C02AE; }
p { color: rgb(60,2,174); }
H1.HeaderClassName
{
color: #3C02AE;
}
.AnyTagClassName
{
color: #3C02AE;
}
</style>
background-color css
<style>
a { background-color: #3C02AE; }
a { background-color: rgb(60,2,174); }
div.DivClassName
{
background-color: #3C02AE;
}
.BgClassName
{
background-color: #3C02AE;
}
</style>
border-color css
<style>
span { border-color: #3C02AE; }
span { border-color: rgb(60,2,174); }
td.TdClassName
{
border-color: #3C02AE;
}
.TagClassName
{
border-color: #3C02AE;
}
</style>