Shades of Persian Indigo #37109D
Tints of Persian Indigo #37109D
RGB
CMYK
RGB Variations
Color information
#37109D (or 0x37109D) is known color: Persian Indigo. HEX triplet: 37, 10 and 9D. RGB value is (55,16,157). Sum of RGB (Red+Green+Blue) = 55+16+157=228 (30% of max value = 765). Red value is 55 (21.88% from 255 or 24.12% from 228); Green value is 16 (6.64% from 255 or 7.02% from 228); Blue value is 157 (61.72% from 255 or 68.86% from 228); Max value from RGB is 157 - color contains mainly: blue. Hex color #37109D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #37109D is #C8EF62. Grayscale: #2B2B2B. Windows color (decimal): -13168483 or 10293303. OLE color: 10293303.
HSL color Cylindrical-coordinate representation of color #37109D: hue angle of 256.6º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #37109D is Cyan = 0.65, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 55 | 16 | 157 | - |
| CMYK | 0.65 | 0.90 | 0 | 0.38 |
| HSL | 256.6º | 0.82% | 0.34% | - |
| HSV(B) | 256.6º | 0.9% | 0.62% | - |
| XYZ | 7.85 | 3.62 | 32.18 | - |
| YUV | 43.74 | 191.92 | 136.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 16 | 157 | 0.65 | 0.90 | 0 | 0.38 | 256.6 | 0.82 | 0.34 |
| Hex | 37 | 10 | 9D | 41 | 5A | 0 | 26 | 101 | 52 | 22 |
| Octal | 67 | 20 | 235 | 101 | 132 | 0 | 46 | 401 | 122 | 42 |
| Binary | 110111 | 10000 | 10011101 | 1000001 | 1011010 | 0 | 100110 | 100000001 | 1010010 | 100010 |
Color Harmonies of #37109D
Complementary color
Monochromatic Colors of #37109D
Black with #37109D
Text Example
Text Example
White with #37109D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37109D; }
p { color: rgb(55,16,157); }
H1.HeaderClassName
{
color: #37109D;
}
.AnyTagClassName
{
color: #37109D;
}
</style>
background-color css
<style>
a { background-color: #37109D; }
a { background-color: rgb(55,16,157); }
div.DivClassName
{
background-color: #37109D;
}
.BgClassName
{
background-color: #37109D;
}
</style>
border-color css
<style>
span { border-color: #37109D; }
span { border-color: rgb(55,16,157); }
td.TdClassName
{
border-color: #37109D;
}
.TagClassName
{
border-color: #37109D;
}
</style>