Shades of Persian Indigo #37137B
Tints of Persian Indigo #37137B
RGB
CMYK
RGB Variations
Color information
#37137B (or 0x37137B) is known color: Persian Indigo. HEX triplet: 37, 13 and 7B. RGB value is (55,19,123). Sum of RGB (Red+Green+Blue) = 55+19+123=197 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.92% from 197); Green value is 19 (7.81% from 255 or 9.64% from 197); Blue value is 123 (48.44% from 255 or 62.44% from 197); Max value from RGB is 123 - color contains mainly: blue. Hex color #37137B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #37137B is #C8EC84. Grayscale: #292929. Windows color (decimal): -13167749 or 8065847. OLE color: 8065847.
HSL color Cylindrical-coordinate representation of color #37137B: hue angle of 260.77º degrees, saturation: 0.73, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #37137B is Cyan = 0.55, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 55 | 19 | 123 | - |
| CMYK | 0.55 | 0.85 | 0 | 0.52 |
| HSL | 260.77º | 0.73% | 0.28% | - |
| HSV(B) | 260.77º | 0.85% | 0.48% | - |
| XYZ | 5.38 | 2.71 | 18.98 | - |
| YUV | 41.62 | 173.93 | 137.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 19 | 123 | 0.55 | 0.85 | 0 | 0.52 | 260.77 | 0.73 | 0.28 |
| Hex | 37 | 13 | 7B | 37 | 55 | 0 | 34 | 105 | 49 | 1C |
| Octal | 67 | 23 | 173 | 67 | 125 | 0 | 64 | 405 | 111 | 34 |
| Binary | 110111 | 10011 | 1111011 | 110111 | 1010101 | 0 | 110100 | 100000101 | 1001001 | 11100 |
Color Harmonies of #37137B
Complementary color
Monochromatic Colors of #37137B
Black with #37137B
Text Example
Text Example
White with #37137B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37137B; }
p { color: rgb(55,19,123); }
H1.HeaderClassName
{
color: #37137B;
}
.AnyTagClassName
{
color: #37137B;
}
</style>
background-color css
<style>
a { background-color: #37137B; }
a { background-color: rgb(55,19,123); }
div.DivClassName
{
background-color: #37137B;
}
.BgClassName
{
background-color: #37137B;
}
</style>
border-color css
<style>
span { border-color: #37137B; }
span { border-color: rgb(55,19,123); }
td.TdClassName
{
border-color: #37137B;
}
.TagClassName
{
border-color: #37137B;
}
</style>