Shades of Persian Indigo #37199D
Tints of Persian Indigo #37199D
RGB
CMYK
RGB Variations
Color information
#37199D (or 0x37199D) is known color: Persian Indigo. HEX triplet: 37, 19 and 9D. RGB value is (55,25,157). Sum of RGB (Red+Green+Blue) = 55+25+157=237 (31% of max value = 765). Red value is 55 (21.88% from 255 or 23.21% from 237); Green value is 25 (10.16% from 255 or 10.55% from 237); Blue value is 157 (61.72% from 255 or 66.24% from 237); Max value from RGB is 157 - color contains mainly: blue. Hex color #37199D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #37199D is #C8E662. Grayscale: #303030. Windows color (decimal): -13166179 or 10295607. OLE color: 10295607.
HSL color Cylindrical-coordinate representation of color #37199D: hue angle of 253.64º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #37199D is Cyan = 0.65, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 55 | 25 | 157 | - |
| CMYK | 0.65 | 0.84 | 0 | 0.38 |
| HSL | 253.64º | 0.73% | 0.36% | - |
| HSV(B) | 253.64º | 0.84% | 0.62% | - |
| XYZ | 8.01 | 3.94 | 32.24 | - |
| YUV | 49.02 | 188.94 | 132.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 25 | 157 | 0.65 | 0.84 | 0 | 0.38 | 253.64 | 0.73 | 0.36 |
| Hex | 37 | 19 | 9D | 41 | 54 | 0 | 26 | FE | 49 | 24 |
| Octal | 67 | 31 | 235 | 101 | 124 | 0 | 46 | 376 | 111 | 44 |
| Binary | 110111 | 11001 | 10011101 | 1000001 | 1010100 | 0 | 100110 | 11111110 | 1001001 | 100100 |
Color Harmonies of #37199D
Complementary color
Monochromatic Colors of #37199D
Black with #37199D
Text Example
Text Example
White with #37199D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37199D; }
p { color: rgb(55,25,157); }
H1.HeaderClassName
{
color: #37199D;
}
.AnyTagClassName
{
color: #37199D;
}
</style>
background-color css
<style>
a { background-color: #37199D; }
a { background-color: rgb(55,25,157); }
div.DivClassName
{
background-color: #37199D;
}
.BgClassName
{
background-color: #37199D;
}
</style>
border-color css
<style>
span { border-color: #37199D; }
span { border-color: rgb(55,25,157); }
td.TdClassName
{
border-color: #37199D;
}
.TagClassName
{
border-color: #37199D;
}
</style>