Shades of Persian Indigo #36157F
Tints of Persian Indigo #36157F
RGB
CMYK
RGB Variations
Color information
#36157F (or 0x36157F) is known color: Persian Indigo. HEX triplet: 36, 15 and 7F. RGB value is (54,21,127). Sum of RGB (Red+Green+Blue) = 54+21+127=202 (26% of max value = 765). Red value is 54 (21.48% from 255 or 26.73% from 202); Green value is 21 (8.59% from 255 or 10.40% from 202); Blue value is 127 (50% from 255 or 62.87% from 202); Max value from RGB is 127 - color contains mainly: blue. Hex color #36157F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #36157F is #C9EA80. Grayscale: #2A2A2A. Windows color (decimal): -13232769 or 8328502. OLE color: 8328502.
HSL color Cylindrical-coordinate representation of color #36157F: hue angle of 258.68º degrees, saturation: 0.72, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #36157F is Cyan = 0.57, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 54 | 21 | 127 | - |
| CMYK | 0.57 | 0.83 | 0 | 0.50 |
| HSL | 258.68º | 0.72% | 0.29% | - |
| HSV(B) | 258.68º | 0.83% | 0.5% | - |
| XYZ | 5.62 | 2.85 | 20.33 | - |
| YUV | 42.95 | 175.43 | 135.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 21 | 127 | 0.57 | 0.83 | 0 | 0.50 | 258.68 | 0.72 | 0.29 |
| Hex | 36 | 15 | 7F | 39 | 53 | 0 | 32 | 103 | 48 | 1D |
| Octal | 66 | 25 | 177 | 71 | 123 | 0 | 62 | 403 | 110 | 35 |
| Binary | 110110 | 10101 | 1111111 | 111001 | 1010011 | 0 | 110010 | 100000011 | 1001000 | 11101 |
Color Harmonies of #36157F
Complementary color
Monochromatic Colors of #36157F
Black with #36157F
Text Example
Text Example
White with #36157F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36157F; }
p { color: rgb(54,21,127); }
H1.HeaderClassName
{
color: #36157F;
}
.AnyTagClassName
{
color: #36157F;
}
</style>
background-color css
<style>
a { background-color: #36157F; }
a { background-color: rgb(54,21,127); }
div.DivClassName
{
background-color: #36157F;
}
.BgClassName
{
background-color: #36157F;
}
</style>
border-color css
<style>
span { border-color: #36157F; }
span { border-color: rgb(54,21,127); }
td.TdClassName
{
border-color: #36157F;
}
.TagClassName
{
border-color: #36157F;
}
</style>