Shades of Indigo #3C066E
Tints of Indigo #3C066E
RGB
CMYK
RGB Variations
Color information
#3C066E (or 0x3C066E) is known color: Indigo. HEX triplet: 3C, 06 and 6E. RGB value is (60,6,110). Sum of RGB (Red+Green+Blue) = 60+6+110=176 (23% of max value = 765). Red value is 60 (23.83% from 255 or 34.09% from 176); Green value is 6 (2.73% from 255 or 3.41% from 176); Blue value is 110 (43.36% from 255 or 62.5% from 176); Max value from RGB is 110 - color contains mainly: blue. Hex color #3C066E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C066E is #C3F991. Grayscale: #212121. Windows color (decimal): -12843410 or 7210556. OLE color: 7210556.
HSL color Cylindrical-coordinate representation of color #3C066E: hue angle of 271.15º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3C066E is Cyan = 0.45, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 60 | 6 | 110 | - |
| CMYK | 0.45 | 0.95 | 0 | 0.57 |
| HSL | 271.15º | 0.9% | 0.23% | - |
| HSV(B) | 271.15º | 0.95% | 0.43% | - |
| XYZ | 4.74 | 2.22 | 14.93 | - |
| YUV | 34 | 170.89 | 146.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 6 | 110 | 0.45 | 0.95 | 0 | 0.57 | 271.15 | 0.9 | 0.23 |
| Hex | 3C | 6 | 6E | 2D | 5F | 0 | 39 | 10F | 5A | 17 |
| Octal | 74 | 6 | 156 | 55 | 137 | 0 | 71 | 417 | 132 | 27 |
| Binary | 111100 | 110 | 1101110 | 101101 | 1011111 | 0 | 111001 | 100001111 | 1011010 | 10111 |
Color Harmonies of #3C066E
Complementary color
Monochromatic Colors of #3C066E
Black with #3C066E
Text Example
Text Example
White with #3C066E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C066E; }
p { color: rgb(60,6,110); }
H1.HeaderClassName
{
color: #3C066E;
}
.AnyTagClassName
{
color: #3C066E;
}
</style>
background-color css
<style>
a { background-color: #3C066E; }
a { background-color: rgb(60,6,110); }
div.DivClassName
{
background-color: #3C066E;
}
.BgClassName
{
background-color: #3C066E;
}
</style>
border-color css
<style>
span { border-color: #3C066E; }
span { border-color: rgb(60,6,110); }
td.TdClassName
{
border-color: #3C066E;
}
.TagClassName
{
border-color: #3C066E;
}
</style>