Shades of Indigo #3C0BAE
Tints of Indigo #3C0BAE
RGB
CMYK
RGB Variations
Color information
#3C0BAE (or 0x3C0BAE) is known color: Indigo. HEX triplet: 3C, 0B and AE. RGB value is (60,11,174). Sum of RGB (Red+Green+Blue) = 60+11+174=245 (32% of max value = 765). Red value is 60 (23.83% from 255 or 24.49% from 245); Green value is 11 (4.69% from 255 or 4.49% from 245); Blue value is 174 (68.36% from 255 or 71.02% from 245); Max value from RGB is 174 - color contains mainly: blue. Hex color #3C0BAE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3C0BAE is #C3F451. Grayscale: #2B2B2B. Windows color (decimal): -12842066 or 11406140. OLE color: 11406140.
HSL color Cylindrical-coordinate representation of color #3C0BAE: hue angle of 258.04º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3C0BAE is Cyan = 0.66, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 60 | 11 | 174 | - |
| CMYK | 0.66 | 0.94 | 0 | 0.32 |
| HSL | 258.04º | 0.88% | 0.36% | - |
| HSV(B) | 258.04º | 0.94% | 0.68% | - |
| XYZ | 9.62 | 4.26 | 40.36 | - |
| YUV | 44.23 | 201.23 | 139.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 11 | 174 | 0.66 | 0.94 | 0 | 0.32 | 258.04 | 0.88 | 0.36 |
| Hex | 3C | B | AE | 42 | 5E | 0 | 20 | 102 | 58 | 24 |
| Octal | 74 | 13 | 256 | 102 | 136 | 0 | 40 | 402 | 130 | 44 |
| Binary | 111100 | 1011 | 10101110 | 1000010 | 1011110 | 0 | 100000 | 100000010 | 1011000 | 100100 |
Color Harmonies of #3C0BAE
Complementary color
Monochromatic Colors of #3C0BAE
Black with #3C0BAE
Text Example
Text Example
White with #3C0BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C0BAE; }
p { color: rgb(60,11,174); }
H1.HeaderClassName
{
color: #3C0BAE;
}
.AnyTagClassName
{
color: #3C0BAE;
}
</style>
background-color css
<style>
a { background-color: #3C0BAE; }
a { background-color: rgb(60,11,174); }
div.DivClassName
{
background-color: #3C0BAE;
}
.BgClassName
{
background-color: #3C0BAE;
}
</style>
border-color css
<style>
span { border-color: #3C0BAE; }
span { border-color: rgb(60,11,174); }
td.TdClassName
{
border-color: #3C0BAE;
}
.TagClassName
{
border-color: #3C0BAE;
}
</style>