Shades of Indigo #3C02AD
Tints of Indigo #3C02AD
RGB
CMYK
RGB Variations
Color information
#3C02AD (or 0x3C02AD) is known color: Indigo. HEX triplet: 3C, 02 and AD. RGB value is (60,2,173). Sum of RGB (Red+Green+Blue) = 60+2+173=235 (31% of max value = 765). Red value is 60 (23.83% from 255 or 25.53% from 235); Green value is 2 (1.17% from 255 or 0.85% from 235); Blue value is 173 (67.97% from 255 or 73.62% from 235); Max value from RGB is 173 - color contains mainly: blue. Hex color #3C02AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3C02AD is #C3FD52. Grayscale: #262626. Windows color (decimal): -12844371 or 11338300. OLE color: 11338300.
HSL color Cylindrical-coordinate representation of color #3C02AD: hue angle of 260.35º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3C02AD is Cyan = 0.65, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 60 | 2 | 173 | - |
| CMYK | 0.65 | 0.99 | 0 | 0.32 |
| HSL | 260.35º | 0.98% | 0.34% | - |
| HSV(B) | 260.35º | 0.99% | 0.68% | - |
| XYZ | 9.43 | 4.02 | 39.81 | - |
| YUV | 38.84 | 203.72 | 143.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 2 | 173 | 0.65 | 0.99 | 0 | 0.32 | 260.35 | 0.98 | 0.34 |
| Hex | 3C | 2 | AD | 41 | 63 | 0 | 20 | 104 | 62 | 22 |
| Octal | 74 | 2 | 255 | 101 | 143 | 0 | 40 | 404 | 142 | 42 |
| Binary | 111100 | 10 | 10101101 | 1000001 | 1100011 | 0 | 100000 | 100000100 | 1100010 | 100010 |
Color Harmonies of #3C02AD
Complementary color
Monochromatic Colors of #3C02AD
Black with #3C02AD
Text Example
Text Example
White with #3C02AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C02AD; }
p { color: rgb(60,2,173); }
H1.HeaderClassName
{
color: #3C02AD;
}
.AnyTagClassName
{
color: #3C02AD;
}
</style>
background-color css
<style>
a { background-color: #3C02AD; }
a { background-color: rgb(60,2,173); }
div.DivClassName
{
background-color: #3C02AD;
}
.BgClassName
{
background-color: #3C02AD;
}
</style>
border-color css
<style>
span { border-color: #3C02AD; }
span { border-color: rgb(60,2,173); }
td.TdClassName
{
border-color: #3C02AD;
}
.TagClassName
{
border-color: #3C02AD;
}
</style>