Shades of Indigo #3C007D
Tints of Indigo #3C007D
RGB
CMYK
RGB Variations
Color information
#3C007D (or 0x3C007D) is known color: Indigo. HEX triplet: 3C, 00 and 7D. RGB value is (60,0,125). Sum of RGB (Red+Green+Blue) = 60+0+125=185 (24% of max value = 765). Red value is 60 (23.83% from 255 or 32.43% from 185); Green value is 0 (0.39% from 255 or 0% from 185); Blue value is 125 (49.22% from 255 or 67.57% from 185); Max value from RGB is 125 - color contains mainly: blue. Hex color #3C007D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C007D is #C3FF82. Grayscale: #1F1F1F. Windows color (decimal): -12844931 or 8192060. OLE color: 8192060.
HSL color Cylindrical-coordinate representation of color #3C007D: hue angle of 268.8º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3C007D is Cyan = 0.52, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 60 | 0 | 125 | - |
| CMYK | 0.52 | 1 | 0 | 0.51 |
| HSL | 268.8º | 1% | 0.25% | - |
| HSV(B) | 268.8º | 1% | 0.49% | - |
| XYZ | 5.57 | 2.44 | 19.58 | - |
| YUV | 32.19 | 180.38 | 147.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 0 | 125 | 0.52 | 1 | 0 | 0.51 | 268.8 | 1 | 0.25 |
| Hex | 3C | 0 | 7D | 34 | 64 | 0 | 33 | 10D | 64 | 19 |
| Octal | 74 | 0 | 175 | 64 | 144 | 0 | 63 | 415 | 144 | 31 |
| Binary | 111100 | 0 | 1111101 | 110100 | 1100100 | 0 | 110011 | 100001101 | 1100100 | 11001 |
Color Harmonies of #3C007D
Complementary color
Monochromatic Colors of #3C007D
Black with #3C007D
Text Example
Text Example
White with #3C007D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C007D; }
p { color: rgb(60,0,125); }
H1.HeaderClassName
{
color: #3C007D;
}
.AnyTagClassName
{
color: #3C007D;
}
</style>
background-color css
<style>
a { background-color: #3C007D; }
a { background-color: rgb(60,0,125); }
div.DivClassName
{
background-color: #3C007D;
}
.BgClassName
{
background-color: #3C007D;
}
</style>
border-color css
<style>
span { border-color: #3C007D; }
span { border-color: rgb(60,0,125); }
td.TdClassName
{
border-color: #3C007D;
}
.TagClassName
{
border-color: #3C007D;
}
</style>