Shades of Persian Indigo #3C0D93
Tints of Persian Indigo #3C0D93
RGB
CMYK
RGB Variations
Color information
#3C0D93 (or 0x3C0D93) is known color: Persian Indigo. HEX triplet: 3C, 0D and 93. RGB value is (60,13,147). Sum of RGB (Red+Green+Blue) = 60+13+147=220 (29% of max value = 765). Red value is 60 (23.83% from 255 or 27.27% from 220); Green value is 13 (5.47% from 255 or 5.91% from 220); Blue value is 147 (57.81% from 255 or 66.82% from 220); Max value from RGB is 147 - color contains mainly: blue. Hex color #3C0D93 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3C0D93 is #C3F26C. Grayscale: #292929. Windows color (decimal): -12841581 or 9637180. OLE color: 9637180.
HSL color Cylindrical-coordinate representation of color #3C0D93: hue angle of 261.04º degrees, saturation: 0.84, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3C0D93 is Cyan = 0.59, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 60 | 13 | 147 | - |
| CMYK | 0.59 | 0.91 | 0 | 0.42 |
| HSL | 261.04º | 0.84% | 0.31% | - |
| HSV(B) | 261.04º | 0.91% | 0.58% | - |
| XYZ | 7.27 | 3.36 | 27.87 | - |
| YUV | 42.33 | 187.07 | 140.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 13 | 147 | 0.59 | 0.91 | 0 | 0.42 | 261.04 | 0.84 | 0.31 |
| Hex | 3C | D | 93 | 3B | 5B | 0 | 2A | 105 | 54 | 1F |
| Octal | 74 | 15 | 223 | 73 | 133 | 0 | 52 | 405 | 124 | 37 |
| Binary | 111100 | 1101 | 10010011 | 111011 | 1011011 | 0 | 101010 | 100000101 | 1010100 | 11111 |
Color Harmonies of #3C0D93
Complementary color
Monochromatic Colors of #3C0D93
Black with #3C0D93
Text Example
Text Example
White with #3C0D93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C0D93; }
p { color: rgb(60,13,147); }
H1.HeaderClassName
{
color: #3C0D93;
}
.AnyTagClassName
{
color: #3C0D93;
}
</style>
background-color css
<style>
a { background-color: #3C0D93; }
a { background-color: rgb(60,13,147); }
div.DivClassName
{
background-color: #3C0D93;
}
.BgClassName
{
background-color: #3C0D93;
}
</style>
border-color css
<style>
span { border-color: #3C0D93; }
span { border-color: rgb(60,13,147); }
td.TdClassName
{
border-color: #3C0D93;
}
.TagClassName
{
border-color: #3C0D93;
}
</style>