Shades of Persian Indigo #3714A0
Tints of Persian Indigo #3714A0
RGB
CMYK
RGB Variations
Color information
#3714A0 (or 0x3714A0) is known color: Persian Indigo. HEX triplet: 37, 14 and A0. RGB value is (55,20,160). Sum of RGB (Red+Green+Blue) = 55+20+160=235 (31% of max value = 765). Red value is 55 (21.88% from 255 or 23.40% from 235); Green value is 20 (8.20% from 255 or 8.51% from 235); Blue value is 160 (62.89% from 255 or 68.09% from 235); Max value from RGB is 160 - color contains mainly: blue. Hex color #3714A0 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3714A0 is #C8EB5F. Grayscale: #2D2D2D. Windows color (decimal): -13167456 or 10490935. OLE color: 10490935.
HSL color Cylindrical-coordinate representation of color #3714A0: hue angle of 255º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3714A0 is Cyan = 0.66, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 55 | 20 | 160 | - |
| CMYK | 0.66 | 0.88 | 0 | 0.37 |
| HSL | 255º | 0.78% | 0.35% | - |
| HSV(B) | 255º | 0.88% | 0.63% | - |
| XYZ | 8.17 | 3.85 | 33.57 | - |
| YUV | 46.43 | 192.1 | 134.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 20 | 160 | 0.66 | 0.88 | 0 | 0.37 | 255 | 0.78 | 0.35 |
| Hex | 37 | 14 | A0 | 42 | 58 | 0 | 25 | FF | 4E | 23 |
| Octal | 67 | 24 | 240 | 102 | 130 | 0 | 45 | 377 | 116 | 43 |
| Binary | 110111 | 10100 | 10100000 | 1000010 | 1011000 | 0 | 100101 | 11111111 | 1001110 | 100011 |
Color Harmonies of #3714A0
Complementary color
Monochromatic Colors of #3714A0
Black with #3714A0
Text Example
Text Example
White with #3714A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3714A0; }
p { color: rgb(55,20,160); }
H1.HeaderClassName
{
color: #3714A0;
}
.AnyTagClassName
{
color: #3714A0;
}
</style>
background-color css
<style>
a { background-color: #3714A0; }
a { background-color: rgb(55,20,160); }
div.DivClassName
{
background-color: #3714A0;
}
.BgClassName
{
background-color: #3714A0;
}
</style>
border-color css
<style>
span { border-color: #3714A0; }
span { border-color: rgb(55,20,160); }
td.TdClassName
{
border-color: #3714A0;
}
.TagClassName
{
border-color: #3714A0;
}
</style>