Shades of Persian Indigo #37088C
Tints of Persian Indigo #37088C
RGB
CMYK
RGB Variations
Color information
#37088C (or 0x37088C) is known color: Persian Indigo. HEX triplet: 37, 08 and 8C. RGB value is (55,8,140). Sum of RGB (Red+Green+Blue) = 55+8+140=203 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.09% from 203); Green value is 8 (3.52% from 255 or 3.94% from 203); Blue value is 140 (55.08% from 255 or 68.97% from 203); Max value from RGB is 140 - color contains mainly: blue. Hex color #37088C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #37088C is #C8F773. Grayscale: #242424. Windows color (decimal): -13170548 or 9177143. OLE color: 9177143.
HSL color Cylindrical-coordinate representation of color #37088C: hue angle of 261.36º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #37088C is Cyan = 0.61, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 55 | 8 | 140 | - |
| CMYK | 0.61 | 0.94 | 0 | 0.45 |
| HSL | 261.36º | 0.89% | 0.29% | - |
| HSV(B) | 261.36º | 0.94% | 0.55% | - |
| XYZ | 6.4 | 2.88 | 25.03 | - |
| YUV | 37.1 | 186.07 | 140.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 8 | 140 | 0.61 | 0.94 | 0 | 0.45 | 261.36 | 0.89 | 0.29 |
| Hex | 37 | 8 | 8C | 3D | 5E | 0 | 2D | 105 | 59 | 1D |
| Octal | 67 | 10 | 214 | 75 | 136 | 0 | 55 | 405 | 131 | 35 |
| Binary | 110111 | 1000 | 10001100 | 111101 | 1011110 | 0 | 101101 | 100000101 | 1011001 | 11101 |
Color Harmonies of #37088C
Complementary color
Monochromatic Colors of #37088C
Black with #37088C
Text Example
Text Example
White with #37088C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37088C; }
p { color: rgb(55,8,140); }
H1.HeaderClassName
{
color: #37088C;
}
.AnyTagClassName
{
color: #37088C;
}
</style>
background-color css
<style>
a { background-color: #37088C; }
a { background-color: rgb(55,8,140); }
div.DivClassName
{
background-color: #37088C;
}
.BgClassName
{
background-color: #37088C;
}
</style>
border-color css
<style>
span { border-color: #37088C; }
span { border-color: rgb(55,8,140); }
td.TdClassName
{
border-color: #37088C;
}
.TagClassName
{
border-color: #37088C;
}
</style>