Shades of Persian Indigo #36046F
Tints of Persian Indigo #36046F
RGB
CMYK
RGB Variations
Color information
#36046F (or 0x36046F) is known color: Persian Indigo. HEX triplet: 36, 04 and 6F. RGB value is (54,4,111). Sum of RGB (Red+Green+Blue) = 54+4+111=169 (22% of max value = 765). Red value is 54 (21.48% from 255 or 31.95% from 169); Green value is 4 (1.95% from 255 or 2.37% from 169); Blue value is 111 (43.75% from 255 or 65.68% from 169); Max value from RGB is 111 - color contains mainly: blue. Hex color #36046F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #36046F is #C9FB90. Grayscale: #1E1E1E. Windows color (decimal): -13237137 or 7275574. OLE color: 7275574.
HSL color Cylindrical-coordinate representation of color #36046F: hue angle of 268.04º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #36046F is Cyan = 0.51, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 54 | 4 | 111 | - |
| CMYK | 0.51 | 0.96 | 0 | 0.56 |
| HSL | 268.04º | 0.93% | 0.23% | - |
| HSV(B) | 268.04º | 0.96% | 0.44% | - |
| XYZ | 4.43 | 2.02 | 15.19 | - |
| YUV | 31.15 | 173.07 | 144.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 4 | 111 | 0.51 | 0.96 | 0 | 0.56 | 268.04 | 0.93 | 0.23 |
| Hex | 36 | 4 | 6F | 33 | 60 | 0 | 38 | 10C | 5D | 17 |
| Octal | 66 | 4 | 157 | 63 | 140 | 0 | 70 | 414 | 135 | 27 |
| Binary | 110110 | 100 | 1101111 | 110011 | 1100000 | 0 | 111000 | 100001100 | 1011101 | 10111 |
Color Harmonies of #36046F
Complementary color
Monochromatic Colors of #36046F
Black with #36046F
Text Example
Text Example
White with #36046F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36046F; }
p { color: rgb(54,4,111); }
H1.HeaderClassName
{
color: #36046F;
}
.AnyTagClassName
{
color: #36046F;
}
</style>
background-color css
<style>
a { background-color: #36046F; }
a { background-color: rgb(54,4,111); }
div.DivClassName
{
background-color: #36046F;
}
.BgClassName
{
background-color: #36046F;
}
</style>
border-color css
<style>
span { border-color: #36046F; }
span { border-color: rgb(54,4,111); }
td.TdClassName
{
border-color: #36046F;
}
.TagClassName
{
border-color: #36046F;
}
</style>