Shades of Persian Indigo #360097
Tints of Persian Indigo #360097
RGB
CMYK
RGB Variations
Color information
#360097 (or 0x360097) is known color: Persian Indigo. HEX triplet: 36, 00 and 97. RGB value is (54,0,151). Sum of RGB (Red+Green+Blue) = 54+0+151=205 (27% of max value = 765). Red value is 54 (21.48% from 255 or 26.34% from 205); Green value is 0 (0.39% from 255 or 0% from 205); Blue value is 151 (59.38% from 255 or 73.66% from 205); Max value from RGB is 151 - color contains mainly: blue. Hex color #360097 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #360097 is #C9FF68. Grayscale: #202020. Windows color (decimal): -13238121 or 9895990. OLE color: 9895990.
HSL color Cylindrical-coordinate representation of color #360097: hue angle of 261.46º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 1%. Process color model (Four color, CMYK) of #360097 is Cyan = 0.64, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 54 | 0 | 151 | - |
| CMYK | 0.64 | 1 | 0 | 0.41 |
| HSL | 261.46º | 1% | 0.3% | - |
| HSV(B) | 261.46º | 1% | 0.59% | - |
| XYZ | 7.11 | 3.02 | 29.49 | - |
| YUV | 33.36 | 194.39 | 142.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 0 | 151 | 0.64 | 1 | 0 | 0.41 | 261.46 | 1 | 0.3 |
| Hex | 36 | 0 | 97 | 40 | 64 | 0 | 29 | 105 | 64 | 1E |
| Octal | 66 | 0 | 227 | 100 | 144 | 0 | 51 | 405 | 144 | 36 |
| Binary | 110110 | 0 | 10010111 | 1000000 | 1100100 | 0 | 101001 | 100000101 | 1100100 | 11110 |
Color Harmonies of #360097
Complementary color
Monochromatic Colors of #360097
Black with #360097
Text Example
Text Example
White with #360097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360097; }
p { color: rgb(54,0,151); }
H1.HeaderClassName
{
color: #360097;
}
.AnyTagClassName
{
color: #360097;
}
</style>
background-color css
<style>
a { background-color: #360097; }
a { background-color: rgb(54,0,151); }
div.DivClassName
{
background-color: #360097;
}
.BgClassName
{
background-color: #360097;
}
</style>
border-color css
<style>
span { border-color: #360097; }
span { border-color: rgb(54,0,151); }
td.TdClassName
{
border-color: #360097;
}
.TagClassName
{
border-color: #360097;
}
</style>