Shades of Persian Indigo #37078B
Tints of Persian Indigo #37078B
RGB
CMYK
RGB Variations
Color information
#37078B (or 0x37078B) is known color: Persian Indigo. HEX triplet: 37, 07 and 8B. RGB value is (55,7,139). Sum of RGB (Red+Green+Blue) = 55+7+139=201 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.36% from 201); Green value is 7 (3.12% from 255 or 3.48% from 201); Blue value is 139 (54.69% from 255 or 69.15% from 201); Max value from RGB is 139 - color contains mainly: blue. Hex color #37078B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #37078B is #C8F874. Grayscale: #232323. Windows color (decimal): -13170805 or 9111351. OLE color: 9111351.
HSL color Cylindrical-coordinate representation of color #37078B: hue angle of 261.82º degrees, saturation: 0.9, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #37078B is Cyan = 0.60, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 55 | 7 | 139 | - |
| CMYK | 0.60 | 0.95 | 0 | 0.45 |
| HSL | 261.82º | 0.9% | 0.29% | - |
| HSV(B) | 261.82º | 0.95% | 0.55% | - |
| XYZ | 6.31 | 2.83 | 24.64 | - |
| YUV | 36.4 | 185.9 | 141.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 7 | 139 | 0.60 | 0.95 | 0 | 0.45 | 261.82 | 0.9 | 0.29 |
| Hex | 37 | 7 | 8B | 3C | 5F | 0 | 2D | 106 | 5A | 1D |
| Octal | 67 | 7 | 213 | 74 | 137 | 0 | 55 | 406 | 132 | 35 |
| Binary | 110111 | 111 | 10001011 | 111100 | 1011111 | 0 | 101101 | 100000110 | 1011010 | 11101 |
Color Harmonies of #37078B
Complementary color
Monochromatic Colors of #37078B
Black with #37078B
Text Example
Text Example
White with #37078B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37078B; }
p { color: rgb(55,7,139); }
H1.HeaderClassName
{
color: #37078B;
}
.AnyTagClassName
{
color: #37078B;
}
</style>
background-color css
<style>
a { background-color: #37078B; }
a { background-color: rgb(55,7,139); }
div.DivClassName
{
background-color: #37078B;
}
.BgClassName
{
background-color: #37078B;
}
</style>
border-color css
<style>
span { border-color: #37078B; }
span { border-color: rgb(55,7,139); }
td.TdClassName
{
border-color: #37078B;
}
.TagClassName
{
border-color: #37078B;
}
</style>