Shades of Persian Indigo #36187C
Tints of Persian Indigo #36187C
RGB
CMYK
RGB Variations
Color information
#36187C (or 0x36187C) is known color: Persian Indigo. HEX triplet: 36, 18 and 7C. RGB value is (54,24,124). Sum of RGB (Red+Green+Blue) = 54+24+124=202 (26% of max value = 765). Red value is 54 (21.48% from 255 or 26.73% from 202); Green value is 24 (9.77% from 255 or 11.88% from 202); Blue value is 124 (48.83% from 255 or 61.39% from 202); Max value from RGB is 124 - color contains mainly: blue. Hex color #36187C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #36187C is #C9E783. Grayscale: #2C2C2C. Windows color (decimal): -13232004 or 8132662. OLE color: 8132662.
HSL color Cylindrical-coordinate representation of color #36187C: hue angle of 258º degrees, saturation: 0.68, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #36187C is Cyan = 0.56, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 54 | 24 | 124 | - |
| CMYK | 0.56 | 0.81 | 0 | 0.51 |
| HSL | 258º | 0.68% | 0.29% | - |
| HSV(B) | 258º | 0.81% | 0.49% | - |
| XYZ | 5.49 | 2.89 | 19.34 | - |
| YUV | 44.37 | 172.94 | 134.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 24 | 124 | 0.56 | 0.81 | 0 | 0.51 | 258 | 0.68 | 0.29 |
| Hex | 36 | 18 | 7C | 38 | 51 | 0 | 33 | 102 | 44 | 1D |
| Octal | 66 | 30 | 174 | 70 | 121 | 0 | 63 | 402 | 104 | 35 |
| Binary | 110110 | 11000 | 1111100 | 111000 | 1010001 | 0 | 110011 | 100000010 | 1000100 | 11101 |
Color Harmonies of #36187C
Complementary color
Monochromatic Colors of #36187C
Black with #36187C
Text Example
Text Example
White with #36187C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36187C; }
p { color: rgb(54,24,124); }
H1.HeaderClassName
{
color: #36187C;
}
.AnyTagClassName
{
color: #36187C;
}
</style>
background-color css
<style>
a { background-color: #36187C; }
a { background-color: rgb(54,24,124); }
div.DivClassName
{
background-color: #36187C;
}
.BgClassName
{
background-color: #36187C;
}
</style>
border-color css
<style>
span { border-color: #36187C; }
span { border-color: rgb(54,24,124); }
td.TdClassName
{
border-color: #36187C;
}
.TagClassName
{
border-color: #36187C;
}
</style>