Shades of Persian Indigo #37047B
Tints of Persian Indigo #37047B
RGB
CMYK
RGB Variations
Color information
#37047B (or 0x37047B) is known color: Persian Indigo. HEX triplet: 37, 04 and 7B. RGB value is (55,4,123). Sum of RGB (Red+Green+Blue) = 55+4+123=182 (24% of max value = 765). Red value is 55 (21.88% from 255 or 30.22% from 182); Green value is 4 (1.95% from 255 or 2.20% from 182); Blue value is 123 (48.44% from 255 or 67.58% from 182); Max value from RGB is 123 - color contains mainly: blue. Hex color #37047B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #37047B is #C8FB84. Grayscale: #202020. Windows color (decimal): -13171589 or 8062007. OLE color: 8062007.
HSL color Cylindrical-coordinate representation of color #37047B: hue angle of 265.71º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #37047B is Cyan = 0.55, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 55 | 4 | 123 | - |
| CMYK | 0.55 | 0.97 | 0 | 0.52 |
| HSL | 265.71º | 0.94% | 0.25% | - |
| HSV(B) | 265.71º | 0.97% | 0.48% | - |
| XYZ | 5.19 | 2.33 | 18.91 | - |
| YUV | 32.82 | 178.9 | 143.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 4 | 123 | 0.55 | 0.97 | 0 | 0.52 | 265.71 | 0.94 | 0.25 |
| Hex | 37 | 4 | 7B | 37 | 61 | 0 | 34 | 10A | 5E | 19 |
| Octal | 67 | 4 | 173 | 67 | 141 | 0 | 64 | 412 | 136 | 31 |
| Binary | 110111 | 100 | 1111011 | 110111 | 1100001 | 0 | 110100 | 100001010 | 1011110 | 11001 |
Color Harmonies of #37047B
Complementary color
Monochromatic Colors of #37047B
Black with #37047B
Text Example
Text Example
White with #37047B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37047B; }
p { color: rgb(55,4,123); }
H1.HeaderClassName
{
color: #37047B;
}
.AnyTagClassName
{
color: #37047B;
}
</style>
background-color css
<style>
a { background-color: #37047B; }
a { background-color: rgb(55,4,123); }
div.DivClassName
{
background-color: #37047B;
}
.BgClassName
{
background-color: #37047B;
}
</style>
border-color css
<style>
span { border-color: #37047B; }
span { border-color: rgb(55,4,123); }
td.TdClassName
{
border-color: #37047B;
}
.TagClassName
{
border-color: #37047B;
}
</style>