Shades of Indigo #3C0398
Tints of Indigo #3C0398
RGB
CMYK
RGB Variations
Color information
#3C0398 (or 0x3C0398) is known color: Indigo. HEX triplet: 3C, 03 and 98. RGB value is (60,3,152). Sum of RGB (Red+Green+Blue) = 60+3+152=215 (28% of max value = 765). Red value is 60 (23.83% from 255 or 27.91% from 215); Green value is 3 (1.56% from 255 or 1.40% from 215); Blue value is 152 (59.77% from 255 or 70.70% from 215); Max value from RGB is 152 - color contains mainly: blue. Hex color #3C0398 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3C0398 is #C3FC67. Grayscale: #242424. Windows color (decimal): -12844136 or 9962300. OLE color: 9962300.
HSL color Cylindrical-coordinate representation of color #3C0398: hue angle of 262.95º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3C0398 is Cyan = 0.61, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 60 | 3 | 152 | - |
| CMYK | 0.61 | 0.98 | 0 | 0.40 |
| HSL | 262.95º | 0.96% | 0.3% | - |
| HSV(B) | 262.95º | 0.98% | 0.6% | - |
| XYZ | 7.56 | 3.29 | 29.94 | - |
| YUV | 37.03 | 192.88 | 144.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 3 | 152 | 0.61 | 0.98 | 0 | 0.40 | 262.95 | 0.96 | 0.3 |
| Hex | 3C | 3 | 98 | 3D | 62 | 0 | 28 | 107 | 60 | 1E |
| Octal | 74 | 3 | 230 | 75 | 142 | 0 | 50 | 407 | 140 | 36 |
| Binary | 111100 | 11 | 10011000 | 111101 | 1100010 | 0 | 101000 | 100000111 | 1100000 | 11110 |
Color Harmonies of #3C0398
Complementary color
Monochromatic Colors of #3C0398
Black with #3C0398
Text Example
Text Example
White with #3C0398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C0398; }
p { color: rgb(60,3,152); }
H1.HeaderClassName
{
color: #3C0398;
}
.AnyTagClassName
{
color: #3C0398;
}
</style>
background-color css
<style>
a { background-color: #3C0398; }
a { background-color: rgb(60,3,152); }
div.DivClassName
{
background-color: #3C0398;
}
.BgClassName
{
background-color: #3C0398;
}
</style>
border-color css
<style>
span { border-color: #3C0398; }
span { border-color: rgb(60,3,152); }
td.TdClassName
{
border-color: #3C0398;
}
.TagClassName
{
border-color: #3C0398;
}
</style>