Shades of Indigo #3C009B
Tints of Indigo #3C009B
RGB
CMYK
RGB Variations
Color information
#3C009B (or 0x3C009B) is known color: Indigo. HEX triplet: 3C, 00 and 9B. RGB value is (60,0,155). Sum of RGB (Red+Green+Blue) = 60+0+155=215 (28% of max value = 765). Red value is 60 (23.83% from 255 or 27.91% from 215); Green value is 0 (0.39% from 255 or 0% from 215); Blue value is 155 (60.94% from 255 or 72.09% from 215); Max value from RGB is 155 - color contains mainly: blue. Hex color #3C009B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3C009B is #C3FF64. Grayscale: #232323. Windows color (decimal): -12844901 or 10158140. OLE color: 10158140.
HSL color Cylindrical-coordinate representation of color #3C009B: hue angle of 263.23º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3C009B is Cyan = 0.61, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 60 | 0 | 155 | - |
| CMYK | 0.61 | 1 | 0 | 0.39 |
| HSL | 263.23º | 1% | 0.3% | - |
| HSV(B) | 263.23º | 1% | 0.61% | - |
| XYZ | 7.78 | 3.33 | 31.24 | - |
| YUV | 35.61 | 195.38 | 145.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 0 | 155 | 0.61 | 1 | 0 | 0.39 | 263.23 | 1 | 0.3 |
| Hex | 3C | 0 | 9B | 3D | 64 | 0 | 27 | 107 | 64 | 1E |
| Octal | 74 | 0 | 233 | 75 | 144 | 0 | 47 | 407 | 144 | 36 |
| Binary | 111100 | 0 | 10011011 | 111101 | 1100100 | 0 | 100111 | 100000111 | 1100100 | 11110 |
Color Harmonies of #3C009B
Complementary color
Monochromatic Colors of #3C009B
Black with #3C009B
Text Example
Text Example
White with #3C009B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C009B; }
p { color: rgb(60,0,155); }
H1.HeaderClassName
{
color: #3C009B;
}
.AnyTagClassName
{
color: #3C009B;
}
</style>
background-color css
<style>
a { background-color: #3C009B; }
a { background-color: rgb(60,0,155); }
div.DivClassName
{
background-color: #3C009B;
}
.BgClassName
{
background-color: #3C009B;
}
</style>
border-color css
<style>
span { border-color: #3C009B; }
span { border-color: rgb(60,0,155); }
td.TdClassName
{
border-color: #3C009B;
}
.TagClassName
{
border-color: #3C009B;
}
</style>