Shades of Persian Indigo #360392
Tints of Persian Indigo #360392
RGB
CMYK
RGB Variations
Color information
#360392 (or 0x360392) is known color: Persian Indigo. HEX triplet: 36, 03 and 92. RGB value is (54,3,146). Sum of RGB (Red+Green+Blue) = 54+3+146=203 (26% of max value = 765). Red value is 54 (21.48% from 255 or 26.60% from 203); Green value is 3 (1.56% from 255 or 1.48% from 203); Blue value is 146 (57.42% from 255 or 71.92% from 203); Max value from RGB is 146 - color contains mainly: blue. Hex color #360392 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #360392 is #C9FC6D. Grayscale: #222222. Windows color (decimal): -13237358 or 9569078. OLE color: 9569078.
HSL color Cylindrical-coordinate representation of color #360392: hue angle of 261.4º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #360392 is Cyan = 0.63, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 54 | 3 | 146 | - |
| CMYK | 0.63 | 0.98 | 0 | 0.43 |
| HSL | 261.4º | 0.96% | 0.29% | - |
| HSV(B) | 261.4º | 0.98% | 0.57% | - |
| XYZ | 6.74 | 2.92 | 27.4 | - |
| YUV | 34.55 | 190.9 | 141.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 3 | 146 | 0.63 | 0.98 | 0 | 0.43 | 261.4 | 0.96 | 0.29 |
| Hex | 36 | 3 | 92 | 3F | 62 | 0 | 2B | 105 | 60 | 1D |
| Octal | 66 | 3 | 222 | 77 | 142 | 0 | 53 | 405 | 140 | 35 |
| Binary | 110110 | 11 | 10010010 | 111111 | 1100010 | 0 | 101011 | 100000101 | 1100000 | 11101 |
Color Harmonies of #360392
Complementary color
Monochromatic Colors of #360392
Black with #360392
Text Example
Text Example
White with #360392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360392; }
p { color: rgb(54,3,146); }
H1.HeaderClassName
{
color: #360392;
}
.AnyTagClassName
{
color: #360392;
}
</style>
background-color css
<style>
a { background-color: #360392; }
a { background-color: rgb(54,3,146); }
div.DivClassName
{
background-color: #360392;
}
.BgClassName
{
background-color: #360392;
}
</style>
border-color css
<style>
span { border-color: #360392; }
span { border-color: rgb(54,3,146); }
td.TdClassName
{
border-color: #360392;
}
.TagClassName
{
border-color: #360392;
}
</style>