Shades of Persian Indigo #37107F
Tints of Persian Indigo #37107F
RGB
CMYK
RGB Variations
Color information
#37107F (or 0x37107F) is known color: Persian Indigo. HEX triplet: 37, 10 and 7F. RGB value is (55,16,127). Sum of RGB (Red+Green+Blue) = 55+16+127=198 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.78% from 198); Green value is 16 (6.64% from 255 or 8.08% from 198); Blue value is 127 (50% from 255 or 64.14% from 198); Max value from RGB is 127 - color contains mainly: blue. Hex color #37107F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #37107F is #C8EF80. Grayscale: #272727. Windows color (decimal): -13168513 or 8327223. OLE color: 8327223.
HSL color Cylindrical-coordinate representation of color #37107F: hue angle of 261.08º degrees, saturation: 0.78, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #37107F is Cyan = 0.57, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 55 | 16 | 127 | - |
| CMYK | 0.57 | 0.87 | 0 | 0.50 |
| HSL | 261.08º | 0.78% | 0.28% | - |
| HSV(B) | 261.08º | 0.87% | 0.5% | - |
| XYZ | 5.59 | 2.72 | 20.31 | - |
| YUV | 40.32 | 176.92 | 138.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 16 | 127 | 0.57 | 0.87 | 0 | 0.50 | 261.08 | 0.78 | 0.28 |
| Hex | 37 | 10 | 7F | 39 | 57 | 0 | 32 | 105 | 4E | 1C |
| Octal | 67 | 20 | 177 | 71 | 127 | 0 | 62 | 405 | 116 | 34 |
| Binary | 110111 | 10000 | 1111111 | 111001 | 1010111 | 0 | 110010 | 100000101 | 1001110 | 11100 |
Color Harmonies of #37107F
Complementary color
Monochromatic Colors of #37107F
Black with #37107F
Text Example
Text Example
White with #37107F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37107F; }
p { color: rgb(55,16,127); }
H1.HeaderClassName
{
color: #37107F;
}
.AnyTagClassName
{
color: #37107F;
}
</style>
background-color css
<style>
a { background-color: #37107F; }
a { background-color: rgb(55,16,127); }
div.DivClassName
{
background-color: #37107F;
}
.BgClassName
{
background-color: #37107F;
}
</style>
border-color css
<style>
span { border-color: #37107F; }
span { border-color: rgb(55,16,127); }
td.TdClassName
{
border-color: #37107F;
}
.TagClassName
{
border-color: #37107F;
}
</style>