Shades of Persian Indigo #37077F
Tints of Persian Indigo #37077F
RGB
CMYK
RGB Variations
Color information
#37077F (or 0x37077F) is known color: Persian Indigo. HEX triplet: 37, 07 and 7F. RGB value is (55,7,127). Sum of RGB (Red+Green+Blue) = 55+7+127=189 (25% of max value = 765). Red value is 55 (21.88% from 255 or 29.10% from 189); Green value is 7 (3.12% from 255 or 3.70% from 189); Blue value is 127 (50% from 255 or 67.20% from 189); Max value from RGB is 127 - color contains mainly: blue. Hex color #37077F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #37077F is #C8F880. Grayscale: #222222. Windows color (decimal): -13170817 or 8324919. OLE color: 8324919.
HSL color Cylindrical-coordinate representation of color #37077F: hue angle of 264º degrees, saturation: 0.9, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #37077F is Cyan = 0.57, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 55 | 7 | 127 | - |
| CMYK | 0.57 | 0.94 | 0 | 0.50 |
| HSL | 264º | 0.9% | 0.26% | - |
| HSV(B) | 264º | 0.94% | 0.5% | - |
| XYZ | 5.48 | 2.5 | 20.27 | - |
| YUV | 35.03 | 179.9 | 142.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 7 | 127 | 0.57 | 0.94 | 0 | 0.50 | 264 | 0.9 | 0.26 |
| Hex | 37 | 7 | 7F | 39 | 5E | 0 | 32 | 108 | 5A | 1A |
| Octal | 67 | 7 | 177 | 71 | 136 | 0 | 62 | 410 | 132 | 32 |
| Binary | 110111 | 111 | 1111111 | 111001 | 1011110 | 0 | 110010 | 100001000 | 1011010 | 11010 |
Color Harmonies of #37077F
Complementary color
Monochromatic Colors of #37077F
Black with #37077F
Text Example
Text Example
White with #37077F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37077F; }
p { color: rgb(55,7,127); }
H1.HeaderClassName
{
color: #37077F;
}
.AnyTagClassName
{
color: #37077F;
}
</style>
background-color css
<style>
a { background-color: #37077F; }
a { background-color: rgb(55,7,127); }
div.DivClassName
{
background-color: #37077F;
}
.BgClassName
{
background-color: #37077F;
}
</style>
border-color css
<style>
span { border-color: #37077F; }
span { border-color: rgb(55,7,127); }
td.TdClassName
{
border-color: #37077F;
}
.TagClassName
{
border-color: #37077F;
}
</style>