Shades of Persian Indigo #37189F
Tints of Persian Indigo #37189F
RGB
CMYK
RGB Variations
Color information
#37189F (or 0x37189F) is known color: Persian Indigo. HEX triplet: 37, 18 and 9F. RGB value is (55,24,159). Sum of RGB (Red+Green+Blue) = 55+24+159=238 (31% of max value = 765). Red value is 55 (21.88% from 255 or 23.11% from 238); Green value is 24 (9.77% from 255 or 10.08% from 238); Blue value is 159 (62.5% from 255 or 66.81% from 238); Max value from RGB is 159 - color contains mainly: blue. Hex color #37189F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #37189F is #C8E760. Grayscale: #303030. Windows color (decimal): -13166433 or 10426423. OLE color: 10426423.
HSL color Cylindrical-coordinate representation of color #37189F: hue angle of 253.78º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #37189F is Cyan = 0.65, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 55 | 24 | 159 | - |
| CMYK | 0.65 | 0.85 | 0 | 0.38 |
| HSL | 253.78º | 0.74% | 0.36% | - |
| HSV(B) | 253.78º | 0.85% | 0.62% | - |
| XYZ | 8.16 | 3.97 | 33.14 | - |
| YUV | 48.66 | 190.27 | 132.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 24 | 159 | 0.65 | 0.85 | 0 | 0.38 | 253.78 | 0.74 | 0.36 |
| Hex | 37 | 18 | 9F | 41 | 55 | 0 | 26 | FE | 4A | 24 |
| Octal | 67 | 30 | 237 | 101 | 125 | 0 | 46 | 376 | 112 | 44 |
| Binary | 110111 | 11000 | 10011111 | 1000001 | 1010101 | 0 | 100110 | 11111110 | 1001010 | 100100 |
Color Harmonies of #37189F
Complementary color
Monochromatic Colors of #37189F
Black with #37189F
Text Example
Text Example
White with #37189F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37189F; }
p { color: rgb(55,24,159); }
H1.HeaderClassName
{
color: #37189F;
}
.AnyTagClassName
{
color: #37189F;
}
</style>
background-color css
<style>
a { background-color: #37189F; }
a { background-color: rgb(55,24,159); }
div.DivClassName
{
background-color: #37189F;
}
.BgClassName
{
background-color: #37189F;
}
</style>
border-color css
<style>
span { border-color: #37189F; }
span { border-color: rgb(55,24,159); }
td.TdClassName
{
border-color: #37189F;
}
.TagClassName
{
border-color: #37189F;
}
</style>