Shades of Persian Indigo #371D70
Tints of Persian Indigo #371D70
RGB
CMYK
RGB Variations
Color information
#371D70 (or 0x371D70) is known color: Persian Indigo. HEX triplet: 37, 1D and 70. RGB value is (55,29,112). Sum of RGB (Red+Green+Blue) = 55+29+112=196 (25% of max value = 765). Red value is 55 (21.88% from 255 or 28.06% from 196); Green value is 29 (11.72% from 255 or 14.80% from 196); Blue value is 112 (44.14% from 255 or 57.14% from 196); Max value from RGB is 112 - color contains mainly: blue. Hex color #371D70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #371D70 is #C8E28F. Grayscale: #2D2D2D. Windows color (decimal): -13165200 or 7347511. OLE color: 7347511.
HSL color Cylindrical-coordinate representation of color #371D70: hue angle of 258.8º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #371D70 is Cyan = 0.51, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 55 | 29 | 112 | - |
| CMYK | 0.51 | 0.74 | 0 | 0.56 |
| HSL | 258.8º | 0.59% | 0.28% | - |
| HSV(B) | 258.8º | 0.74% | 0.44% | - |
| XYZ | 4.94 | 2.86 | 15.62 | - |
| YUV | 46.24 | 165.11 | 134.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 29 | 112 | 0.51 | 0.74 | 0 | 0.56 | 258.8 | 0.59 | 0.28 |
| Hex | 37 | 1D | 70 | 33 | 4A | 0 | 38 | 103 | 3B | 1C |
| Octal | 67 | 35 | 160 | 63 | 112 | 0 | 70 | 403 | 73 | 34 |
| Binary | 110111 | 11101 | 1110000 | 110011 | 1001010 | 0 | 111000 | 100000011 | 111011 | 11100 |
Color Harmonies of #371D70
Complementary color
Monochromatic Colors of #371D70
Black with #371D70
Text Example
Text Example
White with #371D70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #371D70; }
p { color: rgb(55,29,112); }
H1.HeaderClassName
{
color: #371D70;
}
.AnyTagClassName
{
color: #371D70;
}
</style>
background-color css
<style>
a { background-color: #371D70; }
a { background-color: rgb(55,29,112); }
div.DivClassName
{
background-color: #371D70;
}
.BgClassName
{
background-color: #371D70;
}
</style>
border-color css
<style>
span { border-color: #371D70; }
span { border-color: rgb(55,29,112); }
td.TdClassName
{
border-color: #371D70;
}
.TagClassName
{
border-color: #371D70;
}
</style>