Shades of Persian Indigo #371B8D
Tints of Persian Indigo #371B8D
RGB
CMYK
RGB Variations
Color information
#371B8D (or 0x371B8D) is known color: Persian Indigo. HEX triplet: 37, 1B and 8D. RGB value is (55,27,141). Sum of RGB (Red+Green+Blue) = 55+27+141=223 (29% of max value = 765). Red value is 55 (21.88% from 255 or 24.66% from 223); Green value is 27 (10.94% from 255 or 12.11% from 223); Blue value is 141 (55.47% from 255 or 63.23% from 223); Max value from RGB is 141 - color contains mainly: blue. Hex color #371B8D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #371B8D is #C8E472. Grayscale: #2F2F2F. Windows color (decimal): -13165683 or 9247543. OLE color: 9247543.
HSL color Cylindrical-coordinate representation of color #371B8D: hue angle of 254.74º degrees, saturation: 0.68, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #371B8D is Cyan = 0.61, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 55 | 27 | 141 | - |
| CMYK | 0.61 | 0.81 | 0 | 0.45 |
| HSL | 254.74º | 0.68% | 0.33% | - |
| HSV(B) | 254.74º | 0.81% | 0.55% | - |
| XYZ | 6.78 | 3.52 | 25.52 | - |
| YUV | 48.37 | 180.28 | 132.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 27 | 141 | 0.61 | 0.81 | 0 | 0.45 | 254.74 | 0.68 | 0.33 |
| Hex | 37 | 1B | 8D | 3D | 51 | 0 | 2D | FF | 44 | 21 |
| Octal | 67 | 33 | 215 | 75 | 121 | 0 | 55 | 377 | 104 | 41 |
| Binary | 110111 | 11011 | 10001101 | 111101 | 1010001 | 0 | 101101 | 11111111 | 1000100 | 100001 |
Color Harmonies of #371B8D
Complementary color
Monochromatic Colors of #371B8D
Black with #371B8D
Text Example
Text Example
White with #371B8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #371B8D; }
p { color: rgb(55,27,141); }
H1.HeaderClassName
{
color: #371B8D;
}
.AnyTagClassName
{
color: #371B8D;
}
</style>
background-color css
<style>
a { background-color: #371B8D; }
a { background-color: rgb(55,27,141); }
div.DivClassName
{
background-color: #371B8D;
}
.BgClassName
{
background-color: #371B8D;
}
</style>
border-color css
<style>
span { border-color: #371B8D; }
span { border-color: rgb(55,27,141); }
td.TdClassName
{
border-color: #371B8D;
}
.TagClassName
{
border-color: #371B8D;
}
</style>