Shades of Persian Indigo #360B85
Tints of Persian Indigo #360B85
RGB
CMYK
RGB Variations
Color information
#360B85 (or 0x360B85) is known color: Persian Indigo. HEX triplet: 36, 0B and 85. RGB value is (54,11,133). Sum of RGB (Red+Green+Blue) = 54+11+133=198 (26% of max value = 765). Red value is 54 (21.48% from 255 or 27.27% from 198); Green value is 11 (4.69% from 255 or 5.56% from 198); Blue value is 133 (52.34% from 255 or 67.17% from 198); Max value from RGB is 133 - color contains mainly: blue. Hex color #360B85 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #360B85 is #C9F47A. Grayscale: #252525. Windows color (decimal): -13235323 or 8719158. OLE color: 8719158.
HSL color Cylindrical-coordinate representation of color #360B85: hue angle of 261.15º degrees, saturation: 0.85, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #360B85 is Cyan = 0.59, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 54 | 11 | 133 | - |
| CMYK | 0.59 | 0.92 | 0 | 0.48 |
| HSL | 261.15º | 0.85% | 0.28% | - |
| HSV(B) | 261.15º | 0.92% | 0.52% | - |
| XYZ | 5.87 | 2.72 | 22.41 | - |
| YUV | 37.77 | 181.75 | 139.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 11 | 133 | 0.59 | 0.92 | 0 | 0.48 | 261.15 | 0.85 | 0.28 |
| Hex | 36 | B | 85 | 3B | 5C | 0 | 30 | 105 | 55 | 1C |
| Octal | 66 | 13 | 205 | 73 | 134 | 0 | 60 | 405 | 125 | 34 |
| Binary | 110110 | 1011 | 10000101 | 111011 | 1011100 | 0 | 110000 | 100000101 | 1010101 | 11100 |
Color Harmonies of #360B85
Complementary color
Monochromatic Colors of #360B85
Black with #360B85
Text Example
Text Example
White with #360B85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360B85; }
p { color: rgb(54,11,133); }
H1.HeaderClassName
{
color: #360B85;
}
.AnyTagClassName
{
color: #360B85;
}
</style>
background-color css
<style>
a { background-color: #360B85; }
a { background-color: rgb(54,11,133); }
div.DivClassName
{
background-color: #360B85;
}
.BgClassName
{
background-color: #360B85;
}
</style>
border-color css
<style>
span { border-color: #360B85; }
span { border-color: rgb(54,11,133); }
td.TdClassName
{
border-color: #360B85;
}
.TagClassName
{
border-color: #360B85;
}
</style>