Shades of Persian Indigo #3C1973
Tints of Persian Indigo #3C1973
RGB
CMYK
RGB Variations
Color information
#3C1973 (or 0x3C1973) is known color: Persian Indigo. HEX triplet: 3C, 19 and 73. RGB value is (60,25,115). Sum of RGB (Red+Green+Blue) = 60+25+115=200 (26% of max value = 765). Red value is 60 (23.83% from 255 or 30% from 200); Green value is 25 (10.16% from 255 or 12.5% from 200); Blue value is 115 (45.31% from 255 or 57.5% from 200); Max value from RGB is 115 - color contains mainly: blue. Hex color #3C1973 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C1973 is #C3E68C. Grayscale: #2D2D2D. Windows color (decimal): -12838541 or 7543100. OLE color: 7543100.
HSL color Cylindrical-coordinate representation of color #3C1973: hue angle of 263.33º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3C1973 is Cyan = 0.48, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 60 | 25 | 115 | - |
| CMYK | 0.48 | 0.78 | 0 | 0.55 |
| HSL | 263.33º | 0.64% | 0.27% | - |
| HSV(B) | 263.33º | 0.78% | 0.45% | - |
| XYZ | 5.31 | 2.89 | 16.5 | - |
| YUV | 45.73 | 167.1 | 138.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 25 | 115 | 0.48 | 0.78 | 0 | 0.55 | 263.33 | 0.64 | 0.27 |
| Hex | 3C | 19 | 73 | 30 | 4E | 0 | 37 | 107 | 40 | 1B |
| Octal | 74 | 31 | 163 | 60 | 116 | 0 | 67 | 407 | 100 | 33 |
| Binary | 111100 | 11001 | 1110011 | 110000 | 1001110 | 0 | 110111 | 100000111 | 1000000 | 11011 |
Color Harmonies of #3C1973
Complementary color
Monochromatic Colors of #3C1973
Black with #3C1973
Text Example
Text Example
White with #3C1973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C1973; }
p { color: rgb(60,25,115); }
H1.HeaderClassName
{
color: #3C1973;
}
.AnyTagClassName
{
color: #3C1973;
}
</style>
background-color css
<style>
a { background-color: #3C1973; }
a { background-color: rgb(60,25,115); }
div.DivClassName
{
background-color: #3C1973;
}
.BgClassName
{
background-color: #3C1973;
}
</style>
border-color css
<style>
span { border-color: #3C1973; }
span { border-color: rgb(60,25,115); }
td.TdClassName
{
border-color: #3C1973;
}
.TagClassName
{
border-color: #3C1973;
}
</style>