Shades of Persian Indigo #37087C
Tints of Persian Indigo #37087C
RGB
CMYK
RGB Variations
Color information
#37087C (or 0x37087C) is known color: Persian Indigo. HEX triplet: 37, 08 and 7C. RGB value is (55,8,124). Sum of RGB (Red+Green+Blue) = 55+8+124=187 (24% of max value = 765). Red value is 55 (21.88% from 255 or 29.41% from 187); Green value is 8 (3.52% from 255 or 4.28% from 187); Blue value is 124 (48.83% from 255 or 66.31% from 187); Max value from RGB is 124 - color contains mainly: blue. Hex color #37087C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #37087C is #C8F783. Grayscale: #222222. Windows color (decimal): -13170564 or 8128567. OLE color: 8128567.
HSL color Cylindrical-coordinate representation of color #37087C: hue angle of 264.31º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #37087C is Cyan = 0.56, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 55 | 8 | 124 | - |
| CMYK | 0.56 | 0.94 | 0 | 0.51 |
| HSL | 264.31º | 0.88% | 0.26% | - |
| HSV(B) | 264.31º | 0.94% | 0.49% | - |
| XYZ | 5.3 | 2.44 | 19.26 | - |
| YUV | 35.28 | 178.07 | 142.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 8 | 124 | 0.56 | 0.94 | 0 | 0.51 | 264.31 | 0.88 | 0.26 |
| Hex | 37 | 8 | 7C | 38 | 5E | 0 | 33 | 108 | 58 | 1A |
| Octal | 67 | 10 | 174 | 70 | 136 | 0 | 63 | 410 | 130 | 32 |
| Binary | 110111 | 1000 | 1111100 | 111000 | 1011110 | 0 | 110011 | 100001000 | 1011000 | 11010 |
Color Harmonies of #37087C
Complementary color
Monochromatic Colors of #37087C
Black with #37087C
Text Example
Text Example
White with #37087C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37087C; }
p { color: rgb(55,8,124); }
H1.HeaderClassName
{
color: #37087C;
}
.AnyTagClassName
{
color: #37087C;
}
</style>
background-color css
<style>
a { background-color: #37087C; }
a { background-color: rgb(55,8,124); }
div.DivClassName
{
background-color: #37087C;
}
.BgClassName
{
background-color: #37087C;
}
</style>
border-color css
<style>
span { border-color: #37087C; }
span { border-color: rgb(55,8,124); }
td.TdClassName
{
border-color: #37087C;
}
.TagClassName
{
border-color: #37087C;
}
</style>