Shades of Indigo #3C0668
Tints of Indigo #3C0668
RGB
CMYK
RGB Variations
Color information
#3C0668 (or 0x3C0668) is known color: Indigo. HEX triplet: 3C, 06 and 68. RGB value is (60,6,104). Sum of RGB (Red+Green+Blue) = 60+6+104=170 (22% of max value = 765). Red value is 60 (23.83% from 255 or 35.29% from 170); Green value is 6 (2.73% from 255 or 3.53% from 170); Blue value is 104 (41.02% from 255 or 61.18% from 170); Max value from RGB is 104 - color contains mainly: blue. Hex color #3C0668 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C0668 is #C3F997. Grayscale: #202020. Windows color (decimal): -12843416 or 6817340. OLE color: 6817340.
HSL color Cylindrical-coordinate representation of color #3C0668: hue angle of 273.06º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3C0668 is Cyan = 0.42, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 60 | 6 | 104 | - |
| CMYK | 0.42 | 0.94 | 0 | 0.59 |
| HSL | 273.06º | 0.89% | 0.22% | - |
| HSV(B) | 273.06º | 0.94% | 0.41% | - |
| XYZ | 4.43 | 2.09 | 13.27 | - |
| YUV | 33.32 | 167.89 | 147.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 6 | 104 | 0.42 | 0.94 | 0 | 0.59 | 273.06 | 0.89 | 0.22 |
| Hex | 3C | 6 | 68 | 2A | 5E | 0 | 3B | 111 | 59 | 16 |
| Octal | 74 | 6 | 150 | 52 | 136 | 0 | 73 | 421 | 131 | 26 |
| Binary | 111100 | 110 | 1101000 | 101010 | 1011110 | 0 | 111011 | 100010001 | 1011001 | 10110 |
Color Harmonies of #3C0668
Complementary color
Monochromatic Colors of #3C0668
Black with #3C0668
Text Example
Text Example
White with #3C0668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C0668; }
p { color: rgb(60,6,104); }
H1.HeaderClassName
{
color: #3C0668;
}
.AnyTagClassName
{
color: #3C0668;
}
</style>
background-color css
<style>
a { background-color: #3C0668; }
a { background-color: rgb(60,6,104); }
div.DivClassName
{
background-color: #3C0668;
}
.BgClassName
{
background-color: #3C0668;
}
</style>
border-color css
<style>
span { border-color: #3C0668; }
span { border-color: rgb(60,6,104); }
td.TdClassName
{
border-color: #3C0668;
}
.TagClassName
{
border-color: #3C0668;
}
</style>