Shades of Indigo #3C056D
Tints of Indigo #3C056D
RGB
CMYK
RGB Variations
Color information
#3C056D (or 0x3C056D) is known color: Indigo. HEX triplet: 3C, 05 and 6D. RGB value is (60,5,109). Sum of RGB (Red+Green+Blue) = 60+5+109=174 (23% of max value = 765). Red value is 60 (23.83% from 255 or 34.48% from 174); Green value is 5 (2.34% from 255 or 2.87% from 174); Blue value is 109 (42.97% from 255 or 62.64% from 174); Max value from RGB is 109 - color contains mainly: blue. Hex color #3C056D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C056D is #C3FA92. Grayscale: #202020. Windows color (decimal): -12843667 or 7144764. OLE color: 7144764.
HSL color Cylindrical-coordinate representation of color #3C056D: hue angle of 271.73º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3C056D is Cyan = 0.45, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 60 | 5 | 109 | - |
| CMYK | 0.45 | 0.95 | 0 | 0.57 |
| HSL | 271.73º | 0.91% | 0.22% | - |
| HSV(B) | 271.73º | 0.95% | 0.43% | - |
| XYZ | 4.68 | 2.17 | 14.64 | - |
| YUV | 33.3 | 170.72 | 147.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 5 | 109 | 0.45 | 0.95 | 0 | 0.57 | 271.73 | 0.91 | 0.22 |
| Hex | 3C | 5 | 6D | 2D | 5F | 0 | 39 | 110 | 5B | 16 |
| Octal | 74 | 5 | 155 | 55 | 137 | 0 | 71 | 420 | 133 | 26 |
| Binary | 111100 | 101 | 1101101 | 101101 | 1011111 | 0 | 111001 | 100010000 | 1011011 | 10110 |
Color Harmonies of #3C056D
Complementary color
Monochromatic Colors of #3C056D
Black with #3C056D
Text Example
Text Example
White with #3C056D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C056D; }
p { color: rgb(60,5,109); }
H1.HeaderClassName
{
color: #3C056D;
}
.AnyTagClassName
{
color: #3C056D;
}
</style>
background-color css
<style>
a { background-color: #3C056D; }
a { background-color: rgb(60,5,109); }
div.DivClassName
{
background-color: #3C056D;
}
.BgClassName
{
background-color: #3C056D;
}
</style>
border-color css
<style>
span { border-color: #3C056D; }
span { border-color: rgb(60,5,109); }
td.TdClassName
{
border-color: #3C056D;
}
.TagClassName
{
border-color: #3C056D;
}
</style>