Shades of Persian Indigo #3715A6
Tints of Persian Indigo #3715A6
RGB
CMYK
RGB Variations
Color information
#3715A6 (or 0x3715A6) is known color: Persian Indigo. HEX triplet: 37, 15 and A6. RGB value is (55,21,166). Sum of RGB (Red+Green+Blue) = 55+21+166=242 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.73% from 242); Green value is 21 (8.59% from 255 or 8.68% from 242); Blue value is 166 (65.23% from 255 or 68.60% from 242); Max value from RGB is 166 - color contains mainly: blue. Hex color #3715A6 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3715A6 is #C8EA59. Grayscale: #2F2F2F. Windows color (decimal): -13167194 or 10884407. OLE color: 10884407.
HSL color Cylindrical-coordinate representation of color #3715A6: hue angle of 254.07º degrees, saturation: 0.78, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3715A6 is Cyan = 0.67, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 55 | 21 | 166 | - |
| CMYK | 0.67 | 0.87 | 0 | 0.35 |
| HSL | 254.07º | 0.78% | 0.37% | - |
| HSV(B) | 254.07º | 0.87% | 0.65% | - |
| XYZ | 8.73 | 4.1 | 36.41 | - |
| YUV | 47.7 | 194.76 | 133.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 21 | 166 | 0.67 | 0.87 | 0 | 0.35 | 254.07 | 0.78 | 0.37 |
| Hex | 37 | 15 | A6 | 43 | 57 | 0 | 23 | FE | 4E | 25 |
| Octal | 67 | 25 | 246 | 103 | 127 | 0 | 43 | 376 | 116 | 45 |
| Binary | 110111 | 10101 | 10100110 | 1000011 | 1010111 | 0 | 100011 | 11111110 | 1001110 | 100101 |
Color Harmonies of #3715A6
Complementary color
Monochromatic Colors of #3715A6
Black with #3715A6
Text Example
Text Example
White with #3715A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3715A6; }
p { color: rgb(55,21,166); }
H1.HeaderClassName
{
color: #3715A6;
}
.AnyTagClassName
{
color: #3715A6;
}
</style>
background-color css
<style>
a { background-color: #3715A6; }
a { background-color: rgb(55,21,166); }
div.DivClassName
{
background-color: #3715A6;
}
.BgClassName
{
background-color: #3715A6;
}
</style>
border-color css
<style>
span { border-color: #3715A6; }
span { border-color: rgb(55,21,166); }
td.TdClassName
{
border-color: #3715A6;
}
.TagClassName
{
border-color: #3715A6;
}
</style>