Shades of Persian Indigo #360599
Tints of Persian Indigo #360599
RGB
CMYK
RGB Variations
Color information
#360599 (or 0x360599) is known color: Persian Indigo. HEX triplet: 36, 05 and 99. RGB value is (54,5,153). Sum of RGB (Red+Green+Blue) = 54+5+153=212 (28% of max value = 765). Red value is 54 (21.48% from 255 or 25.47% from 212); Green value is 5 (2.34% from 255 or 2.36% from 212); Blue value is 153 (60.16% from 255 or 72.17% from 212); Max value from RGB is 153 - color contains mainly: blue. Hex color #360599 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #360599 is #C9FA66. Grayscale: #232323. Windows color (decimal): -13236839 or 10028342. OLE color: 10028342.
HSL color Cylindrical-coordinate representation of color #360599: hue angle of 259.86º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #360599 is Cyan = 0.65, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 54 | 5 | 153 | - |
| CMYK | 0.65 | 0.97 | 0 | 0.4 |
| HSL | 259.86º | 0.94% | 0.31% | - |
| HSV(B) | 259.86º | 0.97% | 0.6% | - |
| XYZ | 7.33 | 3.19 | 30.37 | - |
| YUV | 36.52 | 193.73 | 140.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 5 | 153 | 0.65 | 0.97 | 0 | 0.4 | 259.86 | 0.94 | 0.31 |
| Hex | 36 | 5 | 99 | 41 | 61 | 0 | 28 | 104 | 5E | 1F |
| Octal | 66 | 5 | 231 | 101 | 141 | 0 | 50 | 404 | 136 | 37 |
| Binary | 110110 | 101 | 10011001 | 1000001 | 1100001 | 0 | 101000 | 100000100 | 1011110 | 11111 |
Color Harmonies of #360599
Complementary color
Monochromatic Colors of #360599
Black with #360599
Text Example
Text Example
White with #360599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360599; }
p { color: rgb(54,5,153); }
H1.HeaderClassName
{
color: #360599;
}
.AnyTagClassName
{
color: #360599;
}
</style>
background-color css
<style>
a { background-color: #360599; }
a { background-color: rgb(54,5,153); }
div.DivClassName
{
background-color: #360599;
}
.BgClassName
{
background-color: #360599;
}
</style>
border-color css
<style>
span { border-color: #360599; }
span { border-color: rgb(54,5,153); }
td.TdClassName
{
border-color: #360599;
}
.TagClassName
{
border-color: #360599;
}
</style>