Shades of Persian Indigo #3713A0
Tints of Persian Indigo #3713A0
RGB
CMYK
RGB Variations
Color information
#3713A0 (or 0x3713A0) is known color: Persian Indigo. HEX triplet: 37, 13 and A0. RGB value is (55,19,160). Sum of RGB (Red+Green+Blue) = 55+19+160=234 (30% of max value = 765). Red value is 55 (21.88% from 255 or 23.50% from 234); Green value is 19 (7.81% from 255 or 8.12% from 234); Blue value is 160 (62.89% from 255 or 68.38% from 234); Max value from RGB is 160 - color contains mainly: blue. Hex color #3713A0 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3713A0 is #C8EC5F. Grayscale: #2D2D2D. Windows color (decimal): -13167712 or 10490679. OLE color: 10490679.
HSL color Cylindrical-coordinate representation of color #3713A0: hue angle of 255.32º degrees, saturation: 0.79, 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 #3713A0 is Cyan = 0.66, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 55 | 19 | 160 | - |
| CMYK | 0.66 | 0.88 | 0 | 0.37 |
| HSL | 255.32º | 0.79% | 0.35% | - |
| HSV(B) | 255.32º | 0.88% | 0.63% | - |
| XYZ | 8.15 | 3.82 | 33.56 | - |
| YUV | 45.84 | 192.43 | 134.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 19 | 160 | 0.66 | 0.88 | 0 | 0.37 | 255.32 | 0.79 | 0.35 |
| Hex | 37 | 13 | A0 | 42 | 58 | 0 | 25 | FF | 4F | 23 |
| Octal | 67 | 23 | 240 | 102 | 130 | 0 | 45 | 377 | 117 | 43 |
| Binary | 110111 | 10011 | 10100000 | 1000010 | 1011000 | 0 | 100101 | 11111111 | 1001111 | 100011 |
Color Harmonies of #3713A0
Complementary color
Monochromatic Colors of #3713A0
Black with #3713A0
Text Example
Text Example
White with #3713A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3713A0; }
p { color: rgb(55,19,160); }
H1.HeaderClassName
{
color: #3713A0;
}
.AnyTagClassName
{
color: #3713A0;
}
</style>
background-color css
<style>
a { background-color: #3713A0; }
a { background-color: rgb(55,19,160); }
div.DivClassName
{
background-color: #3713A0;
}
.BgClassName
{
background-color: #3713A0;
}
</style>
border-color css
<style>
span { border-color: #3713A0; }
span { border-color: rgb(55,19,160); }
td.TdClassName
{
border-color: #3713A0;
}
.TagClassName
{
border-color: #3713A0;
}
</style>