Shades of Indigo #3C039D
Tints of Indigo #3C039D
RGB
CMYK
RGB Variations
Color information
#3C039D (or 0x3C039D) is known color: Indigo. HEX triplet: 3C, 03 and 9D. RGB value is (60,3,157). Sum of RGB (Red+Green+Blue) = 60+3+157=220 (29% of max value = 765). Red value is 60 (23.83% from 255 or 27.27% from 220); Green value is 3 (1.56% from 255 or 1.36% from 220); Blue value is 157 (61.72% from 255 or 71.36% from 220); Max value from RGB is 157 - color contains mainly: blue. Hex color #3C039D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3C039D is #C3FC62. Grayscale: #252525. Windows color (decimal): -12844131 or 10289980. OLE color: 10289980.
HSL color Cylindrical-coordinate representation of color #3C039D: hue angle of 262.21º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3C039D is Cyan = 0.62, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 60 | 3 | 157 | - |
| CMYK | 0.62 | 0.98 | 0 | 0.38 |
| HSL | 262.21º | 0.96% | 0.31% | - |
| HSV(B) | 262.21º | 0.98% | 0.62% | - |
| XYZ | 7.98 | 3.46 | 32.15 | - |
| YUV | 37.6 | 195.38 | 143.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 3 | 157 | 0.62 | 0.98 | 0 | 0.38 | 262.21 | 0.96 | 0.31 |
| Hex | 3C | 3 | 9D | 3E | 62 | 0 | 26 | 106 | 60 | 1F |
| Octal | 74 | 3 | 235 | 76 | 142 | 0 | 46 | 406 | 140 | 37 |
| Binary | 111100 | 11 | 10011101 | 111110 | 1100010 | 0 | 100110 | 100000110 | 1100000 | 11111 |
Color Harmonies of #3C039D
Complementary color
Monochromatic Colors of #3C039D
Black with #3C039D
Text Example
Text Example
White with #3C039D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C039D; }
p { color: rgb(60,3,157); }
H1.HeaderClassName
{
color: #3C039D;
}
.AnyTagClassName
{
color: #3C039D;
}
</style>
background-color css
<style>
a { background-color: #3C039D; }
a { background-color: rgb(60,3,157); }
div.DivClassName
{
background-color: #3C039D;
}
.BgClassName
{
background-color: #3C039D;
}
</style>
border-color css
<style>
span { border-color: #3C039D; }
span { border-color: rgb(60,3,157); }
td.TdClassName
{
border-color: #3C039D;
}
.TagClassName
{
border-color: #3C039D;
}
</style>