Shades of Indigo #3C059D
Tints of Indigo #3C059D
RGB
CMYK
RGB Variations
Color information
#3C059D (or 0x3C059D) is known color: Indigo. HEX triplet: 3C, 05 and 9D. RGB value is (60,5,157). Sum of RGB (Red+Green+Blue) = 60+5+157=222 (29% of max value = 765). Red value is 60 (23.83% from 255 or 27.03% from 222); Green value is 5 (2.34% from 255 or 2.25% from 222); Blue value is 157 (61.72% from 255 or 70.72% from 222); Max value from RGB is 157 - color contains mainly: blue. Hex color #3C059D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3C059D is #C3FA62. Grayscale: #262626. Windows color (decimal): -12843619 or 10290492. OLE color: 10290492.
HSL color Cylindrical-coordinate representation of color #3C059D: hue angle of 261.71º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3C059D is Cyan = 0.62, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 60 | 5 | 157 | - |
| CMYK | 0.62 | 0.97 | 0 | 0.38 |
| HSL | 261.71º | 0.94% | 0.32% | - |
| HSV(B) | 261.71º | 0.97% | 0.62% | - |
| XYZ | 8 | 3.5 | 32.15 | - |
| YUV | 38.77 | 194.72 | 143.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 5 | 157 | 0.62 | 0.97 | 0 | 0.38 | 261.71 | 0.94 | 0.32 |
| Hex | 3C | 5 | 9D | 3E | 61 | 0 | 26 | 106 | 5E | 20 |
| Octal | 74 | 5 | 235 | 76 | 141 | 0 | 46 | 406 | 136 | 40 |
| Binary | 111100 | 101 | 10011101 | 111110 | 1100001 | 0 | 100110 | 100000110 | 1011110 | 100000 |
Color Harmonies of #3C059D
Complementary color
Monochromatic Colors of #3C059D
Black with #3C059D
Text Example
Text Example
White with #3C059D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C059D; }
p { color: rgb(60,5,157); }
H1.HeaderClassName
{
color: #3C059D;
}
.AnyTagClassName
{
color: #3C059D;
}
</style>
background-color css
<style>
a { background-color: #3C059D; }
a { background-color: rgb(60,5,157); }
div.DivClassName
{
background-color: #3C059D;
}
.BgClassName
{
background-color: #3C059D;
}
</style>
border-color css
<style>
span { border-color: #3C059D; }
span { border-color: rgb(60,5,157); }
td.TdClassName
{
border-color: #3C059D;
}
.TagClassName
{
border-color: #3C059D;
}
</style>