Shades of Persian Indigo #360293
Tints of Persian Indigo #360293
RGB
CMYK
RGB Variations
Color information
#360293 (or 0x360293) is known color: Persian Indigo. HEX triplet: 36, 02 and 93. RGB value is (54,2,147). Sum of RGB (Red+Green+Blue) = 54+2+147=203 (26% of max value = 765). Red value is 54 (21.48% from 255 or 26.60% from 203); Green value is 2 (1.17% from 255 or 0.99% from 203); Blue value is 147 (57.81% from 255 or 72.41% from 203); Max value from RGB is 147 - color contains mainly: blue. Hex color #360293 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #360293 is #C9FD6C. Grayscale: #212121. Windows color (decimal): -13237613 or 9634358. OLE color: 9634358.
HSL color Cylindrical-coordinate representation of color #360293: hue angle of 261.52º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #360293 is Cyan = 0.63, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 54 | 2 | 147 | - |
| CMYK | 0.63 | 0.99 | 0 | 0.42 |
| HSL | 261.52º | 0.97% | 0.29% | - |
| HSV(B) | 261.52º | 0.99% | 0.58% | - |
| XYZ | 6.81 | 2.93 | 27.81 | - |
| YUV | 34.08 | 191.73 | 142.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 2 | 147 | 0.63 | 0.99 | 0 | 0.42 | 261.52 | 0.97 | 0.29 |
| Hex | 36 | 2 | 93 | 3F | 63 | 0 | 2A | 106 | 61 | 1D |
| Octal | 66 | 2 | 223 | 77 | 143 | 0 | 52 | 406 | 141 | 35 |
| Binary | 110110 | 10 | 10010011 | 111111 | 1100011 | 0 | 101010 | 100000110 | 1100001 | 11101 |
Color Harmonies of #360293
Complementary color
Monochromatic Colors of #360293
Black with #360293
Text Example
Text Example
White with #360293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360293; }
p { color: rgb(54,2,147); }
H1.HeaderClassName
{
color: #360293;
}
.AnyTagClassName
{
color: #360293;
}
</style>
background-color css
<style>
a { background-color: #360293; }
a { background-color: rgb(54,2,147); }
div.DivClassName
{
background-color: #360293;
}
.BgClassName
{
background-color: #360293;
}
</style>
border-color css
<style>
span { border-color: #360293; }
span { border-color: rgb(54,2,147); }
td.TdClassName
{
border-color: #360293;
}
.TagClassName
{
border-color: #360293;
}
</style>