Shades of Persian Indigo #37198C
Tints of Persian Indigo #37198C
RGB
CMYK
RGB Variations
Color information
#37198C (or 0x37198C) is known color: Persian Indigo. HEX triplet: 37, 19 and 8C. RGB value is (55,25,140). Sum of RGB (Red+Green+Blue) = 55+25+140=220 (29% of max value = 765). Red value is 55 (21.88% from 255 or 25% from 220); Green value is 25 (10.16% from 255 or 11.36% from 220); Blue value is 140 (55.08% from 255 or 63.64% from 220); Max value from RGB is 140 - color contains mainly: blue. Hex color #37198C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #37198C is #C8E673. Grayscale: #2E2E2E. Windows color (decimal): -13166196 or 9181495. OLE color: 9181495.
HSL color Cylindrical-coordinate representation of color #37198C: hue angle of 255.65º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #37198C is Cyan = 0.61, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 55 | 25 | 140 | - |
| CMYK | 0.61 | 0.82 | 0 | 0.45 |
| HSL | 255.65º | 0.7% | 0.32% | - |
| HSV(B) | 255.65º | 0.82% | 0.55% | - |
| XYZ | 6.66 | 3.4 | 25.12 | - |
| YUV | 47.08 | 180.44 | 133.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 25 | 140 | 0.61 | 0.82 | 0 | 0.45 | 255.65 | 0.7 | 0.32 |
| Hex | 37 | 19 | 8C | 3D | 52 | 0 | 2D | 100 | 46 | 20 |
| Octal | 67 | 31 | 214 | 75 | 122 | 0 | 55 | 400 | 106 | 40 |
| Binary | 110111 | 11001 | 10001100 | 111101 | 1010010 | 0 | 101101 | 100000000 | 1000110 | 100000 |
Color Harmonies of #37198C
Complementary color
Monochromatic Colors of #37198C
Black with #37198C
Text Example
Text Example
White with #37198C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37198C; }
p { color: rgb(55,25,140); }
H1.HeaderClassName
{
color: #37198C;
}
.AnyTagClassName
{
color: #37198C;
}
</style>
background-color css
<style>
a { background-color: #37198C; }
a { background-color: rgb(55,25,140); }
div.DivClassName
{
background-color: #37198C;
}
.BgClassName
{
background-color: #37198C;
}
</style>
border-color css
<style>
span { border-color: #37198C; }
span { border-color: rgb(55,25,140); }
td.TdClassName
{
border-color: #37198C;
}
.TagClassName
{
border-color: #37198C;
}
</style>