Shades of Persian Indigo #3C0F7C
Tints of Persian Indigo #3C0F7C
RGB
CMYK
RGB Variations
Color information
#3C0F7C (or 0x3C0F7C) is known color: Persian Indigo. HEX triplet: 3C, 0F and 7C. RGB value is (60,15,124). Sum of RGB (Red+Green+Blue) = 60+15+124=199 (26% of max value = 765). Red value is 60 (23.83% from 255 or 30.15% from 199); Green value is 15 (6.25% from 255 or 7.54% from 199); Blue value is 124 (48.83% from 255 or 62.31% from 199); Max value from RGB is 124 - color contains mainly: blue. Hex color #3C0F7C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C0F7C is #C3F083. Grayscale: #282828. Windows color (decimal): -12841092 or 8130364. OLE color: 8130364.
HSL color Cylindrical-coordinate representation of color #3C0F7C: hue angle of 264.77º degrees, saturation: 0.78, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3C0F7C is Cyan = 0.52, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 60 | 15 | 124 | - |
| CMYK | 0.52 | 0.88 | 0 | 0.51 |
| HSL | 264.77º | 0.78% | 0.27% | - |
| HSV(B) | 264.77º | 0.88% | 0.49% | - |
| XYZ | 5.67 | 2.76 | 19.3 | - |
| YUV | 40.88 | 174.91 | 141.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 15 | 124 | 0.52 | 0.88 | 0 | 0.51 | 264.77 | 0.78 | 0.27 |
| Hex | 3C | F | 7C | 34 | 58 | 0 | 33 | 109 | 4E | 1B |
| Octal | 74 | 17 | 174 | 64 | 130 | 0 | 63 | 411 | 116 | 33 |
| Binary | 111100 | 1111 | 1111100 | 110100 | 1011000 | 0 | 110011 | 100001001 | 1001110 | 11011 |
Color Harmonies of #3C0F7C
Complementary color
Monochromatic Colors of #3C0F7C
Black with #3C0F7C
Text Example
Text Example
White with #3C0F7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C0F7C; }
p { color: rgb(60,15,124); }
H1.HeaderClassName
{
color: #3C0F7C;
}
.AnyTagClassName
{
color: #3C0F7C;
}
</style>
background-color css
<style>
a { background-color: #3C0F7C; }
a { background-color: rgb(60,15,124); }
div.DivClassName
{
background-color: #3C0F7C;
}
.BgClassName
{
background-color: #3C0F7C;
}
</style>
border-color css
<style>
span { border-color: #3C0F7C; }
span { border-color: rgb(60,15,124); }
td.TdClassName
{
border-color: #3C0F7C;
}
.TagClassName
{
border-color: #3C0F7C;
}
</style>