Shades of Persian Indigo #370C9C
Tints of Persian Indigo #370C9C
RGB
CMYK
RGB Variations
Color information
#370C9C (or 0x370C9C) is known color: Persian Indigo. HEX triplet: 37, 0C and 9C. RGB value is (55,12,156). Sum of RGB (Red+Green+Blue) = 55+12+156=223 (29% of max value = 765). Red value is 55 (21.88% from 255 or 24.66% from 223); Green value is 12 (5.08% from 255 or 5.38% from 223); Blue value is 156 (61.33% from 255 or 69.96% from 223); Max value from RGB is 156 - color contains mainly: blue. Hex color #370C9C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #370C9C is #C8F363. Grayscale: #282828. Windows color (decimal): -13169508 or 10226743. OLE color: 10226743.
HSL color Cylindrical-coordinate representation of color #370C9C: hue angle of 257.92º degrees, saturation: 0.86, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #370C9C is Cyan = 0.65, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 55 | 12 | 156 | - |
| CMYK | 0.65 | 0.92 | 0 | 0.39 |
| HSL | 257.92º | 0.86% | 0.33% | - |
| HSV(B) | 257.92º | 0.92% | 0.61% | - |
| XYZ | 7.71 | 3.48 | 31.72 | - |
| YUV | 41.27 | 192.75 | 137.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 12 | 156 | 0.65 | 0.92 | 0 | 0.39 | 257.92 | 0.86 | 0.33 |
| Hex | 37 | C | 9C | 41 | 5C | 0 | 27 | 102 | 56 | 21 |
| Octal | 67 | 14 | 234 | 101 | 134 | 0 | 47 | 402 | 126 | 41 |
| Binary | 110111 | 1100 | 10011100 | 1000001 | 1011100 | 0 | 100111 | 100000010 | 1010110 | 100001 |
Color Harmonies of #370C9C
Complementary color
Monochromatic Colors of #370C9C
Black with #370C9C
Text Example
Text Example
White with #370C9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #370C9C; }
p { color: rgb(55,12,156); }
H1.HeaderClassName
{
color: #370C9C;
}
.AnyTagClassName
{
color: #370C9C;
}
</style>
background-color css
<style>
a { background-color: #370C9C; }
a { background-color: rgb(55,12,156); }
div.DivClassName
{
background-color: #370C9C;
}
.BgClassName
{
background-color: #370C9C;
}
</style>
border-color css
<style>
span { border-color: #370C9C; }
span { border-color: rgb(55,12,156); }
td.TdClassName
{
border-color: #370C9C;
}
.TagClassName
{
border-color: #370C9C;
}
</style>