Shades of Persian Indigo #360888
Tints of Persian Indigo #360888
RGB
CMYK
RGB Variations
Color information
#360888 (or 0x360888) is known color: Persian Indigo. HEX triplet: 36, 08 and 88. RGB value is (54,8,136). Sum of RGB (Red+Green+Blue) = 54+8+136=198 (26% of max value = 765). Red value is 54 (21.48% from 255 or 27.27% from 198); Green value is 8 (3.52% from 255 or 4.04% from 198); Blue value is 136 (53.52% from 255 or 68.69% from 198); Max value from RGB is 136 - color contains mainly: blue. Hex color #360888 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #360888 is #C9F777. Grayscale: #232323. Windows color (decimal): -13236088 or 8914998. OLE color: 8914998.
HSL color Cylindrical-coordinate representation of color #360888: hue angle of 261.56º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #360888 is Cyan = 0.60, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 54 | 8 | 136 | - |
| CMYK | 0.60 | 0.94 | 0 | 0.47 |
| HSL | 261.56º | 0.89% | 0.28% | - |
| HSV(B) | 261.56º | 0.94% | 0.53% | - |
| XYZ | 6.05 | 2.74 | 23.5 | - |
| YUV | 36.35 | 184.24 | 140.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 8 | 136 | 0.60 | 0.94 | 0 | 0.47 | 261.56 | 0.89 | 0.28 |
| Hex | 36 | 8 | 88 | 3C | 5E | 0 | 2F | 106 | 59 | 1C |
| Octal | 66 | 10 | 210 | 74 | 136 | 0 | 57 | 406 | 131 | 34 |
| Binary | 110110 | 1000 | 10001000 | 111100 | 1011110 | 0 | 101111 | 100000110 | 1011001 | 11100 |
Color Harmonies of #360888
Complementary color
Monochromatic Colors of #360888
Black with #360888
Text Example
Text Example
White with #360888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360888; }
p { color: rgb(54,8,136); }
H1.HeaderClassName
{
color: #360888;
}
.AnyTagClassName
{
color: #360888;
}
</style>
background-color css
<style>
a { background-color: #360888; }
a { background-color: rgb(54,8,136); }
div.DivClassName
{
background-color: #360888;
}
.BgClassName
{
background-color: #360888;
}
</style>
border-color css
<style>
span { border-color: #360888; }
span { border-color: rgb(54,8,136); }
td.TdClassName
{
border-color: #360888;
}
.TagClassName
{
border-color: #360888;
}
</style>