Shades of Persian Indigo #3C0F92
Tints of Persian Indigo #3C0F92
RGB
CMYK
RGB Variations
Color information
#3C0F92 (or 0x3C0F92) is known color: Persian Indigo. HEX triplet: 3C, 0F and 92. RGB value is (60,15,146). Sum of RGB (Red+Green+Blue) = 60+15+146=221 (29% of max value = 765). Red value is 60 (23.83% from 255 or 27.15% from 221); Green value is 15 (6.25% from 255 or 6.79% from 221); Blue value is 146 (57.42% from 255 or 66.06% from 221); Max value from RGB is 146 - color contains mainly: blue. Hex color #3C0F92 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3C0F92 is #C3F06D. Grayscale: #2A2A2A. Windows color (decimal): -12841070 or 9572156. OLE color: 9572156.
HSL color Cylindrical-coordinate representation of color #3C0F92: hue angle of 260.61º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3C0F92 is Cyan = 0.59, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 60 | 15 | 146 | - |
| CMYK | 0.59 | 0.90 | 0 | 0.43 |
| HSL | 260.61º | 0.81% | 0.32% | - |
| HSV(B) | 260.61º | 0.9% | 0.57% | - |
| XYZ | 7.22 | 3.38 | 27.47 | - |
| YUV | 43.39 | 185.91 | 139.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 15 | 146 | 0.59 | 0.90 | 0 | 0.43 | 260.61 | 0.81 | 0.32 |
| Hex | 3C | F | 92 | 3B | 5A | 0 | 2B | 105 | 51 | 20 |
| Octal | 74 | 17 | 222 | 73 | 132 | 0 | 53 | 405 | 121 | 40 |
| Binary | 111100 | 1111 | 10010010 | 111011 | 1011010 | 0 | 101011 | 100000101 | 1010001 | 100000 |
Color Harmonies of #3C0F92
Complementary color
Monochromatic Colors of #3C0F92
Black with #3C0F92
Text Example
Text Example
White with #3C0F92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C0F92; }
p { color: rgb(60,15,146); }
H1.HeaderClassName
{
color: #3C0F92;
}
.AnyTagClassName
{
color: #3C0F92;
}
</style>
background-color css
<style>
a { background-color: #3C0F92; }
a { background-color: rgb(60,15,146); }
div.DivClassName
{
background-color: #3C0F92;
}
.BgClassName
{
background-color: #3C0F92;
}
</style>
border-color css
<style>
span { border-color: #3C0F92; }
span { border-color: rgb(60,15,146); }
td.TdClassName
{
border-color: #3C0F92;
}
.TagClassName
{
border-color: #3C0F92;
}
</style>