Shades of Indigo #3C079D
Tints of Indigo #3C079D
RGB
CMYK
RGB Variations
Color information
#3C079D (or 0x3C079D) is known color: Indigo. HEX triplet: 3C, 07 and 9D. RGB value is (60,7,157). Sum of RGB (Red+Green+Blue) = 60+7+157=224 (29% of max value = 765). Red value is 60 (23.83% from 255 or 26.79% from 224); Green value is 7 (3.12% from 255 or 3.12% from 224); Blue value is 157 (61.72% from 255 or 70.09% from 224); Max value from RGB is 157 - color contains mainly: blue. Hex color #3C079D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3C079D is #C3F862. Grayscale: #272727. Windows color (decimal): -12843107 or 10291004. OLE color: 10291004.
HSL color Cylindrical-coordinate representation of color #3C079D: hue angle of 261.2º degrees, saturation: 0.91, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3C079D is Cyan = 0.62, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 60 | 7 | 157 | - |
| CMYK | 0.62 | 0.96 | 0 | 0.38 |
| HSL | 261.2º | 0.91% | 0.32% | - |
| HSV(B) | 261.2º | 0.96% | 0.62% | - |
| XYZ | 8.03 | 3.55 | 32.16 | - |
| YUV | 39.95 | 194.06 | 142.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 7 | 157 | 0.62 | 0.96 | 0 | 0.38 | 261.2 | 0.91 | 0.32 |
| Hex | 3C | 7 | 9D | 3E | 60 | 0 | 26 | 105 | 5B | 20 |
| Octal | 74 | 7 | 235 | 76 | 140 | 0 | 46 | 405 | 133 | 40 |
| Binary | 111100 | 111 | 10011101 | 111110 | 1100000 | 0 | 100110 | 100000101 | 1011011 | 100000 |
Color Harmonies of #3C079D
Complementary color
Monochromatic Colors of #3C079D
Black with #3C079D
Text Example
Text Example
White with #3C079D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C079D; }
p { color: rgb(60,7,157); }
H1.HeaderClassName
{
color: #3C079D;
}
.AnyTagClassName
{
color: #3C079D;
}
</style>
background-color css
<style>
a { background-color: #3C079D; }
a { background-color: rgb(60,7,157); }
div.DivClassName
{
background-color: #3C079D;
}
.BgClassName
{
background-color: #3C079D;
}
</style>
border-color css
<style>
span { border-color: #3C079D; }
span { border-color: rgb(60,7,157); }
td.TdClassName
{
border-color: #3C079D;
}
.TagClassName
{
border-color: #3C079D;
}
</style>