Shades of Persian Indigo #360F88
Tints of Persian Indigo #360F88
RGB
CMYK
RGB Variations
Color information
#360F88 (or 0x360F88) is known color: Persian Indigo. HEX triplet: 36, 0F and 88. RGB value is (54,15,136). Sum of RGB (Red+Green+Blue) = 54+15+136=205 (27% of max value = 765). Red value is 54 (21.48% from 255 or 26.34% from 205); Green value is 15 (6.25% from 255 or 7.32% from 205); Blue value is 136 (53.52% from 255 or 66.34% from 205); Max value from RGB is 136 - color contains mainly: blue. Hex color #360F88 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #360F88 is #C9F077. Grayscale: #282828. Windows color (decimal): -13234296 or 8916790. OLE color: 8916790.
HSL color Cylindrical-coordinate representation of color #360F88: hue angle of 259.34º degrees, saturation: 0.8, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #360F88 is Cyan = 0.60, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 54 | 15 | 136 | - |
| CMYK | 0.60 | 0.89 | 0 | 0.47 |
| HSL | 259.34º | 0.8% | 0.3% | - |
| HSV(B) | 259.34º | 0.89% | 0.53% | - |
| XYZ | 6.14 | 2.9 | 23.53 | - |
| YUV | 40.46 | 181.92 | 137.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 15 | 136 | 0.60 | 0.89 | 0 | 0.47 | 259.34 | 0.8 | 0.3 |
| Hex | 36 | F | 88 | 3C | 59 | 0 | 2F | 103 | 50 | 1E |
| Octal | 66 | 17 | 210 | 74 | 131 | 0 | 57 | 403 | 120 | 36 |
| Binary | 110110 | 1111 | 10001000 | 111100 | 1011001 | 0 | 101111 | 100000011 | 1010000 | 11110 |
Color Harmonies of #360F88
Complementary color
Monochromatic Colors of #360F88
Black with #360F88
Text Example
Text Example
White with #360F88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360F88; }
p { color: rgb(54,15,136); }
H1.HeaderClassName
{
color: #360F88;
}
.AnyTagClassName
{
color: #360F88;
}
</style>
background-color css
<style>
a { background-color: #360F88; }
a { background-color: rgb(54,15,136); }
div.DivClassName
{
background-color: #360F88;
}
.BgClassName
{
background-color: #360F88;
}
</style>
border-color css
<style>
span { border-color: #360F88; }
span { border-color: rgb(54,15,136); }
td.TdClassName
{
border-color: #360F88;
}
.TagClassName
{
border-color: #360F88;
}
</style>