Shades of Persian Indigo #371DA0
Tints of Persian Indigo #371DA0
RGB
CMYK
RGB Variations
Color information
#371DA0 (or 0x371DA0) is known color: Persian Indigo. HEX triplet: 37, 1D and A0. RGB value is (55,29,160). Sum of RGB (Red+Green+Blue) = 55+29+160=244 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.54% from 244); Green value is 29 (11.72% from 255 or 11.89% from 244); Blue value is 160 (62.89% from 255 or 65.57% from 244); Max value from RGB is 160 - color contains mainly: blue. Hex color #371DA0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #371DA0 is #C8E25F. Grayscale: #333333. Windows color (decimal): -13165152 or 10493239. OLE color: 10493239.
HSL color Cylindrical-coordinate representation of color #371DA0: hue angle of 251.91º degrees, saturation: 0.69, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #371DA0 is Cyan = 0.66, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 55 | 29 | 160 | - |
| CMYK | 0.66 | 0.82 | 0 | 0.37 |
| HSL | 251.91º | 0.69% | 0.37% | - |
| HSV(B) | 251.91º | 0.82% | 0.63% | - |
| XYZ | 8.36 | 4.23 | 33.63 | - |
| YUV | 51.71 | 189.11 | 130.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 29 | 160 | 0.66 | 0.82 | 0 | 0.37 | 251.91 | 0.69 | 0.37 |
| Hex | 37 | 1D | A0 | 42 | 52 | 0 | 25 | FC | 45 | 25 |
| Octal | 67 | 35 | 240 | 102 | 122 | 0 | 45 | 374 | 105 | 45 |
| Binary | 110111 | 11101 | 10100000 | 1000010 | 1010010 | 0 | 100101 | 11111100 | 1000101 | 100101 |
Color Harmonies of #371DA0
Complementary color
Monochromatic Colors of #371DA0
Black with #371DA0
Text Example
Text Example
White with #371DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #371DA0; }
p { color: rgb(55,29,160); }
H1.HeaderClassName
{
color: #371DA0;
}
.AnyTagClassName
{
color: #371DA0;
}
</style>
background-color css
<style>
a { background-color: #371DA0; }
a { background-color: rgb(55,29,160); }
div.DivClassName
{
background-color: #371DA0;
}
.BgClassName
{
background-color: #371DA0;
}
</style>
border-color css
<style>
span { border-color: #371DA0; }
span { border-color: rgb(55,29,160); }
td.TdClassName
{
border-color: #371DA0;
}
.TagClassName
{
border-color: #371DA0;
}
</style>