Shades of Persian Indigo #37089F
Tints of Persian Indigo #37089F
RGB
CMYK
RGB Variations
Color information
#37089F (or 0x37089F) is known color: Persian Indigo. HEX triplet: 37, 08 and 9F. RGB value is (55,8,159). Sum of RGB (Red+Green+Blue) = 55+8+159=222 (29% of max value = 765). Red value is 55 (21.88% from 255 or 24.77% from 222); Green value is 8 (3.52% from 255 or 3.60% from 222); Blue value is 159 (62.5% from 255 or 71.62% from 222); Max value from RGB is 159 - color contains mainly: blue. Hex color #37089F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #37089F is #C8F760. Grayscale: #262626. Windows color (decimal): -13170529 or 10422327. OLE color: 10422327.
HSL color Cylindrical-coordinate representation of color #37089F: hue angle of 258.68º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #37089F is Cyan = 0.65, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 55 | 8 | 159 | - |
| CMYK | 0.65 | 0.95 | 0 | 0.38 |
| HSL | 258.68º | 0.9% | 0.33% | - |
| HSV(B) | 258.68º | 0.95% | 0.62% | - |
| XYZ | 7.92 | 3.49 | 33.06 | - |
| YUV | 39.27 | 195.57 | 139.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 8 | 159 | 0.65 | 0.95 | 0 | 0.38 | 258.68 | 0.9 | 0.33 |
| Hex | 37 | 8 | 9F | 41 | 5F | 0 | 26 | 103 | 5A | 21 |
| Octal | 67 | 10 | 237 | 101 | 137 | 0 | 46 | 403 | 132 | 41 |
| Binary | 110111 | 1000 | 10011111 | 1000001 | 1011111 | 0 | 100110 | 100000011 | 1011010 | 100001 |
Color Harmonies of #37089F
Complementary color
Monochromatic Colors of #37089F
Black with #37089F
Text Example
Text Example
White with #37089F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37089F; }
p { color: rgb(55,8,159); }
H1.HeaderClassName
{
color: #37089F;
}
.AnyTagClassName
{
color: #37089F;
}
</style>
background-color css
<style>
a { background-color: #37089F; }
a { background-color: rgb(55,8,159); }
div.DivClassName
{
background-color: #37089F;
}
.BgClassName
{
background-color: #37089F;
}
</style>
border-color css
<style>
span { border-color: #37089F; }
span { border-color: rgb(55,8,159); }
td.TdClassName
{
border-color: #37089F;
}
.TagClassName
{
border-color: #37089F;
}
</style>