Shades of Indigo #3C019B
Tints of Indigo #3C019B
RGB
CMYK
RGB Variations
Color information
#3C019B (or 0x3C019B) is known color: Indigo. HEX triplet: 3C, 01 and 9B. RGB value is (60,1,155). Sum of RGB (Red+Green+Blue) = 60+1+155=216 (28% of max value = 765). Red value is 60 (23.83% from 255 or 27.78% from 216); Green value is 1 (0.78% from 255 or 0.46% from 216); Blue value is 155 (60.94% from 255 or 71.76% from 216); Max value from RGB is 155 - color contains mainly: blue. Hex color #3C019B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3C019B is #C3FE64. Grayscale: #232323. Windows color (decimal): -12844645 or 10158396. OLE color: 10158396.
HSL color Cylindrical-coordinate representation of color #3C019B: hue angle of 262.99º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3C019B is Cyan = 0.61, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 60 | 1 | 155 | - |
| CMYK | 0.61 | 0.99 | 0 | 0.39 |
| HSL | 262.99º | 0.99% | 0.31% | - |
| HSV(B) | 262.99º | 0.99% | 0.61% | - |
| XYZ | 7.79 | 3.35 | 31.25 | - |
| YUV | 36.2 | 195.05 | 144.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 1 | 155 | 0.61 | 0.99 | 0 | 0.39 | 262.99 | 0.99 | 0.31 |
| Hex | 3C | 1 | 9B | 3D | 63 | 0 | 27 | 107 | 63 | 1F |
| Octal | 74 | 1 | 233 | 75 | 143 | 0 | 47 | 407 | 143 | 37 |
| Binary | 111100 | 1 | 10011011 | 111101 | 1100011 | 0 | 100111 | 100000111 | 1100011 | 11111 |
Color Harmonies of #3C019B
Complementary color
Monochromatic Colors of #3C019B
Black with #3C019B
Text Example
Text Example
White with #3C019B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C019B; }
p { color: rgb(60,1,155); }
H1.HeaderClassName
{
color: #3C019B;
}
.AnyTagClassName
{
color: #3C019B;
}
</style>
background-color css
<style>
a { background-color: #3C019B; }
a { background-color: rgb(60,1,155); }
div.DivClassName
{
background-color: #3C019B;
}
.BgClassName
{
background-color: #3C019B;
}
</style>
border-color css
<style>
span { border-color: #3C019B; }
span { border-color: rgb(60,1,155); }
td.TdClassName
{
border-color: #3C019B;
}
.TagClassName
{
border-color: #3C019B;
}
</style>