Shades of Persian Indigo #371A7D
Tints of Persian Indigo #371A7D
RGB
CMYK
RGB Variations
Color information
#371A7D (or 0x371A7D) is known color: Persian Indigo. HEX triplet: 37, 1A and 7D. RGB value is (55,26,125). Sum of RGB (Red+Green+Blue) = 55+26+125=206 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.70% from 206); Green value is 26 (10.55% from 255 or 12.62% from 206); Blue value is 125 (49.22% from 255 or 60.68% from 206); Max value from RGB is 125 - color contains mainly: blue. Hex color #371A7D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #371A7D is #C8E582. Grayscale: #2D2D2D. Windows color (decimal): -13165955 or 8198711. OLE color: 8198711.
HSL color Cylindrical-coordinate representation of color #371A7D: hue angle of 257.58º degrees, saturation: 0.66, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #371A7D is Cyan = 0.56, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 55 | 26 | 125 | - |
| CMYK | 0.56 | 0.79 | 0 | 0.51 |
| HSL | 257.58º | 0.66% | 0.3% | - |
| HSV(B) | 257.58º | 0.79% | 0.49% | - |
| XYZ | 5.65 | 3.03 | 19.69 | - |
| YUV | 45.96 | 172.61 | 134.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 26 | 125 | 0.56 | 0.79 | 0 | 0.51 | 257.58 | 0.66 | 0.3 |
| Hex | 37 | 1A | 7D | 38 | 4F | 0 | 33 | 102 | 42 | 1E |
| Octal | 67 | 32 | 175 | 70 | 117 | 0 | 63 | 402 | 102 | 36 |
| Binary | 110111 | 11010 | 1111101 | 111000 | 1001111 | 0 | 110011 | 100000010 | 1000010 | 11110 |
Color Harmonies of #371A7D
Complementary color
Monochromatic Colors of #371A7D
Black with #371A7D
Text Example
Text Example
White with #371A7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #371A7D; }
p { color: rgb(55,26,125); }
H1.HeaderClassName
{
color: #371A7D;
}
.AnyTagClassName
{
color: #371A7D;
}
</style>
background-color css
<style>
a { background-color: #371A7D; }
a { background-color: rgb(55,26,125); }
div.DivClassName
{
background-color: #371A7D;
}
.BgClassName
{
background-color: #371A7D;
}
</style>
border-color css
<style>
span { border-color: #371A7D; }
span { border-color: rgb(55,26,125); }
td.TdClassName
{
border-color: #371A7D;
}
.TagClassName
{
border-color: #371A7D;
}
</style>