Shades of Persian Indigo #360D73
Tints of Persian Indigo #360D73
RGB
CMYK
RGB Variations
Color information
#360D73 (or 0x360D73) is known color: Persian Indigo. HEX triplet: 36, 0D and 73. RGB value is (54,13,115). Sum of RGB (Red+Green+Blue) = 54+13+115=182 (24% of max value = 765). Red value is 54 (21.48% from 255 or 29.67% from 182); Green value is 13 (5.47% from 255 or 7.14% from 182); Blue value is 115 (45.31% from 255 or 63.19% from 182); Max value from RGB is 115 - color contains mainly: blue. Hex color #360D73 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #360D73 is #C9F28C. Grayscale: #242424. Windows color (decimal): -13234829 or 7540022. OLE color: 7540022.
HSL color Cylindrical-coordinate representation of color #360D73: hue angle of 264.12º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #360D73 is Cyan = 0.53, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 54 | 13 | 115 | - |
| CMYK | 0.53 | 0.89 | 0 | 0.55 |
| HSL | 264.12º | 0.8% | 0.25% | - |
| HSV(B) | 264.12º | 0.89% | 0.45% | - |
| XYZ | 4.76 | 2.31 | 16.41 | - |
| YUV | 36.89 | 172.08 | 140.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 13 | 115 | 0.53 | 0.89 | 0 | 0.55 | 264.12 | 0.8 | 0.25 |
| Hex | 36 | D | 73 | 35 | 59 | 0 | 37 | 108 | 50 | 19 |
| Octal | 66 | 15 | 163 | 65 | 131 | 0 | 67 | 410 | 120 | 31 |
| Binary | 110110 | 1101 | 1110011 | 110101 | 1011001 | 0 | 110111 | 100001000 | 1010000 | 11001 |
Color Harmonies of #360D73
Complementary color
Monochromatic Colors of #360D73
Black with #360D73
Text Example
Text Example
White with #360D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360D73; }
p { color: rgb(54,13,115); }
H1.HeaderClassName
{
color: #360D73;
}
.AnyTagClassName
{
color: #360D73;
}
</style>
background-color css
<style>
a { background-color: #360D73; }
a { background-color: rgb(54,13,115); }
div.DivClassName
{
background-color: #360D73;
}
.BgClassName
{
background-color: #360D73;
}
</style>
border-color css
<style>
span { border-color: #360D73; }
span { border-color: rgb(54,13,115); }
td.TdClassName
{
border-color: #360D73;
}
.TagClassName
{
border-color: #360D73;
}
</style>