Shades of Persian Indigo #370A75
Tints of Persian Indigo #370A75
RGB
CMYK
RGB Variations
Color information
#370A75 (or 0x370A75) is known color: Persian Indigo. HEX triplet: 37, 0A and 75. RGB value is (55,10,117). Sum of RGB (Red+Green+Blue) = 55+10+117=182 (24% of max value = 765). Red value is 55 (21.88% from 255 or 30.22% from 182); Green value is 10 (4.30% from 255 or 5.49% from 182); Blue value is 117 (46.09% from 255 or 64.29% from 182); Max value from RGB is 117 - color contains mainly: blue. Hex color #370A75 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #370A75 is #C8F58A. Grayscale: #232323. Windows color (decimal): -13170059 or 7670327. OLE color: 7670327.
HSL color Cylindrical-coordinate representation of color #370A75: hue angle of 265.23º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #370A75 is Cyan = 0.53, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 55 | 10 | 117 | - |
| CMYK | 0.53 | 0.91 | 0 | 0.54 |
| HSL | 265.23º | 0.84% | 0.25% | - |
| HSV(B) | 265.23º | 0.91% | 0.46% | - |
| XYZ | 4.89 | 2.31 | 17.02 | - |
| YUV | 35.65 | 173.91 | 141.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 10 | 117 | 0.53 | 0.91 | 0 | 0.54 | 265.23 | 0.84 | 0.25 |
| Hex | 37 | A | 75 | 35 | 5B | 0 | 36 | 109 | 54 | 19 |
| Octal | 67 | 12 | 165 | 65 | 133 | 0 | 66 | 411 | 124 | 31 |
| Binary | 110111 | 1010 | 1110101 | 110101 | 1011011 | 0 | 110110 | 100001001 | 1010100 | 11001 |
Color Harmonies of #370A75
Complementary color
Monochromatic Colors of #370A75
Black with #370A75
Text Example
Text Example
White with #370A75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #370A75; }
p { color: rgb(55,10,117); }
H1.HeaderClassName
{
color: #370A75;
}
.AnyTagClassName
{
color: #370A75;
}
</style>
background-color css
<style>
a { background-color: #370A75; }
a { background-color: rgb(55,10,117); }
div.DivClassName
{
background-color: #370A75;
}
.BgClassName
{
background-color: #370A75;
}
</style>
border-color css
<style>
span { border-color: #370A75; }
span { border-color: rgb(55,10,117); }
td.TdClassName
{
border-color: #370A75;
}
.TagClassName
{
border-color: #370A75;
}
</style>