Shades of Persian Indigo #370D87
Tints of Persian Indigo #370D87
RGB
CMYK
RGB Variations
Color information
#370D87 (or 0x370D87) is known color: Persian Indigo. HEX triplet: 37, 0D and 87. RGB value is (55,13,135). Sum of RGB (Red+Green+Blue) = 55+13+135=203 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.09% from 203); Green value is 13 (5.47% from 255 or 6.40% from 203); Blue value is 135 (53.12% from 255 or 66.50% from 203); Max value from RGB is 135 - color contains mainly: blue. Hex color #370D87 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #370D87 is #C8F278. Grayscale: #272727. Windows color (decimal): -13169273 or 8850743. OLE color: 8850743.
HSL color Cylindrical-coordinate representation of color #370D87: hue angle of 260.66º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #370D87 is Cyan = 0.59, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 55 | 13 | 135 | - |
| CMYK | 0.59 | 0.90 | 0 | 0.47 |
| HSL | 260.66º | 0.82% | 0.29% | - |
| HSV(B) | 260.66º | 0.9% | 0.53% | - |
| XYZ | 6.09 | 2.85 | 23.15 | - |
| YUV | 39.47 | 181.91 | 139.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 13 | 135 | 0.59 | 0.90 | 0 | 0.47 | 260.66 | 0.82 | 0.29 |
| Hex | 37 | D | 87 | 3B | 5A | 0 | 2F | 105 | 52 | 1D |
| Octal | 67 | 15 | 207 | 73 | 132 | 0 | 57 | 405 | 122 | 35 |
| Binary | 110111 | 1101 | 10000111 | 111011 | 1011010 | 0 | 101111 | 100000101 | 1010010 | 11101 |
Color Harmonies of #370D87
Complementary color
Monochromatic Colors of #370D87
Black with #370D87
Text Example
Text Example
White with #370D87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #370D87; }
p { color: rgb(55,13,135); }
H1.HeaderClassName
{
color: #370D87;
}
.AnyTagClassName
{
color: #370D87;
}
</style>
background-color css
<style>
a { background-color: #370D87; }
a { background-color: rgb(55,13,135); }
div.DivClassName
{
background-color: #370D87;
}
.BgClassName
{
background-color: #370D87;
}
</style>
border-color css
<style>
span { border-color: #370D87; }
span { border-color: rgb(55,13,135); }
td.TdClassName
{
border-color: #370D87;
}
.TagClassName
{
border-color: #370D87;
}
</style>