Shades of Indigo #3C007B
Tints of Indigo #3C007B
RGB
CMYK
RGB Variations
Color information
#3C007B (or 0x3C007B) is known color: Indigo. HEX triplet: 3C, 00 and 7B. RGB value is (60,0,123). Sum of RGB (Red+Green+Blue) = 60+0+123=183 (24% of max value = 765). Red value is 60 (23.83% from 255 or 32.79% from 183); Green value is 0 (0.39% from 255 or 0% from 183); Blue value is 123 (48.44% from 255 or 67.21% from 183); Max value from RGB is 123 - color contains mainly: blue. Hex color #3C007B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C007B is #C3FF84. Grayscale: #1F1F1F. Windows color (decimal): -12844933 or 8060988. OLE color: 8060988.
HSL color Cylindrical-coordinate representation of color #3C007B: hue angle of 269.27º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3C007B is Cyan = 0.51, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 60 | 0 | 123 | - |
| CMYK | 0.51 | 1 | 0 | 0.52 |
| HSL | 269.27º | 1% | 0.24% | - |
| HSV(B) | 269.27º | 1% | 0.48% | - |
| XYZ | 5.44 | 2.39 | 18.91 | - |
| YUV | 31.96 | 179.38 | 148 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 0 | 123 | 0.51 | 1 | 0 | 0.52 | 269.27 | 1 | 0.24 |
| Hex | 3C | 0 | 7B | 33 | 64 | 0 | 34 | 10D | 64 | 18 |
| Octal | 74 | 0 | 173 | 63 | 144 | 0 | 64 | 415 | 144 | 30 |
| Binary | 111100 | 0 | 1111011 | 110011 | 1100100 | 0 | 110100 | 100001101 | 1100100 | 11000 |
Color Harmonies of #3C007B
Complementary color
Monochromatic Colors of #3C007B
Black with #3C007B
Text Example
Text Example
White with #3C007B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C007B; }
p { color: rgb(60,0,123); }
H1.HeaderClassName
{
color: #3C007B;
}
.AnyTagClassName
{
color: #3C007B;
}
</style>
background-color css
<style>
a { background-color: #3C007B; }
a { background-color: rgb(60,0,123); }
div.DivClassName
{
background-color: #3C007B;
}
.BgClassName
{
background-color: #3C007B;
}
</style>
border-color css
<style>
span { border-color: #3C007B; }
span { border-color: rgb(60,0,123); }
td.TdClassName
{
border-color: #3C007B;
}
.TagClassName
{
border-color: #3C007B;
}
</style>