Shades of Indigo #3C009E
Tints of Indigo #3C009E
RGB
CMYK
RGB Variations
Color information
#3C009E (or 0x3C009E) is known color: Indigo. HEX triplet: 3C, 00 and 9E. RGB value is (60,0,158). Sum of RGB (Red+Green+Blue) = 60+0+158=218 (28% of max value = 765). Red value is 60 (23.83% from 255 or 27.52% from 218); Green value is 0 (0.39% from 255 or 0% from 218); Blue value is 158 (62.11% from 255 or 72.48% from 218); Max value from RGB is 158 - color contains mainly: blue. Hex color #3C009E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3C009E is #C3FF61. Grayscale: #232323. Windows color (decimal): -12844898 or 10354748. OLE color: 10354748.
HSL color Cylindrical-coordinate representation of color #3C009E: hue angle of 262.78º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3C009E is Cyan = 0.62, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 60 | 0 | 158 | - |
| CMYK | 0.62 | 1 | 0 | 0.38 |
| HSL | 262.78º | 1% | 0.31% | - |
| HSV(B) | 262.78º | 1% | 0.62% | - |
| XYZ | 8.04 | 3.43 | 32.59 | - |
| YUV | 35.95 | 196.88 | 145.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 0 | 158 | 0.62 | 1 | 0 | 0.38 | 262.78 | 1 | 0.31 |
| Hex | 3C | 0 | 9E | 3E | 64 | 0 | 26 | 107 | 64 | 1F |
| Octal | 74 | 0 | 236 | 76 | 144 | 0 | 46 | 407 | 144 | 37 |
| Binary | 111100 | 0 | 10011110 | 111110 | 1100100 | 0 | 100110 | 100000111 | 1100100 | 11111 |
Color Harmonies of #3C009E
Complementary color
Monochromatic Colors of #3C009E
Black with #3C009E
Text Example
Text Example
White with #3C009E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C009E; }
p { color: rgb(60,0,158); }
H1.HeaderClassName
{
color: #3C009E;
}
.AnyTagClassName
{
color: #3C009E;
}
</style>
background-color css
<style>
a { background-color: #3C009E; }
a { background-color: rgb(60,0,158); }
div.DivClassName
{
background-color: #3C009E;
}
.BgClassName
{
background-color: #3C009E;
}
</style>
border-color css
<style>
span { border-color: #3C009E; }
span { border-color: rgb(60,0,158); }
td.TdClassName
{
border-color: #3C009E;
}
.TagClassName
{
border-color: #3C009E;
}
</style>