Shades of Persian Indigo #370FA9
Tints of Persian Indigo #370FA9
RGB
CMYK
RGB Variations
Color information
#370FA9 (or 0x370FA9) is known color: Persian Indigo. HEX triplet: 37, 0F and A9. RGB value is (55,15,169). Sum of RGB (Red+Green+Blue) = 55+15+169=239 (31% of max value = 765). Red value is 55 (21.88% from 255 or 23.01% from 239); Green value is 15 (6.25% from 255 or 6.28% from 239); Blue value is 169 (66.41% from 255 or 70.71% from 239); Max value from RGB is 169 - color contains mainly: blue. Hex color #370FA9 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #370FA9 is #C8F056. Grayscale: #2B2B2B. Windows color (decimal): -13168727 or 11079479. OLE color: 11079479.
HSL color Cylindrical-coordinate representation of color #370FA9: hue angle of 255.58º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #370FA9 is Cyan = 0.67, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 55 | 15 | 169 | - |
| CMYK | 0.67 | 0.91 | 0 | 0.34 |
| HSL | 255.58º | 0.84% | 0.36% | - |
| HSV(B) | 255.58º | 0.91% | 0.66% | - |
| XYZ | 8.91 | 4.02 | 37.84 | - |
| YUV | 44.52 | 198.25 | 135.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 15 | 169 | 0.67 | 0.91 | 0 | 0.34 | 255.58 | 0.84 | 0.36 |
| Hex | 37 | F | A9 | 43 | 5B | 0 | 22 | 100 | 54 | 24 |
| Octal | 67 | 17 | 251 | 103 | 133 | 0 | 42 | 400 | 124 | 44 |
| Binary | 110111 | 1111 | 10101001 | 1000011 | 1011011 | 0 | 100010 | 100000000 | 1010100 | 100100 |
Color Harmonies of #370FA9
Complementary color
Monochromatic Colors of #370FA9
Black with #370FA9
Text Example
Text Example
White with #370FA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #370FA9; }
p { color: rgb(55,15,169); }
H1.HeaderClassName
{
color: #370FA9;
}
.AnyTagClassName
{
color: #370FA9;
}
</style>
background-color css
<style>
a { background-color: #370FA9; }
a { background-color: rgb(55,15,169); }
div.DivClassName
{
background-color: #370FA9;
}
.BgClassName
{
background-color: #370FA9;
}
</style>
border-color css
<style>
span { border-color: #370FA9; }
span { border-color: rgb(55,15,169); }
td.TdClassName
{
border-color: #370FA9;
}
.TagClassName
{
border-color: #370FA9;
}
</style>