Shades of Persian Indigo #370F9A
Tints of Persian Indigo #370F9A
RGB
CMYK
RGB Variations
Color information
#370F9A (or 0x370F9A) is known color: Persian Indigo. HEX triplet: 37, 0F and 9A. RGB value is (55,15,154). Sum of RGB (Red+Green+Blue) = 55+15+154=224 (29% of max value = 765). Red value is 55 (21.88% from 255 or 24.55% from 224); Green value is 15 (6.25% from 255 or 6.70% from 224); Blue value is 154 (60.55% from 255 or 68.75% from 224); Max value from RGB is 154 - color contains mainly: blue. Hex color #370F9A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #370F9A is #C8F065. Grayscale: #2A2A2A. Windows color (decimal): -13168742 or 10096439. OLE color: 10096439.
HSL color Cylindrical-coordinate representation of color #370F9A: hue angle of 257.27º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #370F9A is Cyan = 0.64, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 55 | 15 | 154 | - |
| CMYK | 0.64 | 0.90 | 0 | 0.40 |
| HSL | 257.27º | 0.82% | 0.33% | - |
| HSV(B) | 257.27º | 0.9% | 0.6% | - |
| XYZ | 7.58 | 3.49 | 30.85 | - |
| YUV | 42.81 | 190.75 | 136.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 15 | 154 | 0.64 | 0.90 | 0 | 0.40 | 257.27 | 0.82 | 0.33 |
| Hex | 37 | F | 9A | 40 | 5A | 0 | 28 | 101 | 52 | 21 |
| Octal | 67 | 17 | 232 | 100 | 132 | 0 | 50 | 401 | 122 | 41 |
| Binary | 110111 | 1111 | 10011010 | 1000000 | 1011010 | 0 | 101000 | 100000001 | 1010010 | 100001 |
Color Harmonies of #370F9A
Complementary color
Monochromatic Colors of #370F9A
Black with #370F9A
Text Example
Text Example
White with #370F9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #370F9A; }
p { color: rgb(55,15,154); }
H1.HeaderClassName
{
color: #370F9A;
}
.AnyTagClassName
{
color: #370F9A;
}
</style>
background-color css
<style>
a { background-color: #370F9A; }
a { background-color: rgb(55,15,154); }
div.DivClassName
{
background-color: #370F9A;
}
.BgClassName
{
background-color: #370F9A;
}
</style>
border-color css
<style>
span { border-color: #370F9A; }
span { border-color: rgb(55,15,154); }
td.TdClassName
{
border-color: #370F9A;
}
.TagClassName
{
border-color: #370F9A;
}
</style>