Shades of Indigo #3C06AD
Tints of Indigo #3C06AD
RGB
CMYK
RGB Variations
Color information
#3C06AD (or 0x3C06AD) is known color: Indigo. HEX triplet: 3C, 06 and AD. RGB value is (60,6,173). Sum of RGB (Red+Green+Blue) = 60+6+173=239 (31% of max value = 765). Red value is 60 (23.83% from 255 or 25.10% from 239); Green value is 6 (2.73% from 255 or 2.51% from 239); Blue value is 173 (67.97% from 255 or 72.38% from 239); Max value from RGB is 173 - color contains mainly: blue. Hex color #3C06AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3C06AD is #C3F952. Grayscale: #282828. Windows color (decimal): -12843347 or 11339324. OLE color: 11339324.
HSL color Cylindrical-coordinate representation of color #3C06AD: hue angle of 259.4º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3C06AD is Cyan = 0.65, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 60 | 6 | 173 | - |
| CMYK | 0.65 | 0.97 | 0 | 0.32 |
| HSL | 259.4º | 0.93% | 0.35% | - |
| HSV(B) | 259.4º | 0.97% | 0.68% | - |
| XYZ | 9.47 | 4.11 | 39.83 | - |
| YUV | 41.18 | 202.39 | 141.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 6 | 173 | 0.65 | 0.97 | 0 | 0.32 | 259.4 | 0.93 | 0.35 |
| Hex | 3C | 6 | AD | 41 | 61 | 0 | 20 | 103 | 5D | 23 |
| Octal | 74 | 6 | 255 | 101 | 141 | 0 | 40 | 403 | 135 | 43 |
| Binary | 111100 | 110 | 10101101 | 1000001 | 1100001 | 0 | 100000 | 100000011 | 1011101 | 100011 |
Color Harmonies of #3C06AD
Complementary color
Monochromatic Colors of #3C06AD
Black with #3C06AD
Text Example
Text Example
White with #3C06AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C06AD; }
p { color: rgb(60,6,173); }
H1.HeaderClassName
{
color: #3C06AD;
}
.AnyTagClassName
{
color: #3C06AD;
}
</style>
background-color css
<style>
a { background-color: #3C06AD; }
a { background-color: rgb(60,6,173); }
div.DivClassName
{
background-color: #3C06AD;
}
.BgClassName
{
background-color: #3C06AD;
}
</style>
border-color css
<style>
span { border-color: #3C06AD; }
span { border-color: rgb(60,6,173); }
td.TdClassName
{
border-color: #3C06AD;
}
.TagClassName
{
border-color: #3C06AD;
}
</style>