Shades of Persian Indigo #37109A
Tints of Persian Indigo #37109A
RGB
CMYK
RGB Variations
Color information
#37109A (or 0x37109A) is known color: Persian Indigo. HEX triplet: 37, 10 and 9A. RGB value is (55,16,154). Sum of RGB (Red+Green+Blue) = 55+16+154=225 (29% of max value = 765). Red value is 55 (21.88% from 255 or 24.44% from 225); Green value is 16 (6.64% from 255 or 7.11% from 225); Blue value is 154 (60.55% from 255 or 68.44% from 225); Max value from RGB is 154 - color contains mainly: blue. Hex color #37109A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #37109A is #C8EF65. Grayscale: #2A2A2A. Windows color (decimal): -13168486 or 10096695. OLE color: 10096695.
HSL color Cylindrical-coordinate representation of color #37109A: hue angle of 256.96º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #37109A is Cyan = 0.64, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 55 | 16 | 154 | - |
| CMYK | 0.64 | 0.90 | 0 | 0.40 |
| HSL | 256.96º | 0.81% | 0.33% | - |
| HSV(B) | 256.96º | 0.9% | 0.6% | - |
| XYZ | 7.59 | 3.52 | 30.85 | - |
| YUV | 43.39 | 190.42 | 136.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 16 | 154 | 0.64 | 0.90 | 0 | 0.40 | 256.96 | 0.81 | 0.33 |
| Hex | 37 | 10 | 9A | 40 | 5A | 0 | 28 | 101 | 51 | 21 |
| Octal | 67 | 20 | 232 | 100 | 132 | 0 | 50 | 401 | 121 | 41 |
| Binary | 110111 | 10000 | 10011010 | 1000000 | 1011010 | 0 | 101000 | 100000001 | 1010001 | 100001 |
Color Harmonies of #37109A
Complementary color
Monochromatic Colors of #37109A
Black with #37109A
Text Example
Text Example
White with #37109A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37109A; }
p { color: rgb(55,16,154); }
H1.HeaderClassName
{
color: #37109A;
}
.AnyTagClassName
{
color: #37109A;
}
</style>
background-color css
<style>
a { background-color: #37109A; }
a { background-color: rgb(55,16,154); }
div.DivClassName
{
background-color: #37109A;
}
.BgClassName
{
background-color: #37109A;
}
</style>
border-color css
<style>
span { border-color: #37109A; }
span { border-color: rgb(55,16,154); }
td.TdClassName
{
border-color: #37109A;
}
.TagClassName
{
border-color: #37109A;
}
</style>