Shades of Indigo #3C038E
Tints of Indigo #3C038E
RGB
CMYK
RGB Variations
Color information
#3C038E (or 0x3C038E) is known color: Indigo. HEX triplet: 3C, 03 and 8E. RGB value is (60,3,142). Sum of RGB (Red+Green+Blue) = 60+3+142=205 (27% of max value = 765). Red value is 60 (23.83% from 255 or 29.27% from 205); Green value is 3 (1.56% from 255 or 1.46% from 205); Blue value is 142 (55.86% from 255 or 69.27% from 205); Max value from RGB is 142 - color contains mainly: blue. Hex color #3C038E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3C038E is #C3FC71. Grayscale: #232323. Windows color (decimal): -12844146 or 9306940. OLE color: 9306940.
HSL color Cylindrical-coordinate representation of color #3C038E: hue angle of 264.6º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3C038E is Cyan = 0.58, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 60 | 3 | 142 | - |
| CMYK | 0.58 | 0.98 | 0 | 0.44 |
| HSL | 264.6º | 0.96% | 0.28% | - |
| HSV(B) | 264.6º | 0.98% | 0.56% | - |
| XYZ | 6.78 | 2.98 | 25.81 | - |
| YUV | 35.89 | 187.88 | 145.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 3 | 142 | 0.58 | 0.98 | 0 | 0.44 | 264.6 | 0.96 | 0.28 |
| Hex | 3C | 3 | 8E | 3A | 62 | 0 | 2C | 109 | 60 | 1C |
| Octal | 74 | 3 | 216 | 72 | 142 | 0 | 54 | 411 | 140 | 34 |
| Binary | 111100 | 11 | 10001110 | 111010 | 1100010 | 0 | 101100 | 100001001 | 1100000 | 11100 |
Color Harmonies of #3C038E
Complementary color
Monochromatic Colors of #3C038E
Black with #3C038E
Text Example
Text Example
White with #3C038E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C038E; }
p { color: rgb(60,3,142); }
H1.HeaderClassName
{
color: #3C038E;
}
.AnyTagClassName
{
color: #3C038E;
}
</style>
background-color css
<style>
a { background-color: #3C038E; }
a { background-color: rgb(60,3,142); }
div.DivClassName
{
background-color: #3C038E;
}
.BgClassName
{
background-color: #3C038E;
}
</style>
border-color css
<style>
span { border-color: #3C038E; }
span { border-color: rgb(60,3,142); }
td.TdClassName
{
border-color: #3C038E;
}
.TagClassName
{
border-color: #3C038E;
}
</style>