Shades of Persian Indigo #3715A0
Tints of Persian Indigo #3715A0
RGB
CMYK
RGB Variations
Color information
#3715A0 (or 0x3715A0) is known color: Persian Indigo. HEX triplet: 37, 15 and A0. RGB value is (55,21,160). Sum of RGB (Red+Green+Blue) = 55+21+160=236 (31% of max value = 765). Red value is 55 (21.88% from 255 or 23.31% from 236); Green value is 21 (8.59% from 255 or 8.90% from 236); Blue value is 160 (62.89% from 255 or 67.80% from 236); Max value from RGB is 160 - color contains mainly: blue. Hex color #3715A0 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3715A0 is #C8EA5F. Grayscale: #2E2E2E. Windows color (decimal): -13167200 or 10491191. OLE color: 10491191.
HSL color Cylindrical-coordinate representation of color #3715A0: hue angle of 254.68º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3715A0 is Cyan = 0.66, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 55 | 21 | 160 | - |
| CMYK | 0.66 | 0.87 | 0 | 0.37 |
| HSL | 254.68º | 0.77% | 0.35% | - |
| HSV(B) | 254.68º | 0.87% | 0.63% | - |
| XYZ | 8.19 | 3.89 | 33.58 | - |
| YUV | 47.01 | 191.76 | 133.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 21 | 160 | 0.66 | 0.87 | 0 | 0.37 | 254.68 | 0.77 | 0.35 |
| Hex | 37 | 15 | A0 | 42 | 57 | 0 | 25 | FF | 4D | 23 |
| Octal | 67 | 25 | 240 | 102 | 127 | 0 | 45 | 377 | 115 | 43 |
| Binary | 110111 | 10101 | 10100000 | 1000010 | 1010111 | 0 | 100101 | 11111111 | 1001101 | 100011 |
Color Harmonies of #3715A0
Complementary color
Monochromatic Colors of #3715A0
Black with #3715A0
Text Example
Text Example
White with #3715A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3715A0; }
p { color: rgb(55,21,160); }
H1.HeaderClassName
{
color: #3715A0;
}
.AnyTagClassName
{
color: #3715A0;
}
</style>
background-color css
<style>
a { background-color: #3715A0; }
a { background-color: rgb(55,21,160); }
div.DivClassName
{
background-color: #3715A0;
}
.BgClassName
{
background-color: #3715A0;
}
</style>
border-color css
<style>
span { border-color: #3715A0; }
span { border-color: rgb(55,21,160); }
td.TdClassName
{
border-color: #3715A0;
}
.TagClassName
{
border-color: #3715A0;
}
</style>