Shades of Persian Indigo #360C88
Tints of Persian Indigo #360C88
RGB
CMYK
RGB Variations
Color information
#360C88 (or 0x360C88) is known color: Persian Indigo. HEX triplet: 36, 0C and 88. RGB value is (54,12,136). Sum of RGB (Red+Green+Blue) = 54+12+136=202 (26% of max value = 765). Red value is 54 (21.48% from 255 or 26.73% from 202); Green value is 12 (5.08% from 255 or 5.94% from 202); Blue value is 136 (53.52% from 255 or 67.33% from 202); Max value from RGB is 136 - color contains mainly: blue. Hex color #360C88 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #360C88 is #C9F377. Grayscale: #262626. Windows color (decimal): -13235064 or 8916022. OLE color: 8916022.
HSL color Cylindrical-coordinate representation of color #360C88: hue angle of 260.32º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #360C88 is Cyan = 0.60, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 54 | 12 | 136 | - |
| CMYK | 0.60 | 0.91 | 0 | 0.47 |
| HSL | 260.32º | 0.84% | 0.29% | - |
| HSV(B) | 260.32º | 0.91% | 0.53% | - |
| XYZ | 6.1 | 2.82 | 23.52 | - |
| YUV | 38.69 | 182.91 | 138.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 12 | 136 | 0.60 | 0.91 | 0 | 0.47 | 260.32 | 0.84 | 0.29 |
| Hex | 36 | C | 88 | 3C | 5B | 0 | 2F | 104 | 54 | 1D |
| Octal | 66 | 14 | 210 | 74 | 133 | 0 | 57 | 404 | 124 | 35 |
| Binary | 110110 | 1100 | 10001000 | 111100 | 1011011 | 0 | 101111 | 100000100 | 1010100 | 11101 |
Color Harmonies of #360C88
Complementary color
Monochromatic Colors of #360C88
Black with #360C88
Text Example
Text Example
White with #360C88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360C88; }
p { color: rgb(54,12,136); }
H1.HeaderClassName
{
color: #360C88;
}
.AnyTagClassName
{
color: #360C88;
}
</style>
background-color css
<style>
a { background-color: #360C88; }
a { background-color: rgb(54,12,136); }
div.DivClassName
{
background-color: #360C88;
}
.BgClassName
{
background-color: #360C88;
}
</style>
border-color css
<style>
span { border-color: #360C88; }
span { border-color: rgb(54,12,136); }
td.TdClassName
{
border-color: #360C88;
}
.TagClassName
{
border-color: #360C88;
}
</style>