Shades of Indigo #3C07AC
Tints of Indigo #3C07AC
RGB
CMYK
RGB Variations
Color information
#3C07AC (or 0x3C07AC) is known color: Indigo. HEX triplet: 3C, 07 and AC. RGB value is (60,7,172). Sum of RGB (Red+Green+Blue) = 60+7+172=239 (31% of max value = 765). Red value is 60 (23.83% from 255 or 25.10% from 239); Green value is 7 (3.12% from 255 or 2.93% from 239); Blue value is 172 (67.58% from 255 or 71.97% from 239); Max value from RGB is 172 - color contains mainly: blue. Hex color #3C07AC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3C07AC is #C3F853. Grayscale: #292929. Windows color (decimal): -12843092 or 11274044. OLE color: 11274044.
HSL color Cylindrical-coordinate representation of color #3C07AC: hue angle of 259.27º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3C07AC is Cyan = 0.65, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 60 | 7 | 172 | - |
| CMYK | 0.65 | 0.96 | 0 | 0.33 |
| HSL | 259.27º | 0.92% | 0.35% | - |
| HSV(B) | 259.27º | 0.96% | 0.67% | - |
| XYZ | 9.39 | 4.09 | 39.32 | - |
| YUV | 41.66 | 201.56 | 141.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 7 | 172 | 0.65 | 0.96 | 0 | 0.33 | 259.27 | 0.92 | 0.35 |
| Hex | 3C | 7 | AC | 41 | 60 | 0 | 21 | 103 | 5C | 23 |
| Octal | 74 | 7 | 254 | 101 | 140 | 0 | 41 | 403 | 134 | 43 |
| Binary | 111100 | 111 | 10101100 | 1000001 | 1100000 | 0 | 100001 | 100000011 | 1011100 | 100011 |
Color Harmonies of #3C07AC
Complementary color
Monochromatic Colors of #3C07AC
Black with #3C07AC
Text Example
Text Example
White with #3C07AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C07AC; }
p { color: rgb(60,7,172); }
H1.HeaderClassName
{
color: #3C07AC;
}
.AnyTagClassName
{
color: #3C07AC;
}
</style>
background-color css
<style>
a { background-color: #3C07AC; }
a { background-color: rgb(60,7,172); }
div.DivClassName
{
background-color: #3C07AC;
}
.BgClassName
{
background-color: #3C07AC;
}
</style>
border-color css
<style>
span { border-color: #3C07AC; }
span { border-color: rgb(60,7,172); }
td.TdClassName
{
border-color: #3C07AC;
}
.TagClassName
{
border-color: #3C07AC;
}
</style>