Shades of Persian Indigo #36147E
Tints of Persian Indigo #36147E
RGB
CMYK
RGB Variations
Color information
#36147E (or 0x36147E) is known color: Persian Indigo. HEX triplet: 36, 14 and 7E. RGB value is (54,20,126). Sum of RGB (Red+Green+Blue) = 54+20+126=200 (26% of max value = 765). Red value is 54 (21.48% from 255 or 27% from 200); Green value is 20 (8.20% from 255 or 10% from 200); Blue value is 126 (49.61% from 255 or 63% from 200); Max value from RGB is 126 - color contains mainly: blue. Hex color #36147E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #36147E is #C9EB81. Grayscale: #292929. Windows color (decimal): -13233026 or 8262710. OLE color: 8262710.
HSL color Cylindrical-coordinate representation of color #36147E: hue angle of 259.25º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #36147E is Cyan = 0.57, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 54 | 20 | 126 | - |
| CMYK | 0.57 | 0.84 | 0 | 0.51 |
| HSL | 259.25º | 0.73% | 0.29% | - |
| HSV(B) | 259.25º | 0.84% | 0.49% | - |
| XYZ | 5.54 | 2.79 | 19.99 | - |
| YUV | 42.25 | 175.26 | 136.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 20 | 126 | 0.57 | 0.84 | 0 | 0.51 | 259.25 | 0.73 | 0.29 |
| Hex | 36 | 14 | 7E | 39 | 54 | 0 | 33 | 103 | 49 | 1D |
| Octal | 66 | 24 | 176 | 71 | 124 | 0 | 63 | 403 | 111 | 35 |
| Binary | 110110 | 10100 | 1111110 | 111001 | 1010100 | 0 | 110011 | 100000011 | 1001001 | 11101 |
Color Harmonies of #36147E
Complementary color
Monochromatic Colors of #36147E
Black with #36147E
Text Example
Text Example
White with #36147E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36147E; }
p { color: rgb(54,20,126); }
H1.HeaderClassName
{
color: #36147E;
}
.AnyTagClassName
{
color: #36147E;
}
</style>
background-color css
<style>
a { background-color: #36147E; }
a { background-color: rgb(54,20,126); }
div.DivClassName
{
background-color: #36147E;
}
.BgClassName
{
background-color: #36147E;
}
</style>
border-color css
<style>
span { border-color: #36147E; }
span { border-color: rgb(54,20,126); }
td.TdClassName
{
border-color: #36147E;
}
.TagClassName
{
border-color: #36147E;
}
</style>