Shades of Persian Indigo #370A85
Tints of Persian Indigo #370A85
RGB
CMYK
RGB Variations
Color information
#370A85 (or 0x370A85) is known color: Persian Indigo. HEX triplet: 37, 0A and 85. RGB value is (55,10,133). Sum of RGB (Red+Green+Blue) = 55+10+133=198 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.78% from 198); Green value is 10 (4.30% from 255 or 5.05% from 198); Blue value is 133 (52.34% from 255 or 67.17% from 198); Max value from RGB is 133 - color contains mainly: blue. Hex color #370A85 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #370A85 is #C8F57A. Grayscale: #252525. Windows color (decimal): -13170043 or 8718903. OLE color: 8718903.
HSL color Cylindrical-coordinate representation of color #370A85: hue angle of 261.95º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #370A85 is Cyan = 0.59, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 55 | 10 | 133 | - |
| CMYK | 0.59 | 0.92 | 0 | 0.48 |
| HSL | 261.95º | 0.86% | 0.28% | - |
| HSV(B) | 261.95º | 0.92% | 0.52% | - |
| XYZ | 5.92 | 2.72 | 22.4 | - |
| YUV | 37.48 | 181.91 | 140.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 10 | 133 | 0.59 | 0.92 | 0 | 0.48 | 261.95 | 0.86 | 0.28 |
| Hex | 37 | A | 85 | 3B | 5C | 0 | 30 | 106 | 56 | 1C |
| Octal | 67 | 12 | 205 | 73 | 134 | 0 | 60 | 406 | 126 | 34 |
| Binary | 110111 | 1010 | 10000101 | 111011 | 1011100 | 0 | 110000 | 100000110 | 1010110 | 11100 |
Color Harmonies of #370A85
Complementary color
Monochromatic Colors of #370A85
Black with #370A85
Text Example
Text Example
White with #370A85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #370A85; }
p { color: rgb(55,10,133); }
H1.HeaderClassName
{
color: #370A85;
}
.AnyTagClassName
{
color: #370A85;
}
</style>
background-color css
<style>
a { background-color: #370A85; }
a { background-color: rgb(55,10,133); }
div.DivClassName
{
background-color: #370A85;
}
.BgClassName
{
background-color: #370A85;
}
</style>
border-color css
<style>
span { border-color: #370A85; }
span { border-color: rgb(55,10,133); }
td.TdClassName
{
border-color: #370A85;
}
.TagClassName
{
border-color: #370A85;
}
</style>