Shades of Persian Indigo #360D95
Tints of Persian Indigo #360D95
RGB
CMYK
RGB Variations
Color information
#360D95 (or 0x360D95) is known color: Persian Indigo. HEX triplet: 36, 0D and 95. RGB value is (54,13,149). Sum of RGB (Red+Green+Blue) = 54+13+149=216 (28% of max value = 765). Red value is 54 (21.48% from 255 or 25% from 216); Green value is 13 (5.47% from 255 or 6.02% from 216); Blue value is 149 (58.59% from 255 or 68.98% from 216); Max value from RGB is 149 - color contains mainly: blue. Hex color #360D95 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #360D95 is #C9F26A. Grayscale: #282828. Windows color (decimal): -13234795 or 9768246. OLE color: 9768246.
HSL color Cylindrical-coordinate representation of color #360D95: hue angle of 258.09º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #360D95 is Cyan = 0.64, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 54 | 13 | 149 | - |
| CMYK | 0.64 | 0.91 | 0 | 0.42 |
| HSL | 258.09º | 0.84% | 0.32% | - |
| HSV(B) | 258.09º | 0.91% | 0.58% | - |
| XYZ | 7.09 | 3.24 | 28.69 | - |
| YUV | 40.76 | 189.08 | 137.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 13 | 149 | 0.64 | 0.91 | 0 | 0.42 | 258.09 | 0.84 | 0.32 |
| Hex | 36 | D | 95 | 40 | 5B | 0 | 2A | 102 | 54 | 20 |
| Octal | 66 | 15 | 225 | 100 | 133 | 0 | 52 | 402 | 124 | 40 |
| Binary | 110110 | 1101 | 10010101 | 1000000 | 1011011 | 0 | 101010 | 100000010 | 1010100 | 100000 |
Color Harmonies of #360D95
Complementary color
Monochromatic Colors of #360D95
Black with #360D95
Text Example
Text Example
White with #360D95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360D95; }
p { color: rgb(54,13,149); }
H1.HeaderClassName
{
color: #360D95;
}
.AnyTagClassName
{
color: #360D95;
}
</style>
background-color css
<style>
a { background-color: #360D95; }
a { background-color: rgb(54,13,149); }
div.DivClassName
{
background-color: #360D95;
}
.BgClassName
{
background-color: #360D95;
}
</style>
border-color css
<style>
span { border-color: #360D95; }
span { border-color: rgb(54,13,149); }
td.TdClassName
{
border-color: #360D95;
}
.TagClassName
{
border-color: #360D95;
}
</style>