Shades of Persian Indigo #36088F
Tints of Persian Indigo #36088F
RGB
CMYK
RGB Variations
Color information
#36088F (or 0x36088F) is known color: Persian Indigo. HEX triplet: 36, 08 and 8F. RGB value is (54,8,143). Sum of RGB (Red+Green+Blue) = 54+8+143=205 (27% of max value = 765). Red value is 54 (21.48% from 255 or 26.34% from 205); Green value is 8 (3.52% from 255 or 3.90% from 205); Blue value is 143 (56.25% from 255 or 69.76% from 205); Max value from RGB is 143 - color contains mainly: blue. Hex color #36088F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #36088F is #C9F770. Grayscale: #242424. Windows color (decimal): -13236081 or 9373750. OLE color: 9373750.
HSL color Cylindrical-coordinate representation of color #36088F: hue angle of 260.44º degrees, saturation: 0.89, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #36088F is Cyan = 0.62, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 54 | 8 | 143 | - |
| CMYK | 0.62 | 0.94 | 0 | 0.44 |
| HSL | 260.44º | 0.89% | 0.3% | - |
| HSV(B) | 260.44º | 0.94% | 0.56% | - |
| XYZ | 6.57 | 2.94 | 26.21 | - |
| YUV | 37.14 | 187.74 | 140.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 8 | 143 | 0.62 | 0.94 | 0 | 0.44 | 260.44 | 0.89 | 0.3 |
| Hex | 36 | 8 | 8F | 3E | 5E | 0 | 2C | 104 | 59 | 1E |
| Octal | 66 | 10 | 217 | 76 | 136 | 0 | 54 | 404 | 131 | 36 |
| Binary | 110110 | 1000 | 10001111 | 111110 | 1011110 | 0 | 101100 | 100000100 | 1011001 | 11110 |
Color Harmonies of #36088F
Complementary color
Monochromatic Colors of #36088F
Black with #36088F
Text Example
Text Example
White with #36088F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36088F; }
p { color: rgb(54,8,143); }
H1.HeaderClassName
{
color: #36088F;
}
.AnyTagClassName
{
color: #36088F;
}
</style>
background-color css
<style>
a { background-color: #36088F; }
a { background-color: rgb(54,8,143); }
div.DivClassName
{
background-color: #36088F;
}
.BgClassName
{
background-color: #36088F;
}
</style>
border-color css
<style>
span { border-color: #36088F; }
span { border-color: rgb(54,8,143); }
td.TdClassName
{
border-color: #36088F;
}
.TagClassName
{
border-color: #36088F;
}
</style>