Shades of Persian Indigo #370C9E
Tints of Persian Indigo #370C9E
RGB
CMYK
RGB Variations
Color information
#370C9E (or 0x370C9E) is known color: Persian Indigo. HEX triplet: 37, 0C and 9E. RGB value is (55,12,158). Sum of RGB (Red+Green+Blue) = 55+12+158=225 (29% of max value = 765). Red value is 55 (21.88% from 255 or 24.44% from 225); Green value is 12 (5.08% from 255 or 5.33% from 225); Blue value is 158 (62.11% from 255 or 70.22% from 225); Max value from RGB is 158 - color contains mainly: blue. Hex color #370C9E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #370C9E is #C8F361. Grayscale: #282828. Windows color (decimal): -13169506 or 10357815. OLE color: 10357815.
HSL color Cylindrical-coordinate representation of color #370C9E: hue angle of 257.67º 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 #370C9E is Cyan = 0.65, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 55 | 12 | 158 | - |
| CMYK | 0.65 | 0.92 | 0 | 0.38 |
| HSL | 257.67º | 0.86% | 0.33% | - |
| HSV(B) | 257.67º | 0.92% | 0.62% | - |
| XYZ | 7.88 | 3.54 | 32.62 | - |
| YUV | 41.5 | 193.75 | 137.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 12 | 158 | 0.65 | 0.92 | 0 | 0.38 | 257.67 | 0.86 | 0.33 |
| Hex | 37 | C | 9E | 41 | 5C | 0 | 26 | 102 | 56 | 21 |
| Octal | 67 | 14 | 236 | 101 | 134 | 0 | 46 | 402 | 126 | 41 |
| Binary | 110111 | 1100 | 10011110 | 1000001 | 1011100 | 0 | 100110 | 100000010 | 1010110 | 100001 |
Color Harmonies of #370C9E
Complementary color
Monochromatic Colors of #370C9E
Black with #370C9E
Text Example
Text Example
White with #370C9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #370C9E; }
p { color: rgb(55,12,158); }
H1.HeaderClassName
{
color: #370C9E;
}
.AnyTagClassName
{
color: #370C9E;
}
</style>
background-color css
<style>
a { background-color: #370C9E; }
a { background-color: rgb(55,12,158); }
div.DivClassName
{
background-color: #370C9E;
}
.BgClassName
{
background-color: #370C9E;
}
</style>
border-color css
<style>
span { border-color: #370C9E; }
span { border-color: rgb(55,12,158); }
td.TdClassName
{
border-color: #370C9E;
}
.TagClassName
{
border-color: #370C9E;
}
</style>