Shades of Persian Indigo #36097E
Tints of Persian Indigo #36097E
RGB
CMYK
RGB Variations
Color information
#36097E (or 0x36097E) is known color: Persian Indigo. HEX triplet: 36, 09 and 7E. RGB value is (54,9,126). Sum of RGB (Red+Green+Blue) = 54+9+126=189 (25% of max value = 765). Red value is 54 (21.48% from 255 or 28.57% from 189); Green value is 9 (3.91% from 255 or 4.76% from 189); Blue value is 126 (49.61% from 255 or 66.67% from 189); Max value from RGB is 126 - color contains mainly: blue. Hex color #36097E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #36097E is #C9F681. Grayscale: #232323. Windows color (decimal): -13235842 or 8259894. OLE color: 8259894.
HSL color Cylindrical-coordinate representation of color #36097E: hue angle of 263.08º degrees, saturation: 0.87, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #36097E is Cyan = 0.57, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 54 | 9 | 126 | - |
| CMYK | 0.57 | 0.93 | 0 | 0.51 |
| HSL | 263.08º | 0.87% | 0.26% | - |
| HSV(B) | 263.08º | 0.93% | 0.49% | - |
| XYZ | 5.38 | 2.49 | 19.93 | - |
| YUV | 35.79 | 178.91 | 140.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 9 | 126 | 0.57 | 0.93 | 0 | 0.51 | 263.08 | 0.87 | 0.26 |
| Hex | 36 | 9 | 7E | 39 | 5D | 0 | 33 | 107 | 57 | 1A |
| Octal | 66 | 11 | 176 | 71 | 135 | 0 | 63 | 407 | 127 | 32 |
| Binary | 110110 | 1001 | 1111110 | 111001 | 1011101 | 0 | 110011 | 100000111 | 1010111 | 11010 |
Color Harmonies of #36097E
Complementary color
Monochromatic Colors of #36097E
Black with #36097E
Text Example
Text Example
White with #36097E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36097E; }
p { color: rgb(54,9,126); }
H1.HeaderClassName
{
color: #36097E;
}
.AnyTagClassName
{
color: #36097E;
}
</style>
background-color css
<style>
a { background-color: #36097E; }
a { background-color: rgb(54,9,126); }
div.DivClassName
{
background-color: #36097E;
}
.BgClassName
{
background-color: #36097E;
}
</style>
border-color css
<style>
span { border-color: #36097E; }
span { border-color: rgb(54,9,126); }
td.TdClassName
{
border-color: #36097E;
}
.TagClassName
{
border-color: #36097E;
}
</style>