Shades of Persian Indigo #360E97
Tints of Persian Indigo #360E97
RGB
CMYK
RGB Variations
Color information
#360E97 (or 0x360E97) is known color: Persian Indigo. HEX triplet: 36, 0E and 97. RGB value is (54,14,151). Sum of RGB (Red+Green+Blue) = 54+14+151=219 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24.66% from 219); Green value is 14 (5.86% from 255 or 6.39% from 219); Blue value is 151 (59.38% from 255 or 68.95% from 219); Max value from RGB is 151 - color contains mainly: blue. Hex color #360E97 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #360E97 is #C9F168. Grayscale: #292929. Windows color (decimal): -13234537 or 9899574. OLE color: 9899574.
HSL color Cylindrical-coordinate representation of color #360E97: hue angle of 257.52º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #360E97 is Cyan = 0.64, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 54 | 14 | 151 | - |
| CMYK | 0.64 | 0.91 | 0 | 0.41 |
| HSL | 257.52º | 0.83% | 0.32% | - |
| HSV(B) | 257.52º | 0.91% | 0.59% | - |
| XYZ | 7.26 | 3.33 | 29.54 | - |
| YUV | 41.58 | 189.75 | 136.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 14 | 151 | 0.64 | 0.91 | 0 | 0.41 | 257.52 | 0.83 | 0.32 |
| Hex | 36 | E | 97 | 40 | 5B | 0 | 29 | 102 | 53 | 20 |
| Octal | 66 | 16 | 227 | 100 | 133 | 0 | 51 | 402 | 123 | 40 |
| Binary | 110110 | 1110 | 10010111 | 1000000 | 1011011 | 0 | 101001 | 100000010 | 1010011 | 100000 |
Color Harmonies of #360E97
Complementary color
Monochromatic Colors of #360E97
Black with #360E97
Text Example
Text Example
White with #360E97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360E97; }
p { color: rgb(54,14,151); }
H1.HeaderClassName
{
color: #360E97;
}
.AnyTagClassName
{
color: #360E97;
}
</style>
background-color css
<style>
a { background-color: #360E97; }
a { background-color: rgb(54,14,151); }
div.DivClassName
{
background-color: #360E97;
}
.BgClassName
{
background-color: #360E97;
}
</style>
border-color css
<style>
span { border-color: #360E97; }
span { border-color: rgb(54,14,151); }
td.TdClassName
{
border-color: #360E97;
}
.TagClassName
{
border-color: #360E97;
}
</style>