Shades of Persian Indigo #36157D
Tints of Persian Indigo #36157D
RGB
CMYK
RGB Variations
Color information
#36157D (or 0x36157D) is known color: Persian Indigo. HEX triplet: 36, 15 and 7D. RGB value is (54,21,125). Sum of RGB (Red+Green+Blue) = 54+21+125=200 (26% of max value = 765). Red value is 54 (21.48% from 255 or 27% from 200); Green value is 21 (8.59% from 255 or 10.5% from 200); Blue value is 125 (49.22% from 255 or 62.5% from 200); Max value from RGB is 125 - color contains mainly: blue. Hex color #36157D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #36157D is #C9EA82. Grayscale: #2A2A2A. Windows color (decimal): -13232771 or 8197430. OLE color: 8197430.
HSL color Cylindrical-coordinate representation of color #36157D: hue angle of 259.04º degrees, saturation: 0.71, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #36157D is Cyan = 0.57, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 54 | 21 | 125 | - |
| CMYK | 0.57 | 0.83 | 0 | 0.51 |
| HSL | 259.04º | 0.71% | 0.29% | - |
| HSV(B) | 259.04º | 0.83% | 0.49% | - |
| XYZ | 5.49 | 2.8 | 19.65 | - |
| YUV | 42.72 | 174.43 | 136.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 21 | 125 | 0.57 | 0.83 | 0 | 0.51 | 259.04 | 0.71 | 0.29 |
| Hex | 36 | 15 | 7D | 39 | 53 | 0 | 33 | 103 | 47 | 1D |
| Octal | 66 | 25 | 175 | 71 | 123 | 0 | 63 | 403 | 107 | 35 |
| Binary | 110110 | 10101 | 1111101 | 111001 | 1010011 | 0 | 110011 | 100000011 | 1000111 | 11101 |
Color Harmonies of #36157D
Complementary color
Monochromatic Colors of #36157D
Black with #36157D
Text Example
Text Example
White with #36157D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36157D; }
p { color: rgb(54,21,125); }
H1.HeaderClassName
{
color: #36157D;
}
.AnyTagClassName
{
color: #36157D;
}
</style>
background-color css
<style>
a { background-color: #36157D; }
a { background-color: rgb(54,21,125); }
div.DivClassName
{
background-color: #36157D;
}
.BgClassName
{
background-color: #36157D;
}
</style>
border-color css
<style>
span { border-color: #36157D; }
span { border-color: rgb(54,21,125); }
td.TdClassName
{
border-color: #36157D;
}
.TagClassName
{
border-color: #36157D;
}
</style>