Shades of Persian Indigo #360A99
Tints of Persian Indigo #360A99
RGB
CMYK
RGB Variations
Color information
#360A99 (or 0x360A99) is known color: Persian Indigo. HEX triplet: 36, 0A and 99. RGB value is (54,10,153). Sum of RGB (Red+Green+Blue) = 54+10+153=217 (28% of max value = 765). Red value is 54 (21.48% from 255 or 24.88% from 217); Green value is 10 (4.30% from 255 or 4.61% from 217); Blue value is 153 (60.16% from 255 or 70.51% from 217); Max value from RGB is 153 - color contains mainly: blue. Hex color #360A99 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #360A99 is #C9F566. Grayscale: #262626. Windows color (decimal): -13235559 or 10029622. OLE color: 10029622.
HSL color Cylindrical-coordinate representation of color #360A99: hue angle of 258.46º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #360A99 is Cyan = 0.65, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 54 | 10 | 153 | - |
| CMYK | 0.65 | 0.93 | 0 | 0.4 |
| HSL | 258.46º | 0.88% | 0.32% | - |
| HSV(B) | 258.46º | 0.93% | 0.6% | - |
| XYZ | 7.38 | 3.3 | 30.39 | - |
| YUV | 39.46 | 192.08 | 138.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 10 | 153 | 0.65 | 0.93 | 0 | 0.4 | 258.46 | 0.88 | 0.32 |
| Hex | 36 | A | 99 | 41 | 5D | 0 | 28 | 102 | 58 | 20 |
| Octal | 66 | 12 | 231 | 101 | 135 | 0 | 50 | 402 | 130 | 40 |
| Binary | 110110 | 1010 | 10011001 | 1000001 | 1011101 | 0 | 101000 | 100000010 | 1011000 | 100000 |
Color Harmonies of #360A99
Complementary color
Monochromatic Colors of #360A99
Black with #360A99
Text Example
Text Example
White with #360A99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360A99; }
p { color: rgb(54,10,153); }
H1.HeaderClassName
{
color: #360A99;
}
.AnyTagClassName
{
color: #360A99;
}
</style>
background-color css
<style>
a { background-color: #360A99; }
a { background-color: rgb(54,10,153); }
div.DivClassName
{
background-color: #360A99;
}
.BgClassName
{
background-color: #360A99;
}
</style>
border-color css
<style>
span { border-color: #360A99; }
span { border-color: rgb(54,10,153); }
td.TdClassName
{
border-color: #360A99;
}
.TagClassName
{
border-color: #360A99;
}
</style>