Shades of Persian Indigo #36166E
Tints of Persian Indigo #36166E
RGB
CMYK
RGB Variations
Color information
#36166E (or 0x36166E) is known color: Persian Indigo. HEX triplet: 36, 16 and 6E. RGB value is (54,22,110). Sum of RGB (Red+Green+Blue) = 54+22+110=186 (24% of max value = 765). Red value is 54 (21.48% from 255 or 29.03% from 186); Green value is 22 (8.98% from 255 or 11.83% from 186); Blue value is 110 (43.36% from 255 or 59.14% from 186); Max value from RGB is 110 - color contains mainly: blue. Hex color #36166E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #36166E is #C9E991. Grayscale: #292929. Windows color (decimal): -13232530 or 7214646. OLE color: 7214646.
HSL color Cylindrical-coordinate representation of color #36166E: hue angle of 261.82º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #36166E is Cyan = 0.51, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 54 | 22 | 110 | - |
| CMYK | 0.51 | 0.8 | 0 | 0.57 |
| HSL | 261.82º | 0.67% | 0.26% | - |
| HSV(B) | 261.82º | 0.8% | 0.43% | - |
| XYZ | 4.62 | 2.48 | 14.99 | - |
| YUV | 41.6 | 166.6 | 136.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 22 | 110 | 0.51 | 0.8 | 0 | 0.57 | 261.82 | 0.67 | 0.26 |
| Hex | 36 | 16 | 6E | 33 | 50 | 0 | 39 | 106 | 43 | 1A |
| Octal | 66 | 26 | 156 | 63 | 120 | 0 | 71 | 406 | 103 | 32 |
| Binary | 110110 | 10110 | 1101110 | 110011 | 1010000 | 0 | 111001 | 100000110 | 1000011 | 11010 |
Color Harmonies of #36166E
Complementary color
Monochromatic Colors of #36166E
Black with #36166E
Text Example
Text Example
White with #36166E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36166E; }
p { color: rgb(54,22,110); }
H1.HeaderClassName
{
color: #36166E;
}
.AnyTagClassName
{
color: #36166E;
}
</style>
background-color css
<style>
a { background-color: #36166E; }
a { background-color: rgb(54,22,110); }
div.DivClassName
{
background-color: #36166E;
}
.BgClassName
{
background-color: #36166E;
}
</style>
border-color css
<style>
span { border-color: #36166E; }
span { border-color: rgb(54,22,110); }
td.TdClassName
{
border-color: #36166E;
}
.TagClassName
{
border-color: #36166E;
}
</style>