Shades of Persian Indigo #3C0F84
Tints of Persian Indigo #3C0F84
RGB
CMYK
RGB Variations
Color information
#3C0F84 (or 0x3C0F84) is known color: Persian Indigo. HEX triplet: 3C, 0F and 84. RGB value is (60,15,132). Sum of RGB (Red+Green+Blue) = 60+15+132=207 (27% of max value = 765). Red value is 60 (23.83% from 255 or 28.99% from 207); Green value is 15 (6.25% from 255 or 7.25% from 207); Blue value is 132 (51.95% from 255 or 63.77% from 207); Max value from RGB is 132 - color contains mainly: blue. Hex color #3C0F84 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3C0F84 is #C3F07B. Grayscale: #292929. Windows color (decimal): -12841084 or 8654652. OLE color: 8654652.
HSL color Cylindrical-coordinate representation of color #3C0F84: hue angle of 263.08º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3C0F84 is Cyan = 0.55, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 60 | 15 | 132 | - |
| CMYK | 0.55 | 0.89 | 0 | 0.48 |
| HSL | 263.08º | 0.8% | 0.29% | - |
| HSV(B) | 263.08º | 0.89% | 0.52% | - |
| XYZ | 6.2 | 2.97 | 22.08 | - |
| YUV | 41.79 | 178.91 | 140.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 15 | 132 | 0.55 | 0.89 | 0 | 0.48 | 263.08 | 0.8 | 0.29 |
| Hex | 3C | F | 84 | 37 | 59 | 0 | 30 | 107 | 50 | 1D |
| Octal | 74 | 17 | 204 | 67 | 131 | 0 | 60 | 407 | 120 | 35 |
| Binary | 111100 | 1111 | 10000100 | 110111 | 1011001 | 0 | 110000 | 100000111 | 1010000 | 11101 |
Color Harmonies of #3C0F84
Complementary color
Monochromatic Colors of #3C0F84
Black with #3C0F84
Text Example
Text Example
White with #3C0F84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C0F84; }
p { color: rgb(60,15,132); }
H1.HeaderClassName
{
color: #3C0F84;
}
.AnyTagClassName
{
color: #3C0F84;
}
</style>
background-color css
<style>
a { background-color: #3C0F84; }
a { background-color: rgb(60,15,132); }
div.DivClassName
{
background-color: #3C0F84;
}
.BgClassName
{
background-color: #3C0F84;
}
</style>
border-color css
<style>
span { border-color: #3C0F84; }
span { border-color: rgb(60,15,132); }
td.TdClassName
{
border-color: #3C0F84;
}
.TagClassName
{
border-color: #3C0F84;
}
</style>