Shades of Persian Indigo #37107D
Tints of Persian Indigo #37107D
RGB
CMYK
RGB Variations
Color information
#37107D (or 0x37107D) is known color: Persian Indigo. HEX triplet: 37, 10 and 7D. RGB value is (55,16,125). Sum of RGB (Red+Green+Blue) = 55+16+125=196 (25% of max value = 765). Red value is 55 (21.88% from 255 or 28.06% from 196); Green value is 16 (6.64% from 255 or 8.16% from 196); Blue value is 125 (49.22% from 255 or 63.78% from 196); Max value from RGB is 125 - color contains mainly: blue. Hex color #37107D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #37107D is #C8EF82. Grayscale: #272727. Windows color (decimal): -13168515 or 8196151. OLE color: 8196151.
HSL color Cylindrical-coordinate representation of color #37107D: hue angle of 261.47º degrees, saturation: 0.77, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #37107D is Cyan = 0.56, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 55 | 16 | 125 | - |
| CMYK | 0.56 | 0.87 | 0 | 0.51 |
| HSL | 261.47º | 0.77% | 0.28% | - |
| HSV(B) | 261.47º | 0.87% | 0.49% | - |
| XYZ | 5.46 | 2.66 | 19.63 | - |
| YUV | 40.09 | 175.92 | 138.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 16 | 125 | 0.56 | 0.87 | 0 | 0.51 | 261.47 | 0.77 | 0.28 |
| Hex | 37 | 10 | 7D | 38 | 57 | 0 | 33 | 105 | 4D | 1C |
| Octal | 67 | 20 | 175 | 70 | 127 | 0 | 63 | 405 | 115 | 34 |
| Binary | 110111 | 10000 | 1111101 | 111000 | 1010111 | 0 | 110011 | 100000101 | 1001101 | 11100 |
Color Harmonies of #37107D
Complementary color
Monochromatic Colors of #37107D
Black with #37107D
Text Example
Text Example
White with #37107D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37107D; }
p { color: rgb(55,16,125); }
H1.HeaderClassName
{
color: #37107D;
}
.AnyTagClassName
{
color: #37107D;
}
</style>
background-color css
<style>
a { background-color: #37107D; }
a { background-color: rgb(55,16,125); }
div.DivClassName
{
background-color: #37107D;
}
.BgClassName
{
background-color: #37107D;
}
</style>
border-color css
<style>
span { border-color: #37107D; }
span { border-color: rgb(55,16,125); }
td.TdClassName
{
border-color: #37107D;
}
.TagClassName
{
border-color: #37107D;
}
</style>