Shades of Indigo #3C0093
Tints of Indigo #3C0093
RGB
CMYK
RGB Variations
Color information
#3C0093 (or 0x3C0093) is known color: Indigo. HEX triplet: 3C, 00 and 93. RGB value is (60,0,147). Sum of RGB (Red+Green+Blue) = 60+0+147=207 (27% of max value = 765). Red value is 60 (23.83% from 255 or 28.99% from 207); Green value is 0 (0.39% from 255 or 0% from 207); Blue value is 147 (57.81% from 255 or 71.01% from 207); Max value from RGB is 147 - color contains mainly: blue. Hex color #3C0093 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3C0093 is #C3FF6C. Grayscale: #222222. Windows color (decimal): -12844909 or 9633852. OLE color: 9633852.
HSL color Cylindrical-coordinate representation of color #3C0093: hue angle of 264.49º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3C0093 is Cyan = 0.59, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 60 | 0 | 147 | - |
| CMYK | 0.59 | 1 | 0 | 0.42 |
| HSL | 264.49º | 1% | 0.29% | - |
| HSV(B) | 264.49º | 1% | 0.58% | - |
| XYZ | 7.13 | 3.07 | 27.82 | - |
| YUV | 34.7 | 191.38 | 146.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 0 | 147 | 0.59 | 1 | 0 | 0.42 | 264.49 | 1 | 0.29 |
| Hex | 3C | 0 | 93 | 3B | 64 | 0 | 2A | 108 | 64 | 1D |
| Octal | 74 | 0 | 223 | 73 | 144 | 0 | 52 | 410 | 144 | 35 |
| Binary | 111100 | 0 | 10010011 | 111011 | 1100100 | 0 | 101010 | 100001000 | 1100100 | 11101 |
Color Harmonies of #3C0093
Complementary color
Monochromatic Colors of #3C0093
Black with #3C0093
Text Example
Text Example
White with #3C0093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C0093; }
p { color: rgb(60,0,147); }
H1.HeaderClassName
{
color: #3C0093;
}
.AnyTagClassName
{
color: #3C0093;
}
</style>
background-color css
<style>
a { background-color: #3C0093; }
a { background-color: rgb(60,0,147); }
div.DivClassName
{
background-color: #3C0093;
}
.BgClassName
{
background-color: #3C0093;
}
</style>
border-color css
<style>
span { border-color: #3C0093; }
span { border-color: rgb(60,0,147); }
td.TdClassName
{
border-color: #3C0093;
}
.TagClassName
{
border-color: #3C0093;
}
</style>