Shades of Persian Indigo #3C138A
Tints of Persian Indigo #3C138A
RGB
CMYK
RGB Variations
Color information
#3C138A (or 0x3C138A) is known color: Persian Indigo. HEX triplet: 3C, 13 and 8A. RGB value is (60,19,138). Sum of RGB (Red+Green+Blue) = 60+19+138=217 (28% of max value = 765). Red value is 60 (23.83% from 255 or 27.65% from 217); Green value is 19 (7.81% from 255 or 8.76% from 217); Blue value is 138 (54.30% from 255 or 63.59% from 217); Max value from RGB is 138 - color contains mainly: blue. Hex color #3C138A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3C138A is #C3EC75. Grayscale: #2C2C2C. Windows color (decimal): -12840054 or 9048892. OLE color: 9048892.
HSL color Cylindrical-coordinate representation of color #3C138A: hue angle of 260.67º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3C138A is Cyan = 0.57, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 60 | 19 | 138 | - |
| CMYK | 0.57 | 0.86 | 0 | 0.46 |
| HSL | 260.67º | 0.76% | 0.31% | - |
| HSV(B) | 260.67º | 0.86% | 0.54% | - |
| XYZ | 6.68 | 3.26 | 24.32 | - |
| YUV | 44.83 | 180.58 | 138.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 19 | 138 | 0.57 | 0.86 | 0 | 0.46 | 260.67 | 0.76 | 0.31 |
| Hex | 3C | 13 | 8A | 39 | 56 | 0 | 2E | 105 | 4C | 1F |
| Octal | 74 | 23 | 212 | 71 | 126 | 0 | 56 | 405 | 114 | 37 |
| Binary | 111100 | 10011 | 10001010 | 111001 | 1010110 | 0 | 101110 | 100000101 | 1001100 | 11111 |
Color Harmonies of #3C138A
Complementary color
Monochromatic Colors of #3C138A
Black with #3C138A
Text Example
Text Example
White with #3C138A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C138A; }
p { color: rgb(60,19,138); }
H1.HeaderClassName
{
color: #3C138A;
}
.AnyTagClassName
{
color: #3C138A;
}
</style>
background-color css
<style>
a { background-color: #3C138A; }
a { background-color: rgb(60,19,138); }
div.DivClassName
{
background-color: #3C138A;
}
.BgClassName
{
background-color: #3C138A;
}
</style>
border-color css
<style>
span { border-color: #3C138A; }
span { border-color: rgb(60,19,138); }
td.TdClassName
{
border-color: #3C138A;
}
.TagClassName
{
border-color: #3C138A;
}
</style>