Shades of Persian Indigo #371A7A
Tints of Persian Indigo #371A7A
RGB
CMYK
RGB Variations
Color information
#371A7A (or 0x371A7A) is known color: Persian Indigo. HEX triplet: 37, 1A and 7A. RGB value is (55,26,122). Sum of RGB (Red+Green+Blue) = 55+26+122=203 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.09% from 203); Green value is 26 (10.55% from 255 or 12.81% from 203); Blue value is 122 (48.05% from 255 or 60.10% from 203); Max value from RGB is 122 - color contains mainly: blue. Hex color #371A7A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #371A7A is #C8E585. Grayscale: #2D2D2D. Windows color (decimal): -13165958 or 8002103. OLE color: 8002103.
HSL color Cylindrical-coordinate representation of color #371A7A: hue angle of 258.12º degrees, saturation: 0.65, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #371A7A is Cyan = 0.55, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 55 | 26 | 122 | - |
| CMYK | 0.55 | 0.79 | 0 | 0.52 |
| HSL | 258.13º | 0.65% | 0.29% | - |
| HSV(B) | 258.13º | 0.79% | 0.48% | - |
| XYZ | 5.46 | 2.96 | 18.7 | - |
| YUV | 45.62 | 171.11 | 134.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 26 | 122 | 0.55 | 0.79 | 0 | 0.52 | 258.13 | 0.65 | 0.29 |
| Hex | 37 | 1A | 7A | 37 | 4F | 0 | 34 | 102 | 41 | 1D |
| Octal | 67 | 32 | 172 | 67 | 117 | 0 | 64 | 402 | 101 | 35 |
| Binary | 110111 | 11010 | 1111010 | 110111 | 1001111 | 0 | 110100 | 100000010 | 1000001 | 11101 |
Color Harmonies of #371A7A
Complementary color
Monochromatic Colors of #371A7A
Black with #371A7A
Text Example
Text Example
White with #371A7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #371A7A; }
p { color: rgb(55,26,122); }
H1.HeaderClassName
{
color: #371A7A;
}
.AnyTagClassName
{
color: #371A7A;
}
</style>
background-color css
<style>
a { background-color: #371A7A; }
a { background-color: rgb(55,26,122); }
div.DivClassName
{
background-color: #371A7A;
}
.BgClassName
{
background-color: #371A7A;
}
</style>
border-color css
<style>
span { border-color: #371A7A; }
span { border-color: rgb(55,26,122); }
td.TdClassName
{
border-color: #371A7A;
}
.TagClassName
{
border-color: #371A7A;
}
</style>