Shades of Persian Indigo #370C9D
Tints of Persian Indigo #370C9D
RGB
CMYK
RGB Variations
Color information
#370C9D (or 0x370C9D) is known color: Persian Indigo. HEX triplet: 37, 0C and 9D. RGB value is (55,12,157). Sum of RGB (Red+Green+Blue) = 55+12+157=224 (29% of max value = 765). Red value is 55 (21.88% from 255 or 24.55% from 224); Green value is 12 (5.08% from 255 or 5.36% from 224); Blue value is 157 (61.72% from 255 or 70.09% from 224); Max value from RGB is 157 - color contains mainly: blue. Hex color #370C9D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #370C9D is #C8F362. Grayscale: #282828. Windows color (decimal): -13169507 or 10292279. OLE color: 10292279.
HSL color Cylindrical-coordinate representation of color #370C9D: hue angle of 257.79º degrees, saturation: 0.86, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #370C9D is Cyan = 0.65, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 55 | 12 | 157 | - |
| CMYK | 0.65 | 0.92 | 0 | 0.38 |
| HSL | 257.79º | 0.86% | 0.33% | - |
| HSV(B) | 257.79º | 0.92% | 0.62% | - |
| XYZ | 7.79 | 3.51 | 32.16 | - |
| YUV | 41.39 | 193.25 | 137.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 12 | 157 | 0.65 | 0.92 | 0 | 0.38 | 257.79 | 0.86 | 0.33 |
| Hex | 37 | C | 9D | 41 | 5C | 0 | 26 | 102 | 56 | 21 |
| Octal | 67 | 14 | 235 | 101 | 134 | 0 | 46 | 402 | 126 | 41 |
| Binary | 110111 | 1100 | 10011101 | 1000001 | 1011100 | 0 | 100110 | 100000010 | 1010110 | 100001 |
Color Harmonies of #370C9D
Complementary color
Monochromatic Colors of #370C9D
Black with #370C9D
Text Example
Text Example
White with #370C9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #370C9D; }
p { color: rgb(55,12,157); }
H1.HeaderClassName
{
color: #370C9D;
}
.AnyTagClassName
{
color: #370C9D;
}
</style>
background-color css
<style>
a { background-color: #370C9D; }
a { background-color: rgb(55,12,157); }
div.DivClassName
{
background-color: #370C9D;
}
.BgClassName
{
background-color: #370C9D;
}
</style>
border-color css
<style>
span { border-color: #370C9D; }
span { border-color: rgb(55,12,157); }
td.TdClassName
{
border-color: #370C9D;
}
.TagClassName
{
border-color: #370C9D;
}
</style>