Shades of Persian Indigo #360D7A
Tints of Persian Indigo #360D7A
RGB
CMYK
RGB Variations
Color information
#360D7A (or 0x360D7A) is known color: Persian Indigo. HEX triplet: 36, 0D and 7A. RGB value is (54,13,122). Sum of RGB (Red+Green+Blue) = 54+13+122=189 (25% of max value = 765). Red value is 54 (21.48% from 255 or 28.57% from 189); Green value is 13 (5.47% from 255 or 6.88% from 189); Blue value is 122 (48.05% from 255 or 64.55% from 189); Max value from RGB is 122 - color contains mainly: blue. Hex color #360D7A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #360D7A is #C9F285. Grayscale: #252525. Windows color (decimal): -13234822 or 7998774. OLE color: 7998774.
HSL color Cylindrical-coordinate representation of color #360D7A: hue angle of 262.57º degrees, saturation: 0.81, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #360D7A is Cyan = 0.56, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 54 | 13 | 122 | - |
| CMYK | 0.56 | 0.89 | 0 | 0.52 |
| HSL | 262.57º | 0.81% | 0.26% | - |
| HSV(B) | 262.57º | 0.89% | 0.48% | - |
| XYZ | 5.18 | 2.48 | 18.62 | - |
| YUV | 37.69 | 175.58 | 139.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 13 | 122 | 0.56 | 0.89 | 0 | 0.52 | 262.57 | 0.81 | 0.26 |
| Hex | 36 | D | 7A | 38 | 59 | 0 | 34 | 107 | 51 | 1A |
| Octal | 66 | 15 | 172 | 70 | 131 | 0 | 64 | 407 | 121 | 32 |
| Binary | 110110 | 1101 | 1111010 | 111000 | 1011001 | 0 | 110100 | 100000111 | 1010001 | 11010 |
Color Harmonies of #360D7A
Complementary color
Monochromatic Colors of #360D7A
Black with #360D7A
Text Example
Text Example
White with #360D7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360D7A; }
p { color: rgb(54,13,122); }
H1.HeaderClassName
{
color: #360D7A;
}
.AnyTagClassName
{
color: #360D7A;
}
</style>
background-color css
<style>
a { background-color: #360D7A; }
a { background-color: rgb(54,13,122); }
div.DivClassName
{
background-color: #360D7A;
}
.BgClassName
{
background-color: #360D7A;
}
</style>
border-color css
<style>
span { border-color: #360D7A; }
span { border-color: rgb(54,13,122); }
td.TdClassName
{
border-color: #360D7A;
}
.TagClassName
{
border-color: #360D7A;
}
</style>