Shades of Persian Indigo #37186E
Tints of Persian Indigo #37186E
RGB
CMYK
RGB Variations
Color information
#37186E (or 0x37186E) is known color: Persian Indigo. HEX triplet: 37, 18 and 6E. RGB value is (55,24,110). Sum of RGB (Red+Green+Blue) = 55+24+110=189 (25% of max value = 765). Red value is 55 (21.88% from 255 or 29.10% from 189); Green value is 24 (9.77% from 255 or 12.70% from 189); Blue value is 110 (43.36% from 255 or 58.20% from 189); Max value from RGB is 110 - color contains mainly: blue. Hex color #37186E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #37186E is #C8E791. Grayscale: #2A2A2A. Windows color (decimal): -13166482 or 7215159. OLE color: 7215159.
HSL color Cylindrical-coordinate representation of color #37186E: hue angle of 261.63º degrees, saturation: 0.64, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #37186E is Cyan = 0.5, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 55 | 24 | 110 | - |
| CMYK | 0.5 | 0.78 | 0 | 0.57 |
| HSL | 261.63º | 0.64% | 0.26% | - |
| HSV(B) | 261.63º | 0.78% | 0.43% | - |
| XYZ | 4.72 | 2.59 | 15 | - |
| YUV | 43.07 | 165.77 | 136.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 24 | 110 | 0.5 | 0.78 | 0 | 0.57 | 261.63 | 0.64 | 0.26 |
| Hex | 37 | 18 | 6E | 32 | 4E | 0 | 39 | 106 | 40 | 1A |
| Octal | 67 | 30 | 156 | 62 | 116 | 0 | 71 | 406 | 100 | 32 |
| Binary | 110111 | 11000 | 1101110 | 110010 | 1001110 | 0 | 111001 | 100000110 | 1000000 | 11010 |
Color Harmonies of #37186E
Complementary color
Monochromatic Colors of #37186E
Black with #37186E
Text Example
Text Example
White with #37186E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37186E; }
p { color: rgb(55,24,110); }
H1.HeaderClassName
{
color: #37186E;
}
.AnyTagClassName
{
color: #37186E;
}
</style>
background-color css
<style>
a { background-color: #37186E; }
a { background-color: rgb(55,24,110); }
div.DivClassName
{
background-color: #37186E;
}
.BgClassName
{
background-color: #37186E;
}
</style>
border-color css
<style>
span { border-color: #37186E; }
span { border-color: rgb(55,24,110); }
td.TdClassName
{
border-color: #37186E;
}
.TagClassName
{
border-color: #37186E;
}
</style>