Shades of Persian Indigo #370C8E
Tints of Persian Indigo #370C8E
RGB
CMYK
RGB Variations
Color information
#370C8E (or 0x370C8E) is known color: Persian Indigo. HEX triplet: 37, 0C and 8E. RGB value is (55,12,142). Sum of RGB (Red+Green+Blue) = 55+12+142=209 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.32% from 209); Green value is 12 (5.08% from 255 or 5.74% from 209); Blue value is 142 (55.86% from 255 or 67.94% from 209); Max value from RGB is 142 - color contains mainly: blue. Hex color #370C8E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #370C8E is #C8F371. Grayscale: #272727. Windows color (decimal): -13169522 or 9309239. OLE color: 9309239.
HSL color Cylindrical-coordinate representation of color #370C8E: hue angle of 259.85º degrees, saturation: 0.84, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #370C8E is Cyan = 0.61, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 55 | 12 | 142 | - |
| CMYK | 0.61 | 0.92 | 0 | 0.44 |
| HSL | 259.85º | 0.84% | 0.3% | - |
| HSV(B) | 259.85º | 0.92% | 0.56% | - |
| XYZ | 6.59 | 3.03 | 25.83 | - |
| YUV | 39.68 | 185.75 | 138.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 12 | 142 | 0.61 | 0.92 | 0 | 0.44 | 259.85 | 0.84 | 0.3 |
| Hex | 37 | C | 8E | 3D | 5C | 0 | 2C | 104 | 54 | 1E |
| Octal | 67 | 14 | 216 | 75 | 134 | 0 | 54 | 404 | 124 | 36 |
| Binary | 110111 | 1100 | 10001110 | 111101 | 1011100 | 0 | 101100 | 100000100 | 1010100 | 11110 |
Color Harmonies of #370C8E
Complementary color
Monochromatic Colors of #370C8E
Black with #370C8E
Text Example
Text Example
White with #370C8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #370C8E; }
p { color: rgb(55,12,142); }
H1.HeaderClassName
{
color: #370C8E;
}
.AnyTagClassName
{
color: #370C8E;
}
</style>
background-color css
<style>
a { background-color: #370C8E; }
a { background-color: rgb(55,12,142); }
div.DivClassName
{
background-color: #370C8E;
}
.BgClassName
{
background-color: #370C8E;
}
</style>
border-color css
<style>
span { border-color: #370C8E; }
span { border-color: rgb(55,12,142); }
td.TdClassName
{
border-color: #370C8E;
}
.TagClassName
{
border-color: #370C8E;
}
</style>