Shades of Persian Indigo #360D94
Tints of Persian Indigo #360D94
RGB
CMYK
RGB Variations
Color information
#360D94 (or 0x360D94) is known color: Persian Indigo. HEX triplet: 36, 0D and 94. RGB value is (54,13,148). Sum of RGB (Red+Green+Blue) = 54+13+148=215 (28% of max value = 765). Red value is 54 (21.48% from 255 or 25.12% from 215); Green value is 13 (5.47% from 255 or 6.05% from 215); Blue value is 148 (58.20% from 255 or 68.84% from 215); Max value from RGB is 148 - color contains mainly: blue. Hex color #360D94 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #360D94 is #C9F26B. Grayscale: #282828. Windows color (decimal): -13234796 or 9702710. OLE color: 9702710.
HSL color Cylindrical-coordinate representation of color #360D94: hue angle of 258.22º 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 #360D94 is Cyan = 0.64, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 54 | 13 | 148 | - |
| CMYK | 0.64 | 0.91 | 0 | 0.42 |
| HSL | 258.22º | 0.84% | 0.32% | - |
| HSV(B) | 258.22º | 0.91% | 0.58% | - |
| XYZ | 7.01 | 3.21 | 28.27 | - |
| YUV | 40.65 | 188.58 | 137.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 13 | 148 | 0.64 | 0.91 | 0 | 0.42 | 258.22 | 0.84 | 0.32 |
| Hex | 36 | D | 94 | 40 | 5B | 0 | 2A | 102 | 54 | 20 |
| Octal | 66 | 15 | 224 | 100 | 133 | 0 | 52 | 402 | 124 | 40 |
| Binary | 110110 | 1101 | 10010100 | 1000000 | 1011011 | 0 | 101010 | 100000010 | 1010100 | 100000 |
Color Harmonies of #360D94
Complementary color
Monochromatic Colors of #360D94
Black with #360D94
Text Example
Text Example
White with #360D94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360D94; }
p { color: rgb(54,13,148); }
H1.HeaderClassName
{
color: #360D94;
}
.AnyTagClassName
{
color: #360D94;
}
</style>
background-color css
<style>
a { background-color: #360D94; }
a { background-color: rgb(54,13,148); }
div.DivClassName
{
background-color: #360D94;
}
.BgClassName
{
background-color: #360D94;
}
</style>
border-color css
<style>
span { border-color: #360D94; }
span { border-color: rgb(54,13,148); }
td.TdClassName
{
border-color: #360D94;
}
.TagClassName
{
border-color: #360D94;
}
</style>