Shades of Persian Indigo #36097F
Tints of Persian Indigo #36097F
RGB
CMYK
RGB Variations
Color information
#36097F (or 0x36097F) is known color: Persian Indigo. HEX triplet: 36, 09 and 7F. RGB value is (54,9,127). Sum of RGB (Red+Green+Blue) = 54+9+127=190 (25% of max value = 765). Red value is 54 (21.48% from 255 or 28.42% from 190); Green value is 9 (3.91% from 255 or 4.74% from 190); Blue value is 127 (50% from 255 or 66.84% from 190); Max value from RGB is 127 - color contains mainly: blue. Hex color #36097F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #36097F is #C9F680. Grayscale: #232323. Windows color (decimal): -13235841 or 8325430. OLE color: 8325430.
HSL color Cylindrical-coordinate representation of color #36097F: hue angle of 262.88º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #36097F is Cyan = 0.57, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 54 | 9 | 127 | - |
| CMYK | 0.57 | 0.93 | 0 | 0.50 |
| HSL | 262.88º | 0.87% | 0.27% | - |
| HSV(B) | 262.88º | 0.93% | 0.5% | - |
| XYZ | 5.45 | 2.51 | 20.28 | - |
| YUV | 35.91 | 179.41 | 140.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 9 | 127 | 0.57 | 0.93 | 0 | 0.50 | 262.88 | 0.87 | 0.27 |
| Hex | 36 | 9 | 7F | 39 | 5D | 0 | 32 | 107 | 57 | 1B |
| Octal | 66 | 11 | 177 | 71 | 135 | 0 | 62 | 407 | 127 | 33 |
| Binary | 110110 | 1001 | 1111111 | 111001 | 1011101 | 0 | 110010 | 100000111 | 1010111 | 11011 |
Color Harmonies of #36097F
Complementary color
Monochromatic Colors of #36097F
Black with #36097F
Text Example
Text Example
White with #36097F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36097F; }
p { color: rgb(54,9,127); }
H1.HeaderClassName
{
color: #36097F;
}
.AnyTagClassName
{
color: #36097F;
}
</style>
background-color css
<style>
a { background-color: #36097F; }
a { background-color: rgb(54,9,127); }
div.DivClassName
{
background-color: #36097F;
}
.BgClassName
{
background-color: #36097F;
}
</style>
border-color css
<style>
span { border-color: #36097F; }
span { border-color: rgb(54,9,127); }
td.TdClassName
{
border-color: #36097F;
}
.TagClassName
{
border-color: #36097F;
}
</style>