Shades of Persian Indigo #360192
Tints of Persian Indigo #360192
RGB
CMYK
RGB Variations
Color information
#360192 (or 0x360192) is known color: Persian Indigo. HEX triplet: 36, 01 and 92. RGB value is (54,1,146). Sum of RGB (Red+Green+Blue) = 54+1+146=201 (26% of max value = 765). Red value is 54 (21.48% from 255 or 26.87% from 201); Green value is 1 (0.78% from 255 or 0.50% from 201); Blue value is 146 (57.42% from 255 or 72.64% from 201); Max value from RGB is 146 - color contains mainly: blue. Hex color #360192 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #360192 is #C9FE6D. Grayscale: #202020. Windows color (decimal): -13237870 or 9568566. OLE color: 9568566.
HSL color Cylindrical-coordinate representation of color #360192: hue angle of 261.93º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #360192 is Cyan = 0.63, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 54 | 1 | 146 | - |
| CMYK | 0.63 | 0.99 | 0 | 0.43 |
| HSL | 261.93º | 0.99% | 0.29% | - |
| HSV(B) | 261.93º | 0.99% | 0.57% | - |
| XYZ | 6.72 | 2.88 | 27.4 | - |
| YUV | 33.38 | 191.56 | 142.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 1 | 146 | 0.63 | 0.99 | 0 | 0.43 | 261.93 | 0.99 | 0.29 |
| Hex | 36 | 1 | 92 | 3F | 63 | 0 | 2B | 106 | 63 | 1D |
| Octal | 66 | 1 | 222 | 77 | 143 | 0 | 53 | 406 | 143 | 35 |
| Binary | 110110 | 1 | 10010010 | 111111 | 1100011 | 0 | 101011 | 100000110 | 1100011 | 11101 |
Color Harmonies of #360192
Complementary color
Monochromatic Colors of #360192
Black with #360192
Text Example
Text Example
White with #360192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360192; }
p { color: rgb(54,1,146); }
H1.HeaderClassName
{
color: #360192;
}
.AnyTagClassName
{
color: #360192;
}
</style>
background-color css
<style>
a { background-color: #360192; }
a { background-color: rgb(54,1,146); }
div.DivClassName
{
background-color: #360192;
}
.BgClassName
{
background-color: #360192;
}
</style>
border-color css
<style>
span { border-color: #360192; }
span { border-color: rgb(54,1,146); }
td.TdClassName
{
border-color: #360192;
}
.TagClassName
{
border-color: #360192;
}
</style>