Shades of Persian Indigo #36188D
Tints of Persian Indigo #36188D
RGB
CMYK
RGB Variations
Color information
#36188D (or 0x36188D) is known color: Persian Indigo. HEX triplet: 36, 18 and 8D. RGB value is (54,24,141). Sum of RGB (Red+Green+Blue) = 54+24+141=219 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24.66% from 219); Green value is 24 (9.77% from 255 or 10.96% from 219); Blue value is 141 (55.47% from 255 or 64.38% from 219); Max value from RGB is 141 - color contains mainly: blue. Hex color #36188D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #36188D is #C9E772. Grayscale: #2D2D2D. Windows color (decimal): -13231987 or 9246774. OLE color: 9246774.
HSL color Cylindrical-coordinate representation of color #36188D: hue angle of 255.38º degrees, saturation: 0.71, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #36188D is Cyan = 0.62, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 54 | 24 | 141 | - |
| CMYK | 0.62 | 0.83 | 0 | 0.45 |
| HSL | 255.38º | 0.71% | 0.32% | - |
| HSV(B) | 255.38º | 0.83% | 0.55% | - |
| XYZ | 6.66 | 3.36 | 25.5 | - |
| YUV | 46.31 | 181.44 | 133.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 24 | 141 | 0.62 | 0.83 | 0 | 0.45 | 255.38 | 0.71 | 0.32 |
| Hex | 36 | 18 | 8D | 3E | 53 | 0 | 2D | FF | 47 | 20 |
| Octal | 66 | 30 | 215 | 76 | 123 | 0 | 55 | 377 | 107 | 40 |
| Binary | 110110 | 11000 | 10001101 | 111110 | 1010011 | 0 | 101101 | 11111111 | 1000111 | 100000 |
Color Harmonies of #36188D
Complementary color
Monochromatic Colors of #36188D
Black with #36188D
Text Example
Text Example
White with #36188D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36188D; }
p { color: rgb(54,24,141); }
H1.HeaderClassName
{
color: #36188D;
}
.AnyTagClassName
{
color: #36188D;
}
</style>
background-color css
<style>
a { background-color: #36188D; }
a { background-color: rgb(54,24,141); }
div.DivClassName
{
background-color: #36188D;
}
.BgClassName
{
background-color: #36188D;
}
</style>
border-color css
<style>
span { border-color: #36188D; }
span { border-color: rgb(54,24,141); }
td.TdClassName
{
border-color: #36188D;
}
.TagClassName
{
border-color: #36188D;
}
</style>