Shades of Persian Indigo #3C1F84
Tints of Persian Indigo #3C1F84
RGB
CMYK
RGB Variations
Color information
#3C1F84 (or 0x3C1F84) is known color: Persian Indigo. HEX triplet: 3C, 1F and 84. RGB value is (60,31,132). Sum of RGB (Red+Green+Blue) = 60+31+132=223 (29% of max value = 765). Red value is 60 (23.83% from 255 or 26.91% from 223); Green value is 31 (12.5% from 255 or 13.90% from 223); Blue value is 132 (51.95% from 255 or 59.19% from 223); Max value from RGB is 132 - color contains mainly: blue. Hex color #3C1F84 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C1F84 is #C3E07B. Grayscale: #323232. Windows color (decimal): -12836988 or 8658748. OLE color: 8658748.
HSL color Cylindrical-coordinate representation of color #3C1F84: hue angle of 257.23º degrees, saturation: 0.62, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3C1F84 is Cyan = 0.55, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 60 | 31 | 132 | - |
| CMYK | 0.55 | 0.77 | 0 | 0.48 |
| HSL | 257.23º | 0.62% | 0.32% | - |
| HSV(B) | 257.23º | 0.77% | 0.52% | - |
| XYZ | 6.52 | 3.61 | 22.18 | - |
| YUV | 51.19 | 173.61 | 134.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 31 | 132 | 0.55 | 0.77 | 0 | 0.48 | 257.23 | 0.62 | 0.32 |
| Hex | 3C | 1F | 84 | 37 | 4D | 0 | 30 | 101 | 3E | 20 |
| Octal | 74 | 37 | 204 | 67 | 115 | 0 | 60 | 401 | 76 | 40 |
| Binary | 111100 | 11111 | 10000100 | 110111 | 1001101 | 0 | 110000 | 100000001 | 111110 | 100000 |
Color Harmonies of #3C1F84
Complementary color
Monochromatic Colors of #3C1F84
Black with #3C1F84
Text Example
Text Example
White with #3C1F84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C1F84; }
p { color: rgb(60,31,132); }
H1.HeaderClassName
{
color: #3C1F84;
}
.AnyTagClassName
{
color: #3C1F84;
}
</style>
background-color css
<style>
a { background-color: #3C1F84; }
a { background-color: rgb(60,31,132); }
div.DivClassName
{
background-color: #3C1F84;
}
.BgClassName
{
background-color: #3C1F84;
}
</style>
border-color css
<style>
span { border-color: #3C1F84; }
span { border-color: rgb(60,31,132); }
td.TdClassName
{
border-color: #3C1F84;
}
.TagClassName
{
border-color: #3C1F84;
}
</style>