Shades of Persian Indigo #36097A
Tints of Persian Indigo #36097A
RGB
CMYK
RGB Variations
Color information
#36097A (or 0x36097A) is known color: Persian Indigo. HEX triplet: 36, 09 and 7A. RGB value is (54,9,122). Sum of RGB (Red+Green+Blue) = 54+9+122=185 (24% of max value = 765). Red value is 54 (21.48% from 255 or 29.19% from 185); Green value is 9 (3.91% from 255 or 4.86% from 185); Blue value is 122 (48.05% from 255 or 65.95% from 185); Max value from RGB is 122 - color contains mainly: blue. Hex color #36097A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #36097A is #C9F685. Grayscale: #222222. Windows color (decimal): -13235846 or 7997750. OLE color: 7997750.
HSL color Cylindrical-coordinate representation of color #36097A: hue angle of 263.89º degrees, saturation: 0.86, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #36097A is Cyan = 0.56, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 54 | 9 | 122 | - |
| CMYK | 0.56 | 0.93 | 0 | 0.52 |
| HSL | 263.89º | 0.86% | 0.26% | - |
| HSV(B) | 263.89º | 0.93% | 0.48% | - |
| XYZ | 5.13 | 2.38 | 18.6 | - |
| YUV | 35.34 | 176.91 | 141.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 9 | 122 | 0.56 | 0.93 | 0 | 0.52 | 263.89 | 0.86 | 0.26 |
| Hex | 36 | 9 | 7A | 38 | 5D | 0 | 34 | 108 | 56 | 1A |
| Octal | 66 | 11 | 172 | 70 | 135 | 0 | 64 | 410 | 126 | 32 |
| Binary | 110110 | 1001 | 1111010 | 111000 | 1011101 | 0 | 110100 | 100001000 | 1010110 | 11010 |
Color Harmonies of #36097A
Complementary color
Monochromatic Colors of #36097A
Black with #36097A
Text Example
Text Example
White with #36097A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36097A; }
p { color: rgb(54,9,122); }
H1.HeaderClassName
{
color: #36097A;
}
.AnyTagClassName
{
color: #36097A;
}
</style>
background-color css
<style>
a { background-color: #36097A; }
a { background-color: rgb(54,9,122); }
div.DivClassName
{
background-color: #36097A;
}
.BgClassName
{
background-color: #36097A;
}
</style>
border-color css
<style>
span { border-color: #36097A; }
span { border-color: rgb(54,9,122); }
td.TdClassName
{
border-color: #36097A;
}
.TagClassName
{
border-color: #36097A;
}
</style>