Shades of Persian Indigo #3C0F71
Tints of Persian Indigo #3C0F71
RGB
CMYK
RGB Variations
Color information
#3C0F71 (or 0x3C0F71) is known color: Persian Indigo. HEX triplet: 3C, 0F and 71. RGB value is (60,15,113). Sum of RGB (Red+Green+Blue) = 60+15+113=188 (24% of max value = 765). Red value is 60 (23.83% from 255 or 31.91% from 188); Green value is 15 (6.25% from 255 or 7.98% from 188); Blue value is 113 (44.53% from 255 or 60.11% from 188); Max value from RGB is 113 - color contains mainly: blue. Hex color #3C0F71 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C0F71 is #C3F08E. Grayscale: #272727. Windows color (decimal): -12841103 or 7409468. OLE color: 7409468.
HSL color Cylindrical-coordinate representation of color #3C0F71: hue angle of 267.55º degrees, saturation: 0.77, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3C0F71 is Cyan = 0.47, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 60 | 15 | 113 | - |
| CMYK | 0.47 | 0.87 | 0 | 0.56 |
| HSL | 267.55º | 0.77% | 0.25% | - |
| HSV(B) | 267.55º | 0.87% | 0.44% | - |
| XYZ | 5.01 | 2.49 | 15.84 | - |
| YUV | 39.63 | 169.41 | 142.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 15 | 113 | 0.47 | 0.87 | 0 | 0.56 | 267.55 | 0.77 | 0.25 |
| Hex | 3C | F | 71 | 2F | 57 | 0 | 38 | 10C | 4D | 19 |
| Octal | 74 | 17 | 161 | 57 | 127 | 0 | 70 | 414 | 115 | 31 |
| Binary | 111100 | 1111 | 1110001 | 101111 | 1010111 | 0 | 111000 | 100001100 | 1001101 | 11001 |
Color Harmonies of #3C0F71
Complementary color
Monochromatic Colors of #3C0F71
Black with #3C0F71
Text Example
Text Example
White with #3C0F71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C0F71; }
p { color: rgb(60,15,113); }
H1.HeaderClassName
{
color: #3C0F71;
}
.AnyTagClassName
{
color: #3C0F71;
}
</style>
background-color css
<style>
a { background-color: #3C0F71; }
a { background-color: rgb(60,15,113); }
div.DivClassName
{
background-color: #3C0F71;
}
.BgClassName
{
background-color: #3C0F71;
}
</style>
border-color css
<style>
span { border-color: #3C0F71; }
span { border-color: rgb(60,15,113); }
td.TdClassName
{
border-color: #3C0F71;
}
.TagClassName
{
border-color: #3C0F71;
}
</style>