Shades of Persian Indigo #36109D
Tints of Persian Indigo #36109D
RGB
CMYK
RGB Variations
Color information
#36109D (or 0x36109D) is known color: Persian Indigo. HEX triplet: 36, 10 and 9D. RGB value is (54,16,157). Sum of RGB (Red+Green+Blue) = 54+16+157=227 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.79% from 227); Green value is 16 (6.64% from 255 or 7.05% from 227); Blue value is 157 (61.72% from 255 or 69.16% from 227); Max value from RGB is 157 - color contains mainly: blue. Hex color #36109D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #36109D is #C9EF62. Grayscale: #2A2A2A. Windows color (decimal): -13234019 or 10293302. OLE color: 10293302.
HSL color Cylindrical-coordinate representation of color #36109D: hue angle of 256.17º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #36109D is Cyan = 0.66, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 54 | 16 | 157 | - |
| CMYK | 0.66 | 0.90 | 0 | 0.38 |
| HSL | 256.17º | 0.82% | 0.34% | - |
| HSV(B) | 256.17º | 0.9% | 0.62% | - |
| XYZ | 7.79 | 3.59 | 32.18 | - |
| YUV | 43.44 | 192.09 | 135.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 16 | 157 | 0.66 | 0.90 | 0 | 0.38 | 256.17 | 0.82 | 0.34 |
| Hex | 36 | 10 | 9D | 42 | 5A | 0 | 26 | 100 | 52 | 22 |
| Octal | 66 | 20 | 235 | 102 | 132 | 0 | 46 | 400 | 122 | 42 |
| Binary | 110110 | 10000 | 10011101 | 1000010 | 1011010 | 0 | 100110 | 100000000 | 1010010 | 100010 |
Color Harmonies of #36109D
Complementary color
Monochromatic Colors of #36109D
Black with #36109D
Text Example
Text Example
White with #36109D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36109D; }
p { color: rgb(54,16,157); }
H1.HeaderClassName
{
color: #36109D;
}
.AnyTagClassName
{
color: #36109D;
}
</style>
background-color css
<style>
a { background-color: #36109D; }
a { background-color: rgb(54,16,157); }
div.DivClassName
{
background-color: #36109D;
}
.BgClassName
{
background-color: #36109D;
}
</style>
border-color css
<style>
span { border-color: #36109D; }
span { border-color: rgb(54,16,157); }
td.TdClassName
{
border-color: #36109D;
}
.TagClassName
{
border-color: #36109D;
}
</style>