Shades of Persian Indigo #370DA5
Tints of Persian Indigo #370DA5
RGB
CMYK
RGB Variations
Color information
#370DA5 (or 0x370DA5) is known color: Persian Indigo. HEX triplet: 37, 0D and A5. RGB value is (55,13,165). Sum of RGB (Red+Green+Blue) = 55+13+165=233 (30% of max value = 765). Red value is 55 (21.88% from 255 or 23.61% from 233); Green value is 13 (5.47% from 255 or 5.58% from 233); Blue value is 165 (64.84% from 255 or 70.82% from 233); Max value from RGB is 165 - color contains mainly: blue. Hex color #370DA5 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #370DA5 is #C8F25A. Grayscale: #2A2A2A. Windows color (decimal): -13169243 or 10816823. OLE color: 10816823.
HSL color Cylindrical-coordinate representation of color #370DA5: hue angle of 256.58º degrees, saturation: 0.85, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #370DA5 is Cyan = 0.67, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 55 | 13 | 165 | - |
| CMYK | 0.67 | 0.92 | 0 | 0.35 |
| HSL | 256.58º | 0.85% | 0.35% | - |
| HSV(B) | 256.58º | 0.92% | 0.65% | - |
| XYZ | 8.51 | 3.82 | 35.89 | - |
| YUV | 42.89 | 196.91 | 136.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 13 | 165 | 0.67 | 0.92 | 0 | 0.35 | 256.58 | 0.85 | 0.35 |
| Hex | 37 | D | A5 | 43 | 5C | 0 | 23 | 101 | 55 | 23 |
| Octal | 67 | 15 | 245 | 103 | 134 | 0 | 43 | 401 | 125 | 43 |
| Binary | 110111 | 1101 | 10100101 | 1000011 | 1011100 | 0 | 100011 | 100000001 | 1010101 | 100011 |
Color Harmonies of #370DA5
Complementary color
Monochromatic Colors of #370DA5
Black with #370DA5
Text Example
Text Example
White with #370DA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #370DA5; }
p { color: rgb(55,13,165); }
H1.HeaderClassName
{
color: #370DA5;
}
.AnyTagClassName
{
color: #370DA5;
}
</style>
background-color css
<style>
a { background-color: #370DA5; }
a { background-color: rgb(55,13,165); }
div.DivClassName
{
background-color: #370DA5;
}
.BgClassName
{
background-color: #370DA5;
}
</style>
border-color css
<style>
span { border-color: #370DA5; }
span { border-color: rgb(55,13,165); }
td.TdClassName
{
border-color: #370DA5;
}
.TagClassName
{
border-color: #370DA5;
}
</style>