Shades of Persian Indigo #3715A8
Tints of Persian Indigo #3715A8
RGB
CMYK
RGB Variations
Color information
#3715A8 (or 0x3715A8) is known color: Persian Indigo. HEX triplet: 37, 15 and A8. RGB value is (55,21,168). Sum of RGB (Red+Green+Blue) = 55+21+168=244 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.54% from 244); Green value is 21 (8.59% from 255 or 8.61% from 244); Blue value is 168 (66.02% from 255 or 68.85% from 244); Max value from RGB is 168 - color contains mainly: blue. Hex color #3715A8 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3715A8 is #C8EA57. Grayscale: #2F2F2F. Windows color (decimal): -13167192 or 11015479. OLE color: 11015479.
HSL color Cylindrical-coordinate representation of color #3715A8: hue angle of 253.88º degrees, saturation: 0.78, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3715A8 is Cyan = 0.67, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 55 | 21 | 168 | - |
| CMYK | 0.67 | 0.88 | 0 | 0.34 |
| HSL | 253.88º | 0.78% | 0.37% | - |
| HSV(B) | 253.88º | 0.88% | 0.66% | - |
| XYZ | 8.91 | 4.18 | 37.38 | - |
| YUV | 47.92 | 195.76 | 133.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 21 | 168 | 0.67 | 0.88 | 0 | 0.34 | 253.88 | 0.78 | 0.37 |
| Hex | 37 | 15 | A8 | 43 | 58 | 0 | 22 | FE | 4E | 25 |
| Octal | 67 | 25 | 250 | 103 | 130 | 0 | 42 | 376 | 116 | 45 |
| Binary | 110111 | 10101 | 10101000 | 1000011 | 1011000 | 0 | 100010 | 11111110 | 1001110 | 100101 |
Color Harmonies of #3715A8
Complementary color
Monochromatic Colors of #3715A8
Black with #3715A8
Text Example
Text Example
White with #3715A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3715A8; }
p { color: rgb(55,21,168); }
H1.HeaderClassName
{
color: #3715A8;
}
.AnyTagClassName
{
color: #3715A8;
}
</style>
background-color css
<style>
a { background-color: #3715A8; }
a { background-color: rgb(55,21,168); }
div.DivClassName
{
background-color: #3715A8;
}
.BgClassName
{
background-color: #3715A8;
}
</style>
border-color css
<style>
span { border-color: #3715A8; }
span { border-color: rgb(55,21,168); }
td.TdClassName
{
border-color: #3715A8;
}
.TagClassName
{
border-color: #3715A8;
}
</style>