Shades of Persian Indigo #371D7B
Tints of Persian Indigo #371D7B
RGB
CMYK
RGB Variations
Color information
#371D7B (or 0x371D7B) is known color: Persian Indigo. HEX triplet: 37, 1D and 7B. RGB value is (55,29,123). Sum of RGB (Red+Green+Blue) = 55+29+123=207 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.57% from 207); Green value is 29 (11.72% from 255 or 14.01% from 207); Blue value is 123 (48.44% from 255 or 59.42% from 207); Max value from RGB is 123 - color contains mainly: blue. Hex color #371D7B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #371D7B is #C8E284. Grayscale: #2F2F2F. Windows color (decimal): -13165189 or 8068407. OLE color: 8068407.
HSL color Cylindrical-coordinate representation of color #371D7B: hue angle of 256.6º degrees, saturation: 0.62, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #371D7B is Cyan = 0.55, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 55 | 29 | 123 | - |
| CMYK | 0.55 | 0.76 | 0 | 0.52 |
| HSL | 256.6º | 0.62% | 0.3% | - |
| HSV(B) | 256.6º | 0.76% | 0.48% | - |
| XYZ | 5.59 | 3.12 | 19.05 | - |
| YUV | 47.49 | 170.61 | 133.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 29 | 123 | 0.55 | 0.76 | 0 | 0.52 | 256.6 | 0.62 | 0.3 |
| Hex | 37 | 1D | 7B | 37 | 4C | 0 | 34 | 101 | 3E | 1E |
| Octal | 67 | 35 | 173 | 67 | 114 | 0 | 64 | 401 | 76 | 36 |
| Binary | 110111 | 11101 | 1111011 | 110111 | 1001100 | 0 | 110100 | 100000001 | 111110 | 11110 |
Color Harmonies of #371D7B
Complementary color
Monochromatic Colors of #371D7B
Black with #371D7B
Text Example
Text Example
White with #371D7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #371D7B; }
p { color: rgb(55,29,123); }
H1.HeaderClassName
{
color: #371D7B;
}
.AnyTagClassName
{
color: #371D7B;
}
</style>
background-color css
<style>
a { background-color: #371D7B; }
a { background-color: rgb(55,29,123); }
div.DivClassName
{
background-color: #371D7B;
}
.BgClassName
{
background-color: #371D7B;
}
</style>
border-color css
<style>
span { border-color: #371D7B; }
span { border-color: rgb(55,29,123); }
td.TdClassName
{
border-color: #371D7B;
}
.TagClassName
{
border-color: #371D7B;
}
</style>