Shades of Persian Indigo #360C73
Tints of Persian Indigo #360C73
RGB
CMYK
RGB Variations
Color information
#360C73 (or 0x360C73) is known color: Persian Indigo. HEX triplet: 36, 0C and 73. RGB value is (54,12,115). Sum of RGB (Red+Green+Blue) = 54+12+115=181 (23% of max value = 765). Red value is 54 (21.48% from 255 or 29.83% from 181); Green value is 12 (5.08% from 255 or 6.63% from 181); Blue value is 115 (45.31% from 255 or 63.54% from 181); Max value from RGB is 115 - color contains mainly: blue. Hex color #360C73 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #360C73 is #C9F38C. Grayscale: #232323. Windows color (decimal): -13235085 or 7539766. OLE color: 7539766.
HSL color Cylindrical-coordinate representation of color #360C73: hue angle of 264.47º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #360C73 is Cyan = 0.53, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 54 | 12 | 115 | - |
| CMYK | 0.53 | 0.90 | 0 | 0.55 |
| HSL | 264.47º | 0.81% | 0.25% | - |
| HSV(B) | 264.47º | 0.9% | 0.45% | - |
| XYZ | 4.75 | 2.29 | 16.41 | - |
| YUV | 36.3 | 172.41 | 140.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 12 | 115 | 0.53 | 0.90 | 0 | 0.55 | 264.47 | 0.81 | 0.25 |
| Hex | 36 | C | 73 | 35 | 5A | 0 | 37 | 108 | 51 | 19 |
| Octal | 66 | 14 | 163 | 65 | 132 | 0 | 67 | 410 | 121 | 31 |
| Binary | 110110 | 1100 | 1110011 | 110101 | 1011010 | 0 | 110111 | 100001000 | 1010001 | 11001 |
Color Harmonies of #360C73
Complementary color
Monochromatic Colors of #360C73
Black with #360C73
Text Example
Text Example
White with #360C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360C73; }
p { color: rgb(54,12,115); }
H1.HeaderClassName
{
color: #360C73;
}
.AnyTagClassName
{
color: #360C73;
}
</style>
background-color css
<style>
a { background-color: #360C73; }
a { background-color: rgb(54,12,115); }
div.DivClassName
{
background-color: #360C73;
}
.BgClassName
{
background-color: #360C73;
}
</style>
border-color css
<style>
span { border-color: #360C73; }
span { border-color: rgb(54,12,115); }
td.TdClassName
{
border-color: #360C73;
}
.TagClassName
{
border-color: #360C73;
}
</style>