Shades of Persian Indigo #370D92
Tints of Persian Indigo #370D92
RGB
CMYK
RGB Variations
Color information
#370D92 (or 0x370D92) is known color: Persian Indigo. HEX triplet: 37, 0D and 92. RGB value is (55,13,146). Sum of RGB (Red+Green+Blue) = 55+13+146=214 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.70% from 214); Green value is 13 (5.47% from 255 or 6.07% from 214); Blue value is 146 (57.42% from 255 or 68.22% from 214); Max value from RGB is 146 - color contains mainly: blue. Hex color #370D92 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #370D92 is #C8F26D. Grayscale: #282828. Windows color (decimal): -13169262 or 9571639. OLE color: 9571639.
HSL color Cylindrical-coordinate representation of color #370D92: hue angle of 258.95º degrees, saturation: 0.84, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #370D92 is Cyan = 0.62, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 55 | 13 | 146 | - |
| CMYK | 0.62 | 0.91 | 0 | 0.43 |
| HSL | 258.95º | 0.84% | 0.31% | - |
| HSV(B) | 258.95º | 0.91% | 0.57% | - |
| XYZ | 6.91 | 3.18 | 27.44 | - |
| YUV | 40.72 | 187.41 | 138.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 13 | 146 | 0.62 | 0.91 | 0 | 0.43 | 258.95 | 0.84 | 0.31 |
| Hex | 37 | D | 92 | 3E | 5B | 0 | 2B | 103 | 54 | 1F |
| Octal | 67 | 15 | 222 | 76 | 133 | 0 | 53 | 403 | 124 | 37 |
| Binary | 110111 | 1101 | 10010010 | 111110 | 1011011 | 0 | 101011 | 100000011 | 1010100 | 11111 |
Color Harmonies of #370D92
Complementary color
Monochromatic Colors of #370D92
Black with #370D92
Text Example
Text Example
White with #370D92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #370D92; }
p { color: rgb(55,13,146); }
H1.HeaderClassName
{
color: #370D92;
}
.AnyTagClassName
{
color: #370D92;
}
</style>
background-color css
<style>
a { background-color: #370D92; }
a { background-color: rgb(55,13,146); }
div.DivClassName
{
background-color: #370D92;
}
.BgClassName
{
background-color: #370D92;
}
</style>
border-color css
<style>
span { border-color: #370D92; }
span { border-color: rgb(55,13,146); }
td.TdClassName
{
border-color: #370D92;
}
.TagClassName
{
border-color: #370D92;
}
</style>