Shades of Persian Indigo #360A96
Tints of Persian Indigo #360A96
RGB
CMYK
RGB Variations
Color information
#360A96 (or 0x360A96) is known color: Persian Indigo. HEX triplet: 36, 0A and 96. RGB value is (54,10,150). Sum of RGB (Red+Green+Blue) = 54+10+150=214 (28% of max value = 765). Red value is 54 (21.48% from 255 or 25.23% from 214); Green value is 10 (4.30% from 255 or 4.67% from 214); Blue value is 150 (58.98% from 255 or 70.09% from 214); Max value from RGB is 150 - color contains mainly: blue. Hex color #360A96 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #360A96 is #C9F569. Grayscale: #262626. Windows color (decimal): -13235562 or 9833014. OLE color: 9833014.
HSL color Cylindrical-coordinate representation of color #360A96: hue angle of 258.86º degrees, saturation: 0.88, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #360A96 is Cyan = 0.64, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 54 | 10 | 150 | - |
| CMYK | 0.64 | 0.93 | 0 | 0.41 |
| HSL | 258.86º | 0.88% | 0.31% | - |
| HSV(B) | 258.86º | 0.93% | 0.59% | - |
| XYZ | 7.13 | 3.2 | 29.1 | - |
| YUV | 39.12 | 190.58 | 138.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 10 | 150 | 0.64 | 0.93 | 0 | 0.41 | 258.86 | 0.88 | 0.31 |
| Hex | 36 | A | 96 | 40 | 5D | 0 | 29 | 103 | 58 | 1F |
| Octal | 66 | 12 | 226 | 100 | 135 | 0 | 51 | 403 | 130 | 37 |
| Binary | 110110 | 1010 | 10010110 | 1000000 | 1011101 | 0 | 101001 | 100000011 | 1011000 | 11111 |
Color Harmonies of #360A96
Complementary color
Monochromatic Colors of #360A96
Black with #360A96
Text Example
Text Example
White with #360A96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360A96; }
p { color: rgb(54,10,150); }
H1.HeaderClassName
{
color: #360A96;
}
.AnyTagClassName
{
color: #360A96;
}
</style>
background-color css
<style>
a { background-color: #360A96; }
a { background-color: rgb(54,10,150); }
div.DivClassName
{
background-color: #360A96;
}
.BgClassName
{
background-color: #360A96;
}
</style>
border-color css
<style>
span { border-color: #360A96; }
span { border-color: rgb(54,10,150); }
td.TdClassName
{
border-color: #360A96;
}
.TagClassName
{
border-color: #360A96;
}
</style>