Shades of Persian Indigo #360D7C
Tints of Persian Indigo #360D7C
RGB
CMYK
RGB Variations
Color information
#360D7C (or 0x360D7C) is known color: Persian Indigo. HEX triplet: 36, 0D and 7C. RGB value is (54,13,124). Sum of RGB (Red+Green+Blue) = 54+13+124=191 (25% of max value = 765). Red value is 54 (21.48% from 255 or 28.27% from 191); Green value is 13 (5.47% from 255 or 6.81% from 191); Blue value is 124 (48.83% from 255 or 64.92% from 191); Max value from RGB is 124 - color contains mainly: blue. Hex color #360D7C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #360D7C is #C9F283. Grayscale: #252525. Windows color (decimal): -13234820 or 8129846. OLE color: 8129846.
HSL color Cylindrical-coordinate representation of color #360D7C: hue angle of 262.16º degrees, saturation: 0.81, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #360D7C is Cyan = 0.56, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 54 | 13 | 124 | - |
| CMYK | 0.56 | 0.90 | 0 | 0.51 |
| HSL | 262.16º | 0.81% | 0.27% | - |
| HSV(B) | 262.16º | 0.9% | 0.49% | - |
| XYZ | 5.3 | 2.53 | 19.28 | - |
| YUV | 37.91 | 176.58 | 139.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 13 | 124 | 0.56 | 0.90 | 0 | 0.51 | 262.16 | 0.81 | 0.27 |
| Hex | 36 | D | 7C | 38 | 5A | 0 | 33 | 106 | 51 | 1B |
| Octal | 66 | 15 | 174 | 70 | 132 | 0 | 63 | 406 | 121 | 33 |
| Binary | 110110 | 1101 | 1111100 | 111000 | 1011010 | 0 | 110011 | 100000110 | 1010001 | 11011 |
Color Harmonies of #360D7C
Complementary color
Monochromatic Colors of #360D7C
Black with #360D7C
Text Example
Text Example
White with #360D7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360D7C; }
p { color: rgb(54,13,124); }
H1.HeaderClassName
{
color: #360D7C;
}
.AnyTagClassName
{
color: #360D7C;
}
</style>
background-color css
<style>
a { background-color: #360D7C; }
a { background-color: rgb(54,13,124); }
div.DivClassName
{
background-color: #360D7C;
}
.BgClassName
{
background-color: #360D7C;
}
</style>
border-color css
<style>
span { border-color: #360D7C; }
span { border-color: rgb(54,13,124); }
td.TdClassName
{
border-color: #360D7C;
}
.TagClassName
{
border-color: #360D7C;
}
</style>