Shades of Persian Indigo #3C1B90
Tints of Persian Indigo #3C1B90
RGB
CMYK
RGB Variations
Color information
#3C1B90 (or 0x3C1B90) is known color: Persian Indigo. HEX triplet: 3C, 1B and 90. RGB value is (60,27,144). Sum of RGB (Red+Green+Blue) = 60+27+144=231 (30% of max value = 765). Red value is 60 (23.83% from 255 or 25.97% from 231); Green value is 27 (10.94% from 255 or 11.69% from 231); Blue value is 144 (56.64% from 255 or 62.34% from 231); Max value from RGB is 144 - color contains mainly: blue. Hex color #3C1B90 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C1B90 is #C3E46F. Grayscale: #313131. Windows color (decimal): -12838000 or 9444156. OLE color: 9444156.
HSL color Cylindrical-coordinate representation of color #3C1B90: hue angle of 256.92º degrees, saturation: 0.68, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3C1B90 is Cyan = 0.58, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 60 | 27 | 144 | - |
| CMYK | 0.58 | 0.81 | 0 | 0.44 |
| HSL | 256.92º | 0.68% | 0.34% | - |
| HSV(B) | 256.92º | 0.81% | 0.56% | - |
| XYZ | 7.29 | 3.76 | 26.73 | - |
| YUV | 50.21 | 180.93 | 134.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 27 | 144 | 0.58 | 0.81 | 0 | 0.44 | 256.92 | 0.68 | 0.34 |
| Hex | 3C | 1B | 90 | 3A | 51 | 0 | 2C | 101 | 44 | 22 |
| Octal | 74 | 33 | 220 | 72 | 121 | 0 | 54 | 401 | 104 | 42 |
| Binary | 111100 | 11011 | 10010000 | 111010 | 1010001 | 0 | 101100 | 100000001 | 1000100 | 100010 |
Color Harmonies of #3C1B90
Complementary color
Monochromatic Colors of #3C1B90
Black with #3C1B90
Text Example
Text Example
White with #3C1B90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C1B90; }
p { color: rgb(60,27,144); }
H1.HeaderClassName
{
color: #3C1B90;
}
.AnyTagClassName
{
color: #3C1B90;
}
</style>
background-color css
<style>
a { background-color: #3C1B90; }
a { background-color: rgb(60,27,144); }
div.DivClassName
{
background-color: #3C1B90;
}
.BgClassName
{
background-color: #3C1B90;
}
</style>
border-color css
<style>
span { border-color: #3C1B90; }
span { border-color: rgb(60,27,144); }
td.TdClassName
{
border-color: #3C1B90;
}
.TagClassName
{
border-color: #3C1B90;
}
</style>