Shades of Persian Indigo #360C94
Tints of Persian Indigo #360C94
RGB
CMYK
RGB Variations
Color information
#360C94 (or 0x360C94) is known color: Persian Indigo. HEX triplet: 36, 0C and 94. RGB value is (54,12,148). Sum of RGB (Red+Green+Blue) = 54+12+148=214 (28% of max value = 765). Red value is 54 (21.48% from 255 or 25.23% from 214); Green value is 12 (5.08% from 255 or 5.61% from 214); Blue value is 148 (58.20% from 255 or 69.16% from 214); Max value from RGB is 148 - color contains mainly: blue. Hex color #360C94 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #360C94 is #C9F36B. Grayscale: #272727. Windows color (decimal): -13235052 or 9702454. OLE color: 9702454.
HSL color Cylindrical-coordinate representation of color #360C94: hue angle of 258.53º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #360C94 is Cyan = 0.64, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 54 | 12 | 148 | - |
| CMYK | 0.64 | 0.92 | 0 | 0.42 |
| HSL | 258.53º | 0.85% | 0.31% | - |
| HSV(B) | 258.53º | 0.92% | 0.58% | - |
| XYZ | 7 | 3.19 | 28.26 | - |
| YUV | 40.06 | 188.91 | 137.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 12 | 148 | 0.64 | 0.92 | 0 | 0.42 | 258.53 | 0.85 | 0.31 |
| Hex | 36 | C | 94 | 40 | 5C | 0 | 2A | 103 | 55 | 1F |
| Octal | 66 | 14 | 224 | 100 | 134 | 0 | 52 | 403 | 125 | 37 |
| Binary | 110110 | 1100 | 10010100 | 1000000 | 1011100 | 0 | 101010 | 100000011 | 1010101 | 11111 |
Color Harmonies of #360C94
Complementary color
Monochromatic Colors of #360C94
Black with #360C94
Text Example
Text Example
White with #360C94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360C94; }
p { color: rgb(54,12,148); }
H1.HeaderClassName
{
color: #360C94;
}
.AnyTagClassName
{
color: #360C94;
}
</style>
background-color css
<style>
a { background-color: #360C94; }
a { background-color: rgb(54,12,148); }
div.DivClassName
{
background-color: #360C94;
}
.BgClassName
{
background-color: #360C94;
}
</style>
border-color css
<style>
span { border-color: #360C94; }
span { border-color: rgb(54,12,148); }
td.TdClassName
{
border-color: #360C94;
}
.TagClassName
{
border-color: #360C94;
}
</style>