Shades of Persian Indigo #37157B
Tints of Persian Indigo #37157B
RGB
CMYK
RGB Variations
Color information
#37157B (or 0x37157B) is known color: Persian Indigo. HEX triplet: 37, 15 and 7B. RGB value is (55,21,123). Sum of RGB (Red+Green+Blue) = 55+21+123=199 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.64% from 199); Green value is 21 (8.59% from 255 or 10.55% from 199); Blue value is 123 (48.44% from 255 or 61.81% from 199); Max value from RGB is 123 - color contains mainly: blue. Hex color #37157B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #37157B is #C8EA84. Grayscale: #2A2A2A. Windows color (decimal): -13167237 or 8066359. OLE color: 8066359.
HSL color Cylindrical-coordinate representation of color #37157B: hue angle of 260º degrees, saturation: 0.71, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #37157B is Cyan = 0.55, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 55 | 21 | 123 | - |
| CMYK | 0.55 | 0.83 | 0 | 0.52 |
| HSL | 260º | 0.71% | 0.28% | - |
| HSV(B) | 260º | 0.83% | 0.48% | - |
| XYZ | 5.42 | 2.78 | 18.99 | - |
| YUV | 42.79 | 173.26 | 136.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 21 | 123 | 0.55 | 0.83 | 0 | 0.52 | 260 | 0.71 | 0.28 |
| Hex | 37 | 15 | 7B | 37 | 53 | 0 | 34 | 104 | 47 | 1C |
| Octal | 67 | 25 | 173 | 67 | 123 | 0 | 64 | 404 | 107 | 34 |
| Binary | 110111 | 10101 | 1111011 | 110111 | 1010011 | 0 | 110100 | 100000100 | 1000111 | 11100 |
Color Harmonies of #37157B
Complementary color
Monochromatic Colors of #37157B
Black with #37157B
Text Example
Text Example
White with #37157B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37157B; }
p { color: rgb(55,21,123); }
H1.HeaderClassName
{
color: #37157B;
}
.AnyTagClassName
{
color: #37157B;
}
</style>
background-color css
<style>
a { background-color: #37157B; }
a { background-color: rgb(55,21,123); }
div.DivClassName
{
background-color: #37157B;
}
.BgClassName
{
background-color: #37157B;
}
</style>
border-color css
<style>
span { border-color: #37157B; }
span { border-color: rgb(55,21,123); }
td.TdClassName
{
border-color: #37157B;
}
.TagClassName
{
border-color: #37157B;
}
</style>