Shades of Persian Indigo #37137D
Tints of Persian Indigo #37137D
RGB
CMYK
RGB Variations
Color information
#37137D (or 0x37137D) is known color: Persian Indigo. HEX triplet: 37, 13 and 7D. RGB value is (55,19,125). Sum of RGB (Red+Green+Blue) = 55+19+125=199 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.64% from 199); Green value is 19 (7.81% from 255 or 9.55% from 199); Blue value is 125 (49.22% from 255 or 62.81% from 199); Max value from RGB is 125 - color contains mainly: blue. Hex color #37137D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #37137D is #C8EC82. Grayscale: #292929. Windows color (decimal): -13167747 or 8196919. OLE color: 8196919.
HSL color Cylindrical-coordinate representation of color #37137D: hue angle of 260.38º degrees, saturation: 0.74, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #37137D is Cyan = 0.56, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 55 | 19 | 125 | - |
| CMYK | 0.56 | 0.85 | 0 | 0.51 |
| HSL | 260.38º | 0.74% | 0.28% | - |
| HSV(B) | 260.38º | 0.85% | 0.49% | - |
| XYZ | 5.51 | 2.76 | 19.64 | - |
| YUV | 41.85 | 174.93 | 137.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 19 | 125 | 0.56 | 0.85 | 0 | 0.51 | 260.38 | 0.74 | 0.28 |
| Hex | 37 | 13 | 7D | 38 | 55 | 0 | 33 | 104 | 4A | 1C |
| Octal | 67 | 23 | 175 | 70 | 125 | 0 | 63 | 404 | 112 | 34 |
| Binary | 110111 | 10011 | 1111101 | 111000 | 1010101 | 0 | 110011 | 100000100 | 1001010 | 11100 |
Color Harmonies of #37137D
Complementary color
Monochromatic Colors of #37137D
Black with #37137D
Text Example
Text Example
White with #37137D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37137D; }
p { color: rgb(55,19,125); }
H1.HeaderClassName
{
color: #37137D;
}
.AnyTagClassName
{
color: #37137D;
}
</style>
background-color css
<style>
a { background-color: #37137D; }
a { background-color: rgb(55,19,125); }
div.DivClassName
{
background-color: #37137D;
}
.BgClassName
{
background-color: #37137D;
}
</style>
border-color css
<style>
span { border-color: #37137D; }
span { border-color: rgb(55,19,125); }
td.TdClassName
{
border-color: #37137D;
}
.TagClassName
{
border-color: #37137D;
}
</style>