Shades of Persian Indigo #3C0D71
Tints of Persian Indigo #3C0D71
RGB
CMYK
RGB Variations
Color information
#3C0D71 (or 0x3C0D71) is known color: Persian Indigo. HEX triplet: 3C, 0D and 71. RGB value is (60,13,113). Sum of RGB (Red+Green+Blue) = 60+13+113=186 (24% of max value = 765). Red value is 60 (23.83% from 255 or 32.26% from 186); Green value is 13 (5.47% from 255 or 6.99% from 186); Blue value is 113 (44.53% from 255 or 60.75% from 186); Max value from RGB is 113 - color contains mainly: blue. Hex color #3C0D71 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C0D71 is #C3F28E. Grayscale: #262626. Windows color (decimal): -12841615 or 7408956. OLE color: 7408956.
HSL color Cylindrical-coordinate representation of color #3C0D71: hue angle of 268.2º degrees, saturation: 0.79, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3C0D71 is Cyan = 0.47, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 60 | 13 | 113 | - |
| CMYK | 0.47 | 0.88 | 0 | 0.56 |
| HSL | 268.2º | 0.79% | 0.25% | - |
| HSV(B) | 268.2º | 0.88% | 0.44% | - |
| XYZ | 4.99 | 2.44 | 15.83 | - |
| YUV | 38.45 | 170.07 | 143.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 13 | 113 | 0.47 | 0.88 | 0 | 0.56 | 268.2 | 0.79 | 0.25 |
| Hex | 3C | D | 71 | 2F | 58 | 0 | 38 | 10C | 4F | 19 |
| Octal | 74 | 15 | 161 | 57 | 130 | 0 | 70 | 414 | 117 | 31 |
| Binary | 111100 | 1101 | 1110001 | 101111 | 1011000 | 0 | 111000 | 100001100 | 1001111 | 11001 |
Color Harmonies of #3C0D71
Complementary color
Monochromatic Colors of #3C0D71
Black with #3C0D71
Text Example
Text Example
White with #3C0D71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C0D71; }
p { color: rgb(60,13,113); }
H1.HeaderClassName
{
color: #3C0D71;
}
.AnyTagClassName
{
color: #3C0D71;
}
</style>
background-color css
<style>
a { background-color: #3C0D71; }
a { background-color: rgb(60,13,113); }
div.DivClassName
{
background-color: #3C0D71;
}
.BgClassName
{
background-color: #3C0D71;
}
</style>
border-color css
<style>
span { border-color: #3C0D71; }
span { border-color: rgb(60,13,113); }
td.TdClassName
{
border-color: #3C0D71;
}
.TagClassName
{
border-color: #3C0D71;
}
</style>