Shades of Persian Indigo #36127E
Tints of Persian Indigo #36127E
RGB
CMYK
RGB Variations
Color information
#36127E (or 0x36127E) is known color: Persian Indigo. HEX triplet: 36, 12 and 7E. RGB value is (54,18,126). Sum of RGB (Red+Green+Blue) = 54+18+126=198 (26% of max value = 765). Red value is 54 (21.48% from 255 or 27.27% from 198); Green value is 18 (7.42% from 255 or 9.09% from 198); Blue value is 126 (49.61% from 255 or 63.64% from 198); Max value from RGB is 126 - color contains mainly: blue. Hex color #36127E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #36127E is #C9ED81. Grayscale: #282828. Windows color (decimal): -13233538 or 8262198. OLE color: 8262198.
HSL color Cylindrical-coordinate representation of color #36127E: hue angle of 260º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #36127E is Cyan = 0.57, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 54 | 18 | 126 | - |
| CMYK | 0.57 | 0.86 | 0 | 0.51 |
| HSL | 260º | 0.75% | 0.28% | - |
| HSV(B) | 260º | 0.86% | 0.49% | - |
| XYZ | 5.5 | 2.72 | 19.97 | - |
| YUV | 41.08 | 175.93 | 137.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 18 | 126 | 0.57 | 0.86 | 0 | 0.51 | 260 | 0.75 | 0.28 |
| Hex | 36 | 12 | 7E | 39 | 56 | 0 | 33 | 104 | 4B | 1C |
| Octal | 66 | 22 | 176 | 71 | 126 | 0 | 63 | 404 | 113 | 34 |
| Binary | 110110 | 10010 | 1111110 | 111001 | 1010110 | 0 | 110011 | 100000100 | 1001011 | 11100 |
Color Harmonies of #36127E
Complementary color
Monochromatic Colors of #36127E
Black with #36127E
Text Example
Text Example
White with #36127E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36127E; }
p { color: rgb(54,18,126); }
H1.HeaderClassName
{
color: #36127E;
}
.AnyTagClassName
{
color: #36127E;
}
</style>
background-color css
<style>
a { background-color: #36127E; }
a { background-color: rgb(54,18,126); }
div.DivClassName
{
background-color: #36127E;
}
.BgClassName
{
background-color: #36127E;
}
</style>
border-color css
<style>
span { border-color: #36127E; }
span { border-color: rgb(54,18,126); }
td.TdClassName
{
border-color: #36127E;
}
.TagClassName
{
border-color: #36127E;
}
</style>