Shades of Indigo #3C017B
Tints of Indigo #3C017B
RGB
CMYK
RGB Variations
Color information
#3C017B (or 0x3C017B) is known color: Indigo. HEX triplet: 3C, 01 and 7B. RGB value is (60,1,123). Sum of RGB (Red+Green+Blue) = 60+1+123=184 (24% of max value = 765). Red value is 60 (23.83% from 255 or 32.61% from 184); Green value is 1 (0.78% from 255 or 0.54% from 184); Blue value is 123 (48.44% from 255 or 66.85% from 184); Max value from RGB is 123 - color contains mainly: blue. Hex color #3C017B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C017B is #C3FE84. Grayscale: #202020. Windows color (decimal): -12844677 or 8061244. OLE color: 8061244.
HSL color Cylindrical-coordinate representation of color #3C017B: hue angle of 269.02º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3C017B is Cyan = 0.51, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 60 | 1 | 123 | - |
| CMYK | 0.51 | 0.99 | 0 | 0.52 |
| HSL | 269.02º | 0.98% | 0.24% | - |
| HSV(B) | 269.02º | 0.99% | 0.48% | - |
| XYZ | 5.45 | 2.41 | 18.92 | - |
| YUV | 32.55 | 179.05 | 147.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 1 | 123 | 0.51 | 0.99 | 0 | 0.52 | 269.02 | 0.98 | 0.24 |
| Hex | 3C | 1 | 7B | 33 | 63 | 0 | 34 | 10D | 62 | 18 |
| Octal | 74 | 1 | 173 | 63 | 143 | 0 | 64 | 415 | 142 | 30 |
| Binary | 111100 | 1 | 1111011 | 110011 | 1100011 | 0 | 110100 | 100001101 | 1100010 | 11000 |
Color Harmonies of #3C017B
Complementary color
Monochromatic Colors of #3C017B
Black with #3C017B
Text Example
Text Example
White with #3C017B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C017B; }
p { color: rgb(60,1,123); }
H1.HeaderClassName
{
color: #3C017B;
}
.AnyTagClassName
{
color: #3C017B;
}
</style>
background-color css
<style>
a { background-color: #3C017B; }
a { background-color: rgb(60,1,123); }
div.DivClassName
{
background-color: #3C017B;
}
.BgClassName
{
background-color: #3C017B;
}
</style>
border-color css
<style>
span { border-color: #3C017B; }
span { border-color: rgb(60,1,123); }
td.TdClassName
{
border-color: #3C017B;
}
.TagClassName
{
border-color: #3C017B;
}
</style>