Shades of Persian Indigo #3C0971
Tints of Persian Indigo #3C0971
RGB
CMYK
RGB Variations
Color information
#3C0971 (or 0x3C0971) is known color: Persian Indigo. HEX triplet: 3C, 09 and 71. RGB value is (60,9,113). Sum of RGB (Red+Green+Blue) = 60+9+113=182 (24% of max value = 765). Red value is 60 (23.83% from 255 or 32.97% from 182); Green value is 9 (3.91% from 255 or 4.95% from 182); Blue value is 113 (44.53% from 255 or 62.09% from 182); Max value from RGB is 113 - color contains mainly: blue. Hex color #3C0971 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C0971 is #C3F68E. Grayscale: #232323. Windows color (decimal): -12842639 or 7407932. OLE color: 7407932.
HSL color Cylindrical-coordinate representation of color #3C0971: hue angle of 269.42º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3C0971 is Cyan = 0.47, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 60 | 9 | 113 | - |
| CMYK | 0.47 | 0.92 | 0 | 0.56 |
| HSL | 269.42º | 0.85% | 0.24% | - |
| HSV(B) | 269.42º | 0.92% | 0.44% | - |
| XYZ | 4.94 | 2.35 | 15.82 | - |
| YUV | 36.11 | 171.4 | 145.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 9 | 113 | 0.47 | 0.92 | 0 | 0.56 | 269.42 | 0.85 | 0.24 |
| Hex | 3C | 9 | 71 | 2F | 5C | 0 | 38 | 10D | 55 | 18 |
| Octal | 74 | 11 | 161 | 57 | 134 | 0 | 70 | 415 | 125 | 30 |
| Binary | 111100 | 1001 | 1110001 | 101111 | 1011100 | 0 | 111000 | 100001101 | 1010101 | 11000 |
Color Harmonies of #3C0971
Complementary color
Monochromatic Colors of #3C0971
Black with #3C0971
Text Example
Text Example
White with #3C0971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C0971; }
p { color: rgb(60,9,113); }
H1.HeaderClassName
{
color: #3C0971;
}
.AnyTagClassName
{
color: #3C0971;
}
</style>
background-color css
<style>
a { background-color: #3C0971; }
a { background-color: rgb(60,9,113); }
div.DivClassName
{
background-color: #3C0971;
}
.BgClassName
{
background-color: #3C0971;
}
</style>
border-color css
<style>
span { border-color: #3C0971; }
span { border-color: rgb(60,9,113); }
td.TdClassName
{
border-color: #3C0971;
}
.TagClassName
{
border-color: #3C0971;
}
</style>