Shades of Persian Indigo #37128B
Tints of Persian Indigo #37128B
RGB
CMYK
RGB Variations
Color information
#37128B (or 0x37128B) is known color: Persian Indigo. HEX triplet: 37, 12 and 8B. RGB value is (55,18,139). Sum of RGB (Red+Green+Blue) = 55+18+139=212 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.94% from 212); Green value is 18 (7.42% from 255 or 8.49% from 212); Blue value is 139 (54.69% from 255 or 65.57% from 212); Max value from RGB is 139 - color contains mainly: blue. Hex color #37128B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #37128B is #C8ED74. Grayscale: #2A2A2A. Windows color (decimal): -13167989 or 9114167. OLE color: 9114167.
HSL color Cylindrical-coordinate representation of color #37128B: hue angle of 258.35º degrees, saturation: 0.77, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #37128B is Cyan = 0.60, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 55 | 18 | 139 | - |
| CMYK | 0.60 | 0.87 | 0 | 0.45 |
| HSL | 258.35º | 0.77% | 0.31% | - |
| HSV(B) | 258.35º | 0.87% | 0.55% | - |
| XYZ | 6.45 | 3.11 | 24.69 | - |
| YUV | 42.86 | 182.26 | 136.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 18 | 139 | 0.60 | 0.87 | 0 | 0.45 | 258.35 | 0.77 | 0.31 |
| Hex | 37 | 12 | 8B | 3C | 57 | 0 | 2D | 102 | 4D | 1F |
| Octal | 67 | 22 | 213 | 74 | 127 | 0 | 55 | 402 | 115 | 37 |
| Binary | 110111 | 10010 | 10001011 | 111100 | 1010111 | 0 | 101101 | 100000010 | 1001101 | 11111 |
Color Harmonies of #37128B
Complementary color
Monochromatic Colors of #37128B
Black with #37128B
Text Example
Text Example
White with #37128B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37128B; }
p { color: rgb(55,18,139); }
H1.HeaderClassName
{
color: #37128B;
}
.AnyTagClassName
{
color: #37128B;
}
</style>
background-color css
<style>
a { background-color: #37128B; }
a { background-color: rgb(55,18,139); }
div.DivClassName
{
background-color: #37128B;
}
.BgClassName
{
background-color: #37128B;
}
</style>
border-color css
<style>
span { border-color: #37128B; }
span { border-color: rgb(55,18,139); }
td.TdClassName
{
border-color: #37128B;
}
.TagClassName
{
border-color: #37128B;
}
</style>