Shades of Indigo #3C037D
Tints of Indigo #3C037D
RGB
CMYK
RGB Variations
Color information
#3C037D (or 0x3C037D) is known color: Indigo. HEX triplet: 3C, 03 and 7D. RGB value is (60,3,125). Sum of RGB (Red+Green+Blue) = 60+3+125=188 (24% of max value = 765). Red value is 60 (23.83% from 255 or 31.91% from 188); Green value is 3 (1.56% from 255 or 1.60% from 188); Blue value is 125 (49.22% from 255 or 66.49% from 188); Max value from RGB is 125 - color contains mainly: blue. Hex color #3C037D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C037D is #C3FC82. Grayscale: #212121. Windows color (decimal): -12844163 or 8192828. OLE color: 8192828.
HSL color Cylindrical-coordinate representation of color #3C037D: hue angle of 268.03º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3C037D is Cyan = 0.52, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 60 | 3 | 125 | - |
| CMYK | 0.52 | 0.98 | 0 | 0.51 |
| HSL | 268.03º | 0.95% | 0.25% | - |
| HSV(B) | 268.03º | 0.98% | 0.49% | - |
| XYZ | 5.6 | 2.51 | 19.59 | - |
| YUV | 33.95 | 179.38 | 146.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 3 | 125 | 0.52 | 0.98 | 0 | 0.51 | 268.03 | 0.95 | 0.25 |
| Hex | 3C | 3 | 7D | 34 | 62 | 0 | 33 | 10C | 5F | 19 |
| Octal | 74 | 3 | 175 | 64 | 142 | 0 | 63 | 414 | 137 | 31 |
| Binary | 111100 | 11 | 1111101 | 110100 | 1100010 | 0 | 110011 | 100001100 | 1011111 | 11001 |
Color Harmonies of #3C037D
Complementary color
Monochromatic Colors of #3C037D
Black with #3C037D
Text Example
Text Example
White with #3C037D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C037D; }
p { color: rgb(60,3,125); }
H1.HeaderClassName
{
color: #3C037D;
}
.AnyTagClassName
{
color: #3C037D;
}
</style>
background-color css
<style>
a { background-color: #3C037D; }
a { background-color: rgb(60,3,125); }
div.DivClassName
{
background-color: #3C037D;
}
.BgClassName
{
background-color: #3C037D;
}
</style>
border-color css
<style>
span { border-color: #3C037D; }
span { border-color: rgb(60,3,125); }
td.TdClassName
{
border-color: #3C037D;
}
.TagClassName
{
border-color: #3C037D;
}
</style>