Shades of Indigo #3C0273
Tints of Indigo #3C0273
RGB
CMYK
RGB Variations
Color information
#3C0273 (or 0x3C0273) is known color: Indigo. HEX triplet: 3C, 02 and 73. RGB value is (60,2,115). Sum of RGB (Red+Green+Blue) = 60+2+115=177 (23% of max value = 765). Red value is 60 (23.83% from 255 or 33.90% from 177); Green value is 2 (1.17% from 255 or 1.13% from 177); Blue value is 115 (45.31% from 255 or 64.97% from 177); Max value from RGB is 115 - color contains mainly: blue. Hex color #3C0273 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C0273 is #C3FD8C. Grayscale: #1F1F1F. Windows color (decimal): -12844429 or 7537212. OLE color: 7537212.
HSL color Cylindrical-coordinate representation of color #3C0273: hue angle of 270.8º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3C0273 is Cyan = 0.48, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 60 | 2 | 115 | - |
| CMYK | 0.48 | 0.98 | 0 | 0.55 |
| HSL | 270.8º | 0.97% | 0.23% | - |
| HSV(B) | 270.8º | 0.98% | 0.45% | - |
| XYZ | 4.98 | 2.24 | 16.39 | - |
| YUV | 32.22 | 174.72 | 147.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 2 | 115 | 0.48 | 0.98 | 0 | 0.55 | 270.8 | 0.97 | 0.23 |
| Hex | 3C | 2 | 73 | 30 | 62 | 0 | 37 | 10F | 61 | 17 |
| Octal | 74 | 2 | 163 | 60 | 142 | 0 | 67 | 417 | 141 | 27 |
| Binary | 111100 | 10 | 1110011 | 110000 | 1100010 | 0 | 110111 | 100001111 | 1100001 | 10111 |
Color Harmonies of #3C0273
Complementary color
Monochromatic Colors of #3C0273
Black with #3C0273
Text Example
Text Example
White with #3C0273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C0273; }
p { color: rgb(60,2,115); }
H1.HeaderClassName
{
color: #3C0273;
}
.AnyTagClassName
{
color: #3C0273;
}
</style>
background-color css
<style>
a { background-color: #3C0273; }
a { background-color: rgb(60,2,115); }
div.DivClassName
{
background-color: #3C0273;
}
.BgClassName
{
background-color: #3C0273;
}
</style>
border-color css
<style>
span { border-color: #3C0273; }
span { border-color: rgb(60,2,115); }
td.TdClassName
{
border-color: #3C0273;
}
.TagClassName
{
border-color: #3C0273;
}
</style>