Shades of Persian Indigo #370A8A
Tints of Persian Indigo #370A8A
RGB
CMYK
RGB Variations
Color information
#370A8A (or 0x370A8A) is known color: Persian Indigo. HEX triplet: 37, 0A and 8A. RGB value is (55,10,138). Sum of RGB (Red+Green+Blue) = 55+10+138=203 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.09% from 203); Green value is 10 (4.30% from 255 or 4.93% from 203); Blue value is 138 (54.30% from 255 or 67.98% from 203); Max value from RGB is 138 - color contains mainly: blue. Hex color #370A8A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #370A8A is #C8F575. Grayscale: #252525. Windows color (decimal): -13170038 or 9046583. OLE color: 9046583.
HSL color Cylindrical-coordinate representation of color #370A8A: hue angle of 261.09º degrees, saturation: 0.86, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #370A8A is Cyan = 0.60, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 55 | 10 | 138 | - |
| CMYK | 0.60 | 0.93 | 0 | 0.46 |
| HSL | 261.09º | 0.86% | 0.29% | - |
| HSV(B) | 261.09º | 0.93% | 0.54% | - |
| XYZ | 6.27 | 2.86 | 24.27 | - |
| YUV | 38.05 | 184.41 | 140.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 10 | 138 | 0.60 | 0.93 | 0 | 0.46 | 261.09 | 0.86 | 0.29 |
| Hex | 37 | A | 8A | 3C | 5D | 0 | 2E | 105 | 56 | 1D |
| Octal | 67 | 12 | 212 | 74 | 135 | 0 | 56 | 405 | 126 | 35 |
| Binary | 110111 | 1010 | 10001010 | 111100 | 1011101 | 0 | 101110 | 100000101 | 1010110 | 11101 |
Color Harmonies of #370A8A
Complementary color
Monochromatic Colors of #370A8A
Black with #370A8A
Text Example
Text Example
White with #370A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #370A8A; }
p { color: rgb(55,10,138); }
H1.HeaderClassName
{
color: #370A8A;
}
.AnyTagClassName
{
color: #370A8A;
}
</style>
background-color css
<style>
a { background-color: #370A8A; }
a { background-color: rgb(55,10,138); }
div.DivClassName
{
background-color: #370A8A;
}
.BgClassName
{
background-color: #370A8A;
}
</style>
border-color css
<style>
span { border-color: #370A8A; }
span { border-color: rgb(55,10,138); }
td.TdClassName
{
border-color: #370A8A;
}
.TagClassName
{
border-color: #370A8A;
}
</style>