Shades of Persian Indigo #371093
Tints of Persian Indigo #371093
RGB
CMYK
RGB Variations
Color information
#371093 (or 0x371093) is known color: Persian Indigo. HEX triplet: 37, 10 and 93. RGB value is (55,16,147). Sum of RGB (Red+Green+Blue) = 55+16+147=218 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.23% from 218); Green value is 16 (6.64% from 255 or 7.34% from 218); Blue value is 147 (57.81% from 255 or 67.43% from 218); Max value from RGB is 147 - color contains mainly: blue. Hex color #371093 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #371093 is #C8EF6C. Grayscale: #2A2A2A. Windows color (decimal): -13168493 or 9637943. OLE color: 9637943.
HSL color Cylindrical-coordinate representation of color #371093: hue angle of 257.86º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #371093 is Cyan = 0.63, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 55 | 16 | 147 | - |
| CMYK | 0.63 | 0.89 | 0 | 0.42 |
| HSL | 257.86º | 0.8% | 0.32% | - |
| HSV(B) | 257.86º | 0.89% | 0.58% | - |
| XYZ | 7.03 | 3.29 | 27.87 | - |
| YUV | 42.6 | 186.92 | 136.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 16 | 147 | 0.63 | 0.89 | 0 | 0.42 | 257.86 | 0.8 | 0.32 |
| Hex | 37 | 10 | 93 | 3F | 59 | 0 | 2A | 102 | 50 | 20 |
| Octal | 67 | 20 | 223 | 77 | 131 | 0 | 52 | 402 | 120 | 40 |
| Binary | 110111 | 10000 | 10010011 | 111111 | 1011001 | 0 | 101010 | 100000010 | 1010000 | 100000 |
Color Harmonies of #371093
Complementary color
Monochromatic Colors of #371093
Black with #371093
Text Example
Text Example
White with #371093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #371093; }
p { color: rgb(55,16,147); }
H1.HeaderClassName
{
color: #371093;
}
.AnyTagClassName
{
color: #371093;
}
</style>
background-color css
<style>
a { background-color: #371093; }
a { background-color: rgb(55,16,147); }
div.DivClassName
{
background-color: #371093;
}
.BgClassName
{
background-color: #371093;
}
</style>
border-color css
<style>
span { border-color: #371093; }
span { border-color: rgb(55,16,147); }
td.TdClassName
{
border-color: #371093;
}
.TagClassName
{
border-color: #371093;
}
</style>