Shades of Persian Indigo #360A95
Tints of Persian Indigo #360A95
RGB
CMYK
RGB Variations
Color information
#360A95 (or 0x360A95) is known color: Persian Indigo. HEX triplet: 36, 0A and 95. RGB value is (54,10,149). Sum of RGB (Red+Green+Blue) = 54+10+149=213 (28% of max value = 765). Red value is 54 (21.48% from 255 or 25.35% from 213); Green value is 10 (4.30% from 255 or 4.69% from 213); Blue value is 149 (58.59% from 255 or 69.95% from 213); Max value from RGB is 149 - color contains mainly: blue. Hex color #360A95 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #360A95 is #C9F56A. Grayscale: #262626. Windows color (decimal): -13235563 or 9767478. OLE color: 9767478.
HSL color Cylindrical-coordinate representation of color #360A95: hue angle of 258.99º degrees, saturation: 0.87, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #360A95 is Cyan = 0.64, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 54 | 10 | 149 | - |
| CMYK | 0.64 | 0.93 | 0 | 0.42 |
| HSL | 258.99º | 0.87% | 0.31% | - |
| HSV(B) | 258.99º | 0.93% | 0.58% | - |
| XYZ | 7.05 | 3.17 | 28.67 | - |
| YUV | 39 | 190.08 | 138.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 10 | 149 | 0.64 | 0.93 | 0 | 0.42 | 258.99 | 0.87 | 0.31 |
| Hex | 36 | A | 95 | 40 | 5D | 0 | 2A | 103 | 57 | 1F |
| Octal | 66 | 12 | 225 | 100 | 135 | 0 | 52 | 403 | 127 | 37 |
| Binary | 110110 | 1010 | 10010101 | 1000000 | 1011101 | 0 | 101010 | 100000011 | 1010111 | 11111 |
Color Harmonies of #360A95
Complementary color
Monochromatic Colors of #360A95
Black with #360A95
Text Example
Text Example
White with #360A95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360A95; }
p { color: rgb(54,10,149); }
H1.HeaderClassName
{
color: #360A95;
}
.AnyTagClassName
{
color: #360A95;
}
</style>
background-color css
<style>
a { background-color: #360A95; }
a { background-color: rgb(54,10,149); }
div.DivClassName
{
background-color: #360A95;
}
.BgClassName
{
background-color: #360A95;
}
</style>
border-color css
<style>
span { border-color: #360A95; }
span { border-color: rgb(54,10,149); }
td.TdClassName
{
border-color: #360A95;
}
.TagClassName
{
border-color: #360A95;
}
</style>