Shades of Persian Indigo #360D84
Tints of Persian Indigo #360D84
RGB
CMYK
RGB Variations
Color information
#360D84 (or 0x360D84) is known color: Persian Indigo. HEX triplet: 36, 0D and 84. RGB value is (54,13,132). Sum of RGB (Red+Green+Blue) = 54+13+132=199 (26% of max value = 765). Red value is 54 (21.48% from 255 or 27.14% from 199); Green value is 13 (5.47% from 255 or 6.53% from 199); Blue value is 132 (51.95% from 255 or 66.33% from 199); Max value from RGB is 132 - color contains mainly: blue. Hex color #360D84 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #360D84 is #C9F27B. Grayscale: #262626. Windows color (decimal): -13234812 or 8654134. OLE color: 8654134.
HSL color Cylindrical-coordinate representation of color #360D84: hue angle of 260.67º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #360D84 is Cyan = 0.59, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 54 | 13 | 132 | - |
| CMYK | 0.59 | 0.90 | 0 | 0.48 |
| HSL | 260.67º | 0.82% | 0.28% | - |
| HSV(B) | 260.67º | 0.9% | 0.52% | - |
| XYZ | 5.83 | 2.74 | 22.05 | - |
| YUV | 38.83 | 180.58 | 138.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 13 | 132 | 0.59 | 0.90 | 0 | 0.48 | 260.67 | 0.82 | 0.28 |
| Hex | 36 | D | 84 | 3B | 5A | 0 | 30 | 105 | 52 | 1C |
| Octal | 66 | 15 | 204 | 73 | 132 | 0 | 60 | 405 | 122 | 34 |
| Binary | 110110 | 1101 | 10000100 | 111011 | 1011010 | 0 | 110000 | 100000101 | 1010010 | 11100 |
Color Harmonies of #360D84
Complementary color
Monochromatic Colors of #360D84
Black with #360D84
Text Example
Text Example
White with #360D84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360D84; }
p { color: rgb(54,13,132); }
H1.HeaderClassName
{
color: #360D84;
}
.AnyTagClassName
{
color: #360D84;
}
</style>
background-color css
<style>
a { background-color: #360D84; }
a { background-color: rgb(54,13,132); }
div.DivClassName
{
background-color: #360D84;
}
.BgClassName
{
background-color: #360D84;
}
</style>
border-color css
<style>
span { border-color: #360D84; }
span { border-color: rgb(54,13,132); }
td.TdClassName
{
border-color: #360D84;
}
.TagClassName
{
border-color: #360D84;
}
</style>