Shades of Persian Indigo #37098B
Tints of Persian Indigo #37098B
RGB
CMYK
RGB Variations
Color information
#37098B (or 0x37098B) is known color: Persian Indigo. HEX triplet: 37, 09 and 8B. RGB value is (55,9,139). Sum of RGB (Red+Green+Blue) = 55+9+139=203 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.09% from 203); Green value is 9 (3.91% from 255 or 4.43% from 203); Blue value is 139 (54.69% from 255 or 68.47% from 203); Max value from RGB is 139 - color contains mainly: blue. Hex color #37098B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #37098B is #C8F674. Grayscale: #252525. Windows color (decimal): -13170293 or 9111863. OLE color: 9111863.
HSL color Cylindrical-coordinate representation of color #37098B: hue angle of 261.23º degrees, saturation: 0.88, 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 #37098B is Cyan = 0.60, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 55 | 9 | 139 | - |
| CMYK | 0.60 | 0.94 | 0 | 0.45 |
| HSL | 261.23º | 0.88% | 0.29% | - |
| HSV(B) | 261.23º | 0.94% | 0.55% | - |
| XYZ | 6.33 | 2.87 | 24.65 | - |
| YUV | 37.57 | 185.24 | 140.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 9 | 139 | 0.60 | 0.94 | 0 | 0.45 | 261.23 | 0.88 | 0.29 |
| Hex | 37 | 9 | 8B | 3C | 5E | 0 | 2D | 105 | 58 | 1D |
| Octal | 67 | 11 | 213 | 74 | 136 | 0 | 55 | 405 | 130 | 35 |
| Binary | 110111 | 1001 | 10001011 | 111100 | 1011110 | 0 | 101101 | 100000101 | 1011000 | 11101 |
Color Harmonies of #37098B
Complementary color
Monochromatic Colors of #37098B
Black with #37098B
Text Example
Text Example
White with #37098B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37098B; }
p { color: rgb(55,9,139); }
H1.HeaderClassName
{
color: #37098B;
}
.AnyTagClassName
{
color: #37098B;
}
</style>
background-color css
<style>
a { background-color: #37098B; }
a { background-color: rgb(55,9,139); }
div.DivClassName
{
background-color: #37098B;
}
.BgClassName
{
background-color: #37098B;
}
</style>
border-color css
<style>
span { border-color: #37098B; }
span { border-color: rgb(55,9,139); }
td.TdClassName
{
border-color: #37098B;
}
.TagClassName
{
border-color: #37098B;
}
</style>