Shades of Persian Indigo #371D75
Tints of Persian Indigo #371D75
RGB
CMYK
RGB Variations
Color information
#371D75 (or 0x371D75) is known color: Persian Indigo. HEX triplet: 37, 1D and 75. RGB value is (55,29,117). Sum of RGB (Red+Green+Blue) = 55+29+117=201 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.36% from 201); Green value is 29 (11.72% from 255 or 14.43% from 201); Blue value is 117 (46.09% from 255 or 58.21% from 201); Max value from RGB is 117 - color contains mainly: blue. Hex color #371D75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #371D75 is #C8E28A. Grayscale: #2E2E2E. Windows color (decimal): -13165195 or 7675191. OLE color: 7675191.
HSL color Cylindrical-coordinate representation of color #371D75: hue angle of 257.73º degrees, saturation: 0.6, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #371D75 is Cyan = 0.53, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 55 | 29 | 117 | - |
| CMYK | 0.53 | 0.75 | 0 | 0.54 |
| HSL | 257.73º | 0.6% | 0.29% | - |
| HSV(B) | 257.73º | 0.75% | 0.46% | - |
| XYZ | 5.23 | 2.98 | 17.13 | - |
| YUV | 46.81 | 167.61 | 133.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 29 | 117 | 0.53 | 0.75 | 0 | 0.54 | 257.73 | 0.6 | 0.29 |
| Hex | 37 | 1D | 75 | 35 | 4B | 0 | 36 | 102 | 3C | 1D |
| Octal | 67 | 35 | 165 | 65 | 113 | 0 | 66 | 402 | 74 | 35 |
| Binary | 110111 | 11101 | 1110101 | 110101 | 1001011 | 0 | 110110 | 100000010 | 111100 | 11101 |
Color Harmonies of #371D75
Complementary color
Monochromatic Colors of #371D75
Black with #371D75
Text Example
Text Example
White with #371D75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #371D75; }
p { color: rgb(55,29,117); }
H1.HeaderClassName
{
color: #371D75;
}
.AnyTagClassName
{
color: #371D75;
}
</style>
background-color css
<style>
a { background-color: #371D75; }
a { background-color: rgb(55,29,117); }
div.DivClassName
{
background-color: #371D75;
}
.BgClassName
{
background-color: #371D75;
}
</style>
border-color css
<style>
span { border-color: #371D75; }
span { border-color: rgb(55,29,117); }
td.TdClassName
{
border-color: #371D75;
}
.TagClassName
{
border-color: #371D75;
}
</style>