Shades of Persian Indigo #371B8C
Tints of Persian Indigo #371B8C
RGB
CMYK
RGB Variations
Color information
#371B8C (or 0x371B8C) is known color: Persian Indigo. HEX triplet: 37, 1B and 8C. RGB value is (55,27,140). Sum of RGB (Red+Green+Blue) = 55+27+140=222 (29% of max value = 765). Red value is 55 (21.88% from 255 or 24.77% from 222); Green value is 27 (10.94% from 255 or 12.16% from 222); Blue value is 140 (55.08% from 255 or 63.06% from 222); Max value from RGB is 140 - color contains mainly: blue. Hex color #371B8C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #371B8C is #C8E473. Grayscale: #2F2F2F. Windows color (decimal): -13165684 or 9182007. OLE color: 9182007.
HSL color Cylindrical-coordinate representation of color #371B8C: hue angle of 254.87º 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 #371B8C is Cyan = 0.61, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 55 | 27 | 140 | - |
| CMYK | 0.61 | 0.81 | 0 | 0.45 |
| HSL | 254.87º | 0.68% | 0.33% | - |
| HSV(B) | 254.87º | 0.81% | 0.55% | - |
| XYZ | 6.7 | 3.49 | 25.13 | - |
| YUV | 48.25 | 179.78 | 132.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 27 | 140 | 0.61 | 0.81 | 0 | 0.45 | 254.87 | 0.68 | 0.33 |
| Hex | 37 | 1B | 8C | 3D | 51 | 0 | 2D | FF | 44 | 21 |
| Octal | 67 | 33 | 214 | 75 | 121 | 0 | 55 | 377 | 104 | 41 |
| Binary | 110111 | 11011 | 10001100 | 111101 | 1010001 | 0 | 101101 | 11111111 | 1000100 | 100001 |
Color Harmonies of #371B8C
Complementary color
Monochromatic Colors of #371B8C
Black with #371B8C
Text Example
Text Example
White with #371B8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #371B8C; }
p { color: rgb(55,27,140); }
H1.HeaderClassName
{
color: #371B8C;
}
.AnyTagClassName
{
color: #371B8C;
}
</style>
background-color css
<style>
a { background-color: #371B8C; }
a { background-color: rgb(55,27,140); }
div.DivClassName
{
background-color: #371B8C;
}
.BgClassName
{
background-color: #371B8C;
}
</style>
border-color css
<style>
span { border-color: #371B8C; }
span { border-color: rgb(55,27,140); }
td.TdClassName
{
border-color: #371B8C;
}
.TagClassName
{
border-color: #371B8C;
}
</style>