Shades of Persian Indigo #36138D
Tints of Persian Indigo #36138D
RGB
CMYK
RGB Variations
Color information
#36138D (or 0x36138D) is known color: Persian Indigo. HEX triplet: 36, 13 and 8D. RGB value is (54,19,141). Sum of RGB (Red+Green+Blue) = 54+19+141=214 (28% of max value = 765). Red value is 54 (21.48% from 255 or 25.23% from 214); Green value is 19 (7.81% from 255 or 8.88% from 214); Blue value is 141 (55.47% from 255 or 65.89% from 214); Max value from RGB is 141 - color contains mainly: blue. Hex color #36138D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #36138D is #C9EC72. Grayscale: #2A2A2A. Windows color (decimal): -13233267 or 9245494. OLE color: 9245494.
HSL color Cylindrical-coordinate representation of color #36138D: hue angle of 257.21º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #36138D is Cyan = 0.62, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 54 | 19 | 141 | - |
| CMYK | 0.62 | 0.87 | 0 | 0.45 |
| HSL | 257.21º | 0.76% | 0.31% | - |
| HSV(B) | 257.21º | 0.87% | 0.55% | - |
| XYZ | 6.56 | 3.17 | 25.47 | - |
| YUV | 43.37 | 183.1 | 135.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 19 | 141 | 0.62 | 0.87 | 0 | 0.45 | 257.21 | 0.76 | 0.31 |
| Hex | 36 | 13 | 8D | 3E | 57 | 0 | 2D | 101 | 4C | 1F |
| Octal | 66 | 23 | 215 | 76 | 127 | 0 | 55 | 401 | 114 | 37 |
| Binary | 110110 | 10011 | 10001101 | 111110 | 1010111 | 0 | 101101 | 100000001 | 1001100 | 11111 |
Color Harmonies of #36138D
Complementary color
Monochromatic Colors of #36138D
Black with #36138D
Text Example
Text Example
White with #36138D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36138D; }
p { color: rgb(54,19,141); }
H1.HeaderClassName
{
color: #36138D;
}
.AnyTagClassName
{
color: #36138D;
}
</style>
background-color css
<style>
a { background-color: #36138D; }
a { background-color: rgb(54,19,141); }
div.DivClassName
{
background-color: #36138D;
}
.BgClassName
{
background-color: #36138D;
}
</style>
border-color css
<style>
span { border-color: #36138D; }
span { border-color: rgb(54,19,141); }
td.TdClassName
{
border-color: #36138D;
}
.TagClassName
{
border-color: #36138D;
}
</style>