Shades of Persian Indigo #360D92
Tints of Persian Indigo #360D92
RGB
CMYK
RGB Variations
Color information
#360D92 (or 0x360D92) is known color: Persian Indigo. HEX triplet: 36, 0D and 92. RGB value is (54,13,146). Sum of RGB (Red+Green+Blue) = 54+13+146=213 (28% of max value = 765). Red value is 54 (21.48% from 255 or 25.35% from 213); Green value is 13 (5.47% from 255 or 6.10% from 213); Blue value is 146 (57.42% from 255 or 68.54% from 213); Max value from RGB is 146 - color contains mainly: blue. Hex color #360D92 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #360D92 is #C9F26D. Grayscale: #272727. Windows color (decimal): -13234798 or 9571638. OLE color: 9571638.
HSL color Cylindrical-coordinate representation of color #360D92: hue angle of 258.5º 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 #360D92 is Cyan = 0.63, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 54 | 13 | 146 | - |
| CMYK | 0.63 | 0.91 | 0 | 0.43 |
| HSL | 258.5º | 0.84% | 0.31% | - |
| HSV(B) | 258.5º | 0.91% | 0.57% | - |
| XYZ | 6.85 | 3.15 | 27.44 | - |
| YUV | 40.42 | 187.58 | 137.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 13 | 146 | 0.63 | 0.91 | 0 | 0.43 | 258.5 | 0.84 | 0.31 |
| Hex | 36 | D | 92 | 3F | 5B | 0 | 2B | 102 | 54 | 1F |
| Octal | 66 | 15 | 222 | 77 | 133 | 0 | 53 | 402 | 124 | 37 |
| Binary | 110110 | 1101 | 10010010 | 111111 | 1011011 | 0 | 101011 | 100000010 | 1010100 | 11111 |
Color Harmonies of #360D92
Complementary color
Monochromatic Colors of #360D92
Black with #360D92
Text Example
Text Example
White with #360D92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360D92; }
p { color: rgb(54,13,146); }
H1.HeaderClassName
{
color: #360D92;
}
.AnyTagClassName
{
color: #360D92;
}
</style>
background-color css
<style>
a { background-color: #360D92; }
a { background-color: rgb(54,13,146); }
div.DivClassName
{
background-color: #360D92;
}
.BgClassName
{
background-color: #360D92;
}
</style>
border-color css
<style>
span { border-color: #360D92; }
span { border-color: rgb(54,13,146); }
td.TdClassName
{
border-color: #360D92;
}
.TagClassName
{
border-color: #360D92;
}
</style>