Shades of Indigo #3C006D
Tints of Indigo #3C006D
RGB
CMYK
RGB Variations
Color information
#3C006D (or 0x3C006D) is known color: Indigo. HEX triplet: 3C, 00 and 6D. RGB value is (60,0,109). Sum of RGB (Red+Green+Blue) = 60+0+109=169 (22% of max value = 765). Red value is 60 (23.83% from 255 or 35.50% from 169); Green value is 0 (0.39% from 255 or 0% from 169); Blue value is 109 (42.97% from 255 or 64.50% from 169); Max value from RGB is 109 - color contains mainly: blue. Hex color #3C006D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C006D is #C3FF92. Grayscale: #1D1D1D. Windows color (decimal): -12844947 or 7143484. OLE color: 7143484.
HSL color Cylindrical-coordinate representation of color #3C006D: hue angle of 273.03º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3C006D is Cyan = 0.45, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 60 | 0 | 109 | - |
| CMYK | 0.45 | 1 | 0 | 0.57 |
| HSL | 273.03º | 1% | 0.21% | - |
| HSV(B) | 273.03º | 1% | 0.43% | - |
| XYZ | 4.62 | 2.06 | 14.62 | - |
| YUV | 30.37 | 172.38 | 149.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 0 | 109 | 0.45 | 1 | 0 | 0.57 | 273.03 | 1 | 0.21 |
| Hex | 3C | 0 | 6D | 2D | 64 | 0 | 39 | 111 | 64 | 15 |
| Octal | 74 | 0 | 155 | 55 | 144 | 0 | 71 | 421 | 144 | 25 |
| Binary | 111100 | 0 | 1101101 | 101101 | 1100100 | 0 | 111001 | 100010001 | 1100100 | 10101 |
Color Harmonies of #3C006D
Complementary color
Monochromatic Colors of #3C006D
Black with #3C006D
Text Example
Text Example
White with #3C006D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C006D; }
p { color: rgb(60,0,109); }
H1.HeaderClassName
{
color: #3C006D;
}
.AnyTagClassName
{
color: #3C006D;
}
</style>
background-color css
<style>
a { background-color: #3C006D; }
a { background-color: rgb(60,0,109); }
div.DivClassName
{
background-color: #3C006D;
}
.BgClassName
{
background-color: #3C006D;
}
</style>
border-color css
<style>
span { border-color: #3C006D; }
span { border-color: rgb(60,0,109); }
td.TdClassName
{
border-color: #3C006D;
}
.TagClassName
{
border-color: #3C006D;
}
</style>