Shades of Persian Indigo #3719A0
Tints of Persian Indigo #3719A0
RGB
CMYK
RGB Variations
Color information
#3719A0 (or 0x3719A0) is known color: Persian Indigo. HEX triplet: 37, 19 and A0. RGB value is (55,25,160). Sum of RGB (Red+Green+Blue) = 55+25+160=240 (31% of max value = 765). Red value is 55 (21.88% from 255 or 22.92% from 240); Green value is 25 (10.16% from 255 or 10.42% from 240); Blue value is 160 (62.89% from 255 or 66.67% from 240); Max value from RGB is 160 - color contains mainly: blue. Hex color #3719A0 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3719A0 is #C8E65F. Grayscale: #303030. Windows color (decimal): -13166176 or 10492215. OLE color: 10492215.
HSL color Cylindrical-coordinate representation of color #3719A0: hue angle of 253.33º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3719A0 is Cyan = 0.66, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 55 | 25 | 160 | - |
| CMYK | 0.66 | 0.84 | 0 | 0.37 |
| HSL | 253.33º | 0.73% | 0.36% | - |
| HSV(B) | 253.33º | 0.84% | 0.63% | - |
| XYZ | 8.27 | 4.05 | 33.6 | - |
| YUV | 49.36 | 190.44 | 132.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 25 | 160 | 0.66 | 0.84 | 0 | 0.37 | 253.33 | 0.73 | 0.36 |
| Hex | 37 | 19 | A0 | 42 | 54 | 0 | 25 | FD | 49 | 24 |
| Octal | 67 | 31 | 240 | 102 | 124 | 0 | 45 | 375 | 111 | 44 |
| Binary | 110111 | 11001 | 10100000 | 1000010 | 1010100 | 0 | 100101 | 11111101 | 1001001 | 100100 |
Color Harmonies of #3719A0
Complementary color
Monochromatic Colors of #3719A0
Black with #3719A0
Text Example
Text Example
White with #3719A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3719A0; }
p { color: rgb(55,25,160); }
H1.HeaderClassName
{
color: #3719A0;
}
.AnyTagClassName
{
color: #3719A0;
}
</style>
background-color css
<style>
a { background-color: #3719A0; }
a { background-color: rgb(55,25,160); }
div.DivClassName
{
background-color: #3719A0;
}
.BgClassName
{
background-color: #3719A0;
}
</style>
border-color css
<style>
span { border-color: #3719A0; }
span { border-color: rgb(55,25,160); }
td.TdClassName
{
border-color: #3719A0;
}
.TagClassName
{
border-color: #3719A0;
}
</style>