Shades of Persian Indigo #370F84
Tints of Persian Indigo #370F84
RGB
CMYK
RGB Variations
Color information
#370F84 (or 0x370F84) is known color: Persian Indigo. HEX triplet: 37, 0F and 84. RGB value is (55,15,132). Sum of RGB (Red+Green+Blue) = 55+15+132=202 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.23% from 202); Green value is 15 (6.25% from 255 or 7.43% from 202); Blue value is 132 (51.95% from 255 or 65.35% from 202); Max value from RGB is 132 - color contains mainly: blue. Hex color #370F84 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #370F84 is #C8F07B. Grayscale: #272727. Windows color (decimal): -13168764 or 8654647. OLE color: 8654647.
HSL color Cylindrical-coordinate representation of color #370F84: hue angle of 260.51º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #370F84 is Cyan = 0.58, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 55 | 15 | 132 | - |
| CMYK | 0.58 | 0.89 | 0 | 0.48 |
| HSL | 260.51º | 0.8% | 0.29% | - |
| HSV(B) | 260.51º | 0.89% | 0.52% | - |
| XYZ | 5.91 | 2.82 | 22.06 | - |
| YUV | 40.3 | 179.75 | 138.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 15 | 132 | 0.58 | 0.89 | 0 | 0.48 | 260.51 | 0.8 | 0.29 |
| Hex | 37 | F | 84 | 3A | 59 | 0 | 30 | 105 | 50 | 1D |
| Octal | 67 | 17 | 204 | 72 | 131 | 0 | 60 | 405 | 120 | 35 |
| Binary | 110111 | 1111 | 10000100 | 111010 | 1011001 | 0 | 110000 | 100000101 | 1010000 | 11101 |
Color Harmonies of #370F84
Complementary color
Monochromatic Colors of #370F84
Black with #370F84
Text Example
Text Example
White with #370F84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #370F84; }
p { color: rgb(55,15,132); }
H1.HeaderClassName
{
color: #370F84;
}
.AnyTagClassName
{
color: #370F84;
}
</style>
background-color css
<style>
a { background-color: #370F84; }
a { background-color: rgb(55,15,132); }
div.DivClassName
{
background-color: #370F84;
}
.BgClassName
{
background-color: #370F84;
}
</style>
border-color css
<style>
span { border-color: #370F84; }
span { border-color: rgb(55,15,132); }
td.TdClassName
{
border-color: #370F84;
}
.TagClassName
{
border-color: #370F84;
}
</style>