Shades of Persian Indigo #360F94
Tints of Persian Indigo #360F94
RGB
CMYK
RGB Variations
Color information
#360F94 (or 0x360F94) is known color: Persian Indigo. HEX triplet: 36, 0F and 94. RGB value is (54,15,148). Sum of RGB (Red+Green+Blue) = 54+15+148=217 (28% of max value = 765). Red value is 54 (21.48% from 255 or 24.88% from 217); Green value is 15 (6.25% from 255 or 6.91% from 217); Blue value is 148 (58.20% from 255 or 68.20% from 217); Max value from RGB is 148 - color contains mainly: blue. Hex color #360F94 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #360F94 is #C9F06B. Grayscale: #292929. Windows color (decimal): -13234284 or 9703222. OLE color: 9703222.
HSL color Cylindrical-coordinate representation of color #360F94: hue angle of 257.59º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #360F94 is Cyan = 0.64, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 54 | 15 | 148 | - |
| CMYK | 0.64 | 0.90 | 0 | 0.42 |
| HSL | 257.59º | 0.82% | 0.32% | - |
| HSV(B) | 257.59º | 0.9% | 0.58% | - |
| XYZ | 7.04 | 3.26 | 28.28 | - |
| YUV | 41.82 | 187.92 | 136.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 15 | 148 | 0.64 | 0.90 | 0 | 0.42 | 257.59 | 0.82 | 0.32 |
| Hex | 36 | F | 94 | 40 | 5A | 0 | 2A | 102 | 52 | 20 |
| Octal | 66 | 17 | 224 | 100 | 132 | 0 | 52 | 402 | 122 | 40 |
| Binary | 110110 | 1111 | 10010100 | 1000000 | 1011010 | 0 | 101010 | 100000010 | 1010010 | 100000 |
Color Harmonies of #360F94
Complementary color
Monochromatic Colors of #360F94
Black with #360F94
Text Example
Text Example
White with #360F94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360F94; }
p { color: rgb(54,15,148); }
H1.HeaderClassName
{
color: #360F94;
}
.AnyTagClassName
{
color: #360F94;
}
</style>
background-color css
<style>
a { background-color: #360F94; }
a { background-color: rgb(54,15,148); }
div.DivClassName
{
background-color: #360F94;
}
.BgClassName
{
background-color: #360F94;
}
</style>
border-color css
<style>
span { border-color: #360F94; }
span { border-color: rgb(54,15,148); }
td.TdClassName
{
border-color: #360F94;
}
.TagClassName
{
border-color: #360F94;
}
</style>