Shades of Persian Indigo #360A94
Tints of Persian Indigo #360A94
RGB
CMYK
RGB Variations
Color information
#360A94 (or 0x360A94) is known color: Persian Indigo. HEX triplet: 36, 0A and 94. RGB value is (54,10,148). Sum of RGB (Red+Green+Blue) = 54+10+148=212 (28% of max value = 765). Red value is 54 (21.48% from 255 or 25.47% from 212); Green value is 10 (4.30% from 255 or 4.72% from 212); Blue value is 148 (58.20% from 255 or 69.81% from 212); Max value from RGB is 148 - color contains mainly: blue. Hex color #360A94 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #360A94 is #C9F56B. Grayscale: #262626. Windows color (decimal): -13235564 or 9701942. OLE color: 9701942.
HSL color Cylindrical-coordinate representation of color #360A94: hue angle of 259.13º 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 #360A94 is Cyan = 0.64, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 54 | 10 | 148 | - |
| CMYK | 0.64 | 0.93 | 0 | 0.42 |
| HSL | 259.13º | 0.87% | 0.31% | - |
| HSV(B) | 259.13º | 0.93% | 0.58% | - |
| XYZ | 6.98 | 3.14 | 28.26 | - |
| YUV | 38.89 | 189.58 | 138.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 10 | 148 | 0.64 | 0.93 | 0 | 0.42 | 259.13 | 0.87 | 0.31 |
| Hex | 36 | A | 94 | 40 | 5D | 0 | 2A | 103 | 57 | 1F |
| Octal | 66 | 12 | 224 | 100 | 135 | 0 | 52 | 403 | 127 | 37 |
| Binary | 110110 | 1010 | 10010100 | 1000000 | 1011101 | 0 | 101010 | 100000011 | 1010111 | 11111 |
Color Harmonies of #360A94
Complementary color
Monochromatic Colors of #360A94
Black with #360A94
Text Example
Text Example
White with #360A94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360A94; }
p { color: rgb(54,10,148); }
H1.HeaderClassName
{
color: #360A94;
}
.AnyTagClassName
{
color: #360A94;
}
</style>
background-color css
<style>
a { background-color: #360A94; }
a { background-color: rgb(54,10,148); }
div.DivClassName
{
background-color: #360A94;
}
.BgClassName
{
background-color: #360A94;
}
</style>
border-color css
<style>
span { border-color: #360A94; }
span { border-color: rgb(54,10,148); }
td.TdClassName
{
border-color: #360A94;
}
.TagClassName
{
border-color: #360A94;
}
</style>