Shades of Persian Indigo #360D91
Tints of Persian Indigo #360D91
RGB
CMYK
RGB Variations
Color information
#360D91 (or 0x360D91) is known color: Persian Indigo. HEX triplet: 36, 0D and 91. RGB value is (54,13,145). Sum of RGB (Red+Green+Blue) = 54+13+145=212 (28% of max value = 765). Red value is 54 (21.48% from 255 or 25.47% from 212); Green value is 13 (5.47% from 255 or 6.13% from 212); Blue value is 145 (57.03% from 255 or 68.40% from 212); Max value from RGB is 145 - color contains mainly: blue. Hex color #360D91 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #360D91 is #C9F26E. Grayscale: #272727. Windows color (decimal): -13234799 or 9506102. OLE color: 9506102.
HSL color Cylindrical-coordinate representation of color #360D91: hue angle of 258.64º degrees, saturation: 0.84, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #360D91 is Cyan = 0.63, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 54 | 13 | 145 | - |
| CMYK | 0.63 | 0.91 | 0 | 0.43 |
| HSL | 258.64º | 0.84% | 0.31% | - |
| HSV(B) | 258.64º | 0.91% | 0.57% | - |
| XYZ | 6.78 | 3.12 | 27.03 | - |
| YUV | 40.31 | 187.08 | 137.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 13 | 145 | 0.63 | 0.91 | 0 | 0.43 | 258.64 | 0.84 | 0.31 |
| Hex | 36 | D | 91 | 3F | 5B | 0 | 2B | 103 | 54 | 1F |
| Octal | 66 | 15 | 221 | 77 | 133 | 0 | 53 | 403 | 124 | 37 |
| Binary | 110110 | 1101 | 10010001 | 111111 | 1011011 | 0 | 101011 | 100000011 | 1010100 | 11111 |
Color Harmonies of #360D91
Complementary color
Monochromatic Colors of #360D91
Black with #360D91
Text Example
Text Example
White with #360D91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360D91; }
p { color: rgb(54,13,145); }
H1.HeaderClassName
{
color: #360D91;
}
.AnyTagClassName
{
color: #360D91;
}
</style>
background-color css
<style>
a { background-color: #360D91; }
a { background-color: rgb(54,13,145); }
div.DivClassName
{
background-color: #360D91;
}
.BgClassName
{
background-color: #360D91;
}
</style>
border-color css
<style>
span { border-color: #360D91; }
span { border-color: rgb(54,13,145); }
td.TdClassName
{
border-color: #360D91;
}
.TagClassName
{
border-color: #360D91;
}
</style>