Shades of Persian Indigo #371A89
Tints of Persian Indigo #371A89
RGB
CMYK
RGB Variations
Color information
#371A89 (or 0x371A89) is known color: Persian Indigo. HEX triplet: 37, 1A and 89. RGB value is (55,26,137). Sum of RGB (Red+Green+Blue) = 55+26+137=218 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.23% from 218); Green value is 26 (10.55% from 255 or 11.93% from 218); Blue value is 137 (53.91% from 255 or 62.84% from 218); Max value from RGB is 137 - color contains mainly: blue. Hex color #371A89 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #371A89 is #C8E576. Grayscale: #2E2E2E. Windows color (decimal): -13165943 or 8985143. OLE color: 8985143.
HSL color Cylindrical-coordinate representation of color #371A89: hue angle of 255.68º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #371A89 is Cyan = 0.60, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 55 | 26 | 137 | - |
| CMYK | 0.60 | 0.81 | 0 | 0.46 |
| HSL | 255.68º | 0.68% | 0.32% | - |
| HSV(B) | 255.68º | 0.81% | 0.54% | - |
| XYZ | 6.46 | 3.36 | 23.97 | - |
| YUV | 47.33 | 178.61 | 133.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 26 | 137 | 0.60 | 0.81 | 0 | 0.46 | 255.68 | 0.68 | 0.32 |
| Hex | 37 | 1A | 89 | 3C | 51 | 0 | 2E | 100 | 44 | 20 |
| Octal | 67 | 32 | 211 | 74 | 121 | 0 | 56 | 400 | 104 | 40 |
| Binary | 110111 | 11010 | 10001001 | 111100 | 1010001 | 0 | 101110 | 100000000 | 1000100 | 100000 |
Color Harmonies of #371A89
Complementary color
Monochromatic Colors of #371A89
Black with #371A89
Text Example
Text Example
White with #371A89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #371A89; }
p { color: rgb(55,26,137); }
H1.HeaderClassName
{
color: #371A89;
}
.AnyTagClassName
{
color: #371A89;
}
</style>
background-color css
<style>
a { background-color: #371A89; }
a { background-color: rgb(55,26,137); }
div.DivClassName
{
background-color: #371A89;
}
.BgClassName
{
background-color: #371A89;
}
</style>
border-color css
<style>
span { border-color: #371A89; }
span { border-color: rgb(55,26,137); }
td.TdClassName
{
border-color: #371A89;
}
.TagClassName
{
border-color: #371A89;
}
</style>