Shades of Persian Indigo #371C75
Tints of Persian Indigo #371C75
RGB
CMYK
RGB Variations
Color information
#371C75 (or 0x371C75) is known color: Persian Indigo. HEX triplet: 37, 1C and 75. RGB value is (55,28,117). Sum of RGB (Red+Green+Blue) = 55+28+117=200 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.5% from 200); Green value is 28 (11.33% from 255 or 14% from 200); Blue value is 117 (46.09% from 255 or 58.5% from 200); Max value from RGB is 117 - color contains mainly: blue. Hex color #371C75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #371C75 is #C8E38A. Grayscale: #2D2D2D. Windows color (decimal): -13165451 or 7674935. OLE color: 7674935.
HSL color Cylindrical-coordinate representation of color #371C75: hue angle of 258.2º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #371C75 is Cyan = 0.53, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 55 | 28 | 117 | - |
| CMYK | 0.53 | 0.76 | 0 | 0.54 |
| HSL | 258.2º | 0.61% | 0.28% | - |
| HSV(B) | 258.2º | 0.76% | 0.46% | - |
| XYZ | 5.2 | 2.93 | 17.12 | - |
| YUV | 46.22 | 167.95 | 134.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 28 | 117 | 0.53 | 0.76 | 0 | 0.54 | 258.2 | 0.61 | 0.28 |
| Hex | 37 | 1C | 75 | 35 | 4C | 0 | 36 | 102 | 3D | 1C |
| Octal | 67 | 34 | 165 | 65 | 114 | 0 | 66 | 402 | 75 | 34 |
| Binary | 110111 | 11100 | 1110101 | 110101 | 1001100 | 0 | 110110 | 100000010 | 111101 | 11100 |
Color Harmonies of #371C75
Complementary color
Monochromatic Colors of #371C75
Black with #371C75
Text Example
Text Example
White with #371C75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #371C75; }
p { color: rgb(55,28,117); }
H1.HeaderClassName
{
color: #371C75;
}
.AnyTagClassName
{
color: #371C75;
}
</style>
background-color css
<style>
a { background-color: #371C75; }
a { background-color: rgb(55,28,117); }
div.DivClassName
{
background-color: #371C75;
}
.BgClassName
{
background-color: #371C75;
}
</style>
border-color css
<style>
span { border-color: #371C75; }
span { border-color: rgb(55,28,117); }
td.TdClassName
{
border-color: #371C75;
}
.TagClassName
{
border-color: #371C75;
}
</style>