Shades of Persian Indigo #36118C
Tints of Persian Indigo #36118C
RGB
CMYK
RGB Variations
Color information
#36118C (or 0x36118C) is known color: Persian Indigo. HEX triplet: 36, 11 and 8C. RGB value is (54,17,140). Sum of RGB (Red+Green+Blue) = 54+17+140=211 (27% of max value = 765). Red value is 54 (21.48% from 255 or 25.59% from 211); Green value is 17 (7.03% from 255 or 8.06% from 211); Blue value is 140 (55.08% from 255 or 66.35% from 211); Max value from RGB is 140 - color contains mainly: blue. Hex color #36118C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #36118C is #C9EE73. Grayscale: #292929. Windows color (decimal): -13233780 or 9179446. OLE color: 9179446.
HSL color Cylindrical-coordinate representation of color #36118C: hue angle of 258.05º degrees, saturation: 0.78, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #36118C is Cyan = 0.61, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 54 | 17 | 140 | - |
| CMYK | 0.61 | 0.88 | 0 | 0.45 |
| HSL | 258.05º | 0.78% | 0.31% | - |
| HSV(B) | 258.05º | 0.88% | 0.55% | - |
| XYZ | 6.46 | 3.08 | 25.06 | - |
| YUV | 42.09 | 183.26 | 136.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 17 | 140 | 0.61 | 0.88 | 0 | 0.45 | 258.05 | 0.78 | 0.31 |
| Hex | 36 | 11 | 8C | 3D | 58 | 0 | 2D | 102 | 4E | 1F |
| Octal | 66 | 21 | 214 | 75 | 130 | 0 | 55 | 402 | 116 | 37 |
| Binary | 110110 | 10001 | 10001100 | 111101 | 1011000 | 0 | 101101 | 100000010 | 1001110 | 11111 |
Color Harmonies of #36118C
Complementary color
Monochromatic Colors of #36118C
Black with #36118C
Text Example
Text Example
White with #36118C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36118C; }
p { color: rgb(54,17,140); }
H1.HeaderClassName
{
color: #36118C;
}
.AnyTagClassName
{
color: #36118C;
}
</style>
background-color css
<style>
a { background-color: #36118C; }
a { background-color: rgb(54,17,140); }
div.DivClassName
{
background-color: #36118C;
}
.BgClassName
{
background-color: #36118C;
}
</style>
border-color css
<style>
span { border-color: #36118C; }
span { border-color: rgb(54,17,140); }
td.TdClassName
{
border-color: #36118C;
}
.TagClassName
{
border-color: #36118C;
}
</style>