Shades of Persian Indigo #370C76
Tints of Persian Indigo #370C76
RGB
CMYK
RGB Variations
Color information
#370C76 (or 0x370C76) is known color: Persian Indigo. HEX triplet: 37, 0C and 76. RGB value is (55,12,118). Sum of RGB (Red+Green+Blue) = 55+12+118=185 (24% of max value = 765). Red value is 55 (21.88% from 255 or 29.73% from 185); Green value is 12 (5.08% from 255 or 6.49% from 185); Blue value is 118 (46.48% from 255 or 63.78% from 185); Max value from RGB is 118 - color contains mainly: blue. Hex color #370C76 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #370C76 is #C8F389. Grayscale: #242424. Windows color (decimal): -13169546 or 7736375. OLE color: 7736375.
HSL color Cylindrical-coordinate representation of color #370C76: hue angle of 264.34º degrees, saturation: 0.82, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #370C76 is Cyan = 0.53, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 55 | 12 | 118 | - |
| CMYK | 0.53 | 0.90 | 0 | 0.54 |
| HSL | 264.34º | 0.82% | 0.25% | - |
| HSV(B) | 264.34º | 0.9% | 0.46% | - |
| XYZ | 4.98 | 2.38 | 17.34 | - |
| YUV | 36.94 | 173.75 | 140.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 12 | 118 | 0.53 | 0.90 | 0 | 0.54 | 264.34 | 0.82 | 0.25 |
| Hex | 37 | C | 76 | 35 | 5A | 0 | 36 | 108 | 52 | 19 |
| Octal | 67 | 14 | 166 | 65 | 132 | 0 | 66 | 410 | 122 | 31 |
| Binary | 110111 | 1100 | 1110110 | 110101 | 1011010 | 0 | 110110 | 100001000 | 1010010 | 11001 |
Color Harmonies of #370C76
Complementary color
Monochromatic Colors of #370C76
Black with #370C76
Text Example
Text Example
White with #370C76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #370C76; }
p { color: rgb(55,12,118); }
H1.HeaderClassName
{
color: #370C76;
}
.AnyTagClassName
{
color: #370C76;
}
</style>
background-color css
<style>
a { background-color: #370C76; }
a { background-color: rgb(55,12,118); }
div.DivClassName
{
background-color: #370C76;
}
.BgClassName
{
background-color: #370C76;
}
</style>
border-color css
<style>
span { border-color: #370C76; }
span { border-color: rgb(55,12,118); }
td.TdClassName
{
border-color: #370C76;
}
.TagClassName
{
border-color: #370C76;
}
</style>