Shades of Persian Indigo #360E73
Tints of Persian Indigo #360E73
RGB
CMYK
RGB Variations
Color information
#360E73 (or 0x360E73) is known color: Persian Indigo. HEX triplet: 36, 0E and 73. RGB value is (54,14,115). Sum of RGB (Red+Green+Blue) = 54+14+115=183 (24% of max value = 765). Red value is 54 (21.48% from 255 or 29.51% from 183); Green value is 14 (5.86% from 255 or 7.65% from 183); Blue value is 115 (45.31% from 255 or 62.84% from 183); Max value from RGB is 115 - color contains mainly: blue. Hex color #360E73 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #360E73 is #C9F18C. Grayscale: #252525. Windows color (decimal): -13234573 or 7540278. OLE color: 7540278.
HSL color Cylindrical-coordinate representation of color #360E73: hue angle of 263.76º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #360E73 is Cyan = 0.53, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 54 | 14 | 115 | - |
| CMYK | 0.53 | 0.88 | 0 | 0.55 |
| HSL | 263.76º | 0.78% | 0.25% | - |
| HSV(B) | 263.76º | 0.88% | 0.45% | - |
| XYZ | 4.77 | 2.34 | 16.42 | - |
| YUV | 37.47 | 171.75 | 139.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 14 | 115 | 0.53 | 0.88 | 0 | 0.55 | 263.76 | 0.78 | 0.25 |
| Hex | 36 | E | 73 | 35 | 58 | 0 | 37 | 108 | 4E | 19 |
| Octal | 66 | 16 | 163 | 65 | 130 | 0 | 67 | 410 | 116 | 31 |
| Binary | 110110 | 1110 | 1110011 | 110101 | 1011000 | 0 | 110111 | 100001000 | 1001110 | 11001 |
Color Harmonies of #360E73
Complementary color
Monochromatic Colors of #360E73
Black with #360E73
Text Example
Text Example
White with #360E73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360E73; }
p { color: rgb(54,14,115); }
H1.HeaderClassName
{
color: #360E73;
}
.AnyTagClassName
{
color: #360E73;
}
</style>
background-color css
<style>
a { background-color: #360E73; }
a { background-color: rgb(54,14,115); }
div.DivClassName
{
background-color: #360E73;
}
.BgClassName
{
background-color: #360E73;
}
</style>
border-color css
<style>
span { border-color: #360E73; }
span { border-color: rgb(54,14,115); }
td.TdClassName
{
border-color: #360E73;
}
.TagClassName
{
border-color: #360E73;
}
</style>