Shades of Persian Indigo #371C7F
Tints of Persian Indigo #371C7F
RGB
CMYK
RGB Variations
Color information
#371C7F (or 0x371C7F) is known color: Persian Indigo. HEX triplet: 37, 1C and 7F. RGB value is (55,28,127). Sum of RGB (Red+Green+Blue) = 55+28+127=210 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.19% from 210); Green value is 28 (11.33% from 255 or 13.33% from 210); Blue value is 127 (50% from 255 or 60.48% from 210); Max value from RGB is 127 - color contains mainly: blue. Hex color #371C7F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #371C7F is #C8E380. Grayscale: #2E2E2E. Windows color (decimal): -13165441 or 8330295. OLE color: 8330295.
HSL color Cylindrical-coordinate representation of color #371C7F: hue angle of 256.36º degrees, saturation: 0.64, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #371C7F is Cyan = 0.57, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 55 | 28 | 127 | - |
| CMYK | 0.57 | 0.78 | 0 | 0.50 |
| HSL | 256.36º | 0.64% | 0.3% | - |
| HSV(B) | 256.36º | 0.78% | 0.5% | - |
| XYZ | 5.82 | 3.18 | 20.38 | - |
| YUV | 47.36 | 172.95 | 133.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 28 | 127 | 0.57 | 0.78 | 0 | 0.50 | 256.36 | 0.64 | 0.3 |
| Hex | 37 | 1C | 7F | 39 | 4E | 0 | 32 | 100 | 40 | 1E |
| Octal | 67 | 34 | 177 | 71 | 116 | 0 | 62 | 400 | 100 | 36 |
| Binary | 110111 | 11100 | 1111111 | 111001 | 1001110 | 0 | 110010 | 100000000 | 1000000 | 11110 |
Color Harmonies of #371C7F
Complementary color
Monochromatic Colors of #371C7F
Black with #371C7F
Text Example
Text Example
White with #371C7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #371C7F; }
p { color: rgb(55,28,127); }
H1.HeaderClassName
{
color: #371C7F;
}
.AnyTagClassName
{
color: #371C7F;
}
</style>
background-color css
<style>
a { background-color: #371C7F; }
a { background-color: rgb(55,28,127); }
div.DivClassName
{
background-color: #371C7F;
}
.BgClassName
{
background-color: #371C7F;
}
</style>
border-color css
<style>
span { border-color: #371C7F; }
span { border-color: rgb(55,28,127); }
td.TdClassName
{
border-color: #371C7F;
}
.TagClassName
{
border-color: #371C7F;
}
</style>