Shades of Indigo #3C0BAC
Tints of Indigo #3C0BAC
RGB
CMYK
RGB Variations
Color information
#3C0BAC (or 0x3C0BAC) is known color: Indigo. HEX triplet: 3C, 0B and AC. RGB value is (60,11,172). Sum of RGB (Red+Green+Blue) = 60+11+172=243 (32% of max value = 765). Red value is 60 (23.83% from 255 or 24.69% from 243); Green value is 11 (4.69% from 255 or 4.53% from 243); Blue value is 172 (67.58% from 255 or 70.78% from 243); Max value from RGB is 172 - color contains mainly: blue. Hex color #3C0BAC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3C0BAC is #C3F453. Grayscale: #2B2B2B. Windows color (decimal): -12842068 or 11275068. OLE color: 11275068.
HSL color Cylindrical-coordinate representation of color #3C0BAC: hue angle of 258.26º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3C0BAC is Cyan = 0.65, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 60 | 11 | 172 | - |
| CMYK | 0.65 | 0.94 | 0 | 0.33 |
| HSL | 258.26º | 0.88% | 0.36% | - |
| HSV(B) | 258.26º | 0.94% | 0.67% | - |
| XYZ | 9.43 | 4.18 | 39.34 | - |
| YUV | 44.01 | 200.23 | 139.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 11 | 172 | 0.65 | 0.94 | 0 | 0.33 | 258.26 | 0.88 | 0.36 |
| Hex | 3C | B | AC | 41 | 5E | 0 | 21 | 102 | 58 | 24 |
| Octal | 74 | 13 | 254 | 101 | 136 | 0 | 41 | 402 | 130 | 44 |
| Binary | 111100 | 1011 | 10101100 | 1000001 | 1011110 | 0 | 100001 | 100000010 | 1011000 | 100100 |
Color Harmonies of #3C0BAC
Complementary color
Monochromatic Colors of #3C0BAC
Black with #3C0BAC
Text Example
Text Example
White with #3C0BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C0BAC; }
p { color: rgb(60,11,172); }
H1.HeaderClassName
{
color: #3C0BAC;
}
.AnyTagClassName
{
color: #3C0BAC;
}
</style>
background-color css
<style>
a { background-color: #3C0BAC; }
a { background-color: rgb(60,11,172); }
div.DivClassName
{
background-color: #3C0BAC;
}
.BgClassName
{
background-color: #3C0BAC;
}
</style>
border-color css
<style>
span { border-color: #3C0BAC; }
span { border-color: rgb(60,11,172); }
td.TdClassName
{
border-color: #3C0BAC;
}
.TagClassName
{
border-color: #3C0BAC;
}
</style>