Shades of Persian Indigo #3C1594
Tints of Persian Indigo #3C1594
RGB
CMYK
RGB Variations
Color information
#3C1594 (or 0x3C1594) is known color: Persian Indigo. HEX triplet: 3C, 15 and 94. RGB value is (60,21,148). Sum of RGB (Red+Green+Blue) = 60+21+148=229 (30% of max value = 765). Red value is 60 (23.83% from 255 or 26.20% from 229); Green value is 21 (8.59% from 255 or 9.17% from 229); Blue value is 148 (58.20% from 255 or 64.63% from 229); Max value from RGB is 148 - color contains mainly: blue. Hex color #3C1594 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3C1594 is #C3EA6B. Grayscale: #2E2E2E. Windows color (decimal): -12839532 or 9704764. OLE color: 9704764.
HSL color Cylindrical-coordinate representation of color #3C1594: hue angle of 258.43º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3C1594 is Cyan = 0.59, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 60 | 21 | 148 | - |
| CMYK | 0.59 | 0.86 | 0 | 0.42 |
| HSL | 258.43º | 0.75% | 0.33% | - |
| HSV(B) | 258.43º | 0.86% | 0.58% | - |
| XYZ | 7.48 | 3.64 | 28.32 | - |
| YUV | 47.14 | 184.92 | 137.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 21 | 148 | 0.59 | 0.86 | 0 | 0.42 | 258.43 | 0.75 | 0.33 |
| Hex | 3C | 15 | 94 | 3B | 56 | 0 | 2A | 102 | 4B | 21 |
| Octal | 74 | 25 | 224 | 73 | 126 | 0 | 52 | 402 | 113 | 41 |
| Binary | 111100 | 10101 | 10010100 | 111011 | 1010110 | 0 | 101010 | 100000010 | 1001011 | 100001 |
Color Harmonies of #3C1594
Complementary color
Monochromatic Colors of #3C1594
Black with #3C1594
Text Example
Text Example
White with #3C1594
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C1594; }
p { color: rgb(60,21,148); }
H1.HeaderClassName
{
color: #3C1594;
}
.AnyTagClassName
{
color: #3C1594;
}
</style>
background-color css
<style>
a { background-color: #3C1594; }
a { background-color: rgb(60,21,148); }
div.DivClassName
{
background-color: #3C1594;
}
.BgClassName
{
background-color: #3C1594;
}
</style>
border-color css
<style>
span { border-color: #3C1594; }
span { border-color: rgb(60,21,148); }
td.TdClassName
{
border-color: #3C1594;
}
.TagClassName
{
border-color: #3C1594;
}
</style>