Shades of Indigo #3C0397
Tints of Indigo #3C0397
RGB
CMYK
RGB Variations
Color information
#3C0397 (or 0x3C0397) is known color: Indigo. HEX triplet: 3C, 03 and 97. RGB value is (60,3,151). Sum of RGB (Red+Green+Blue) = 60+3+151=214 (28% of max value = 765). Red value is 60 (23.83% from 255 or 28.04% from 214); Green value is 3 (1.56% from 255 or 1.40% from 214); Blue value is 151 (59.38% from 255 or 70.56% from 214); Max value from RGB is 151 - color contains mainly: blue. Hex color #3C0397 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3C0397 is #C3FC68. Grayscale: #242424. Windows color (decimal): -12844137 or 9896764. OLE color: 9896764.
HSL color Cylindrical-coordinate representation of color #3C0397: hue angle of 263.11º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3C0397 is Cyan = 0.60, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 60 | 3 | 151 | - |
| CMYK | 0.60 | 0.98 | 0 | 0.41 |
| HSL | 263.11º | 0.96% | 0.3% | - |
| HSV(B) | 263.11º | 0.98% | 0.59% | - |
| XYZ | 7.48 | 3.26 | 29.51 | - |
| YUV | 36.92 | 192.38 | 144.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 3 | 151 | 0.60 | 0.98 | 0 | 0.41 | 263.11 | 0.96 | 0.3 |
| Hex | 3C | 3 | 97 | 3C | 62 | 0 | 29 | 107 | 60 | 1E |
| Octal | 74 | 3 | 227 | 74 | 142 | 0 | 51 | 407 | 140 | 36 |
| Binary | 111100 | 11 | 10010111 | 111100 | 1100010 | 0 | 101001 | 100000111 | 1100000 | 11110 |
Color Harmonies of #3C0397
Complementary color
Monochromatic Colors of #3C0397
Black with #3C0397
Text Example
Text Example
White with #3C0397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C0397; }
p { color: rgb(60,3,151); }
H1.HeaderClassName
{
color: #3C0397;
}
.AnyTagClassName
{
color: #3C0397;
}
</style>
background-color css
<style>
a { background-color: #3C0397; }
a { background-color: rgb(60,3,151); }
div.DivClassName
{
background-color: #3C0397;
}
.BgClassName
{
background-color: #3C0397;
}
</style>
border-color css
<style>
span { border-color: #3C0397; }
span { border-color: rgb(60,3,151); }
td.TdClassName
{
border-color: #3C0397;
}
.TagClassName
{
border-color: #3C0397;
}
</style>