Shades of Persian Indigo #36136F
Tints of Persian Indigo #36136F
RGB
CMYK
RGB Variations
Color information
#36136F (or 0x36136F) is known color: Persian Indigo. HEX triplet: 36, 13 and 6F. RGB value is (54,19,111). Sum of RGB (Red+Green+Blue) = 54+19+111=184 (24% of max value = 765). Red value is 54 (21.48% from 255 or 29.35% from 184); Green value is 19 (7.81% from 255 or 10.33% from 184); Blue value is 111 (43.75% from 255 or 60.33% from 184); Max value from RGB is 111 - color contains mainly: blue. Hex color #36136F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #36136F is #C9EC90. Grayscale: #272727. Windows color (decimal): -13233297 or 7279414. OLE color: 7279414.
HSL color Cylindrical-coordinate representation of color #36136F: hue angle of 262.83º degrees, saturation: 0.71, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #36136F is Cyan = 0.51, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 54 | 19 | 111 | - |
| CMYK | 0.51 | 0.83 | 0 | 0.56 |
| HSL | 262.83º | 0.71% | 0.25% | - |
| HSV(B) | 262.83º | 0.83% | 0.44% | - |
| XYZ | 4.62 | 2.4 | 15.26 | - |
| YUV | 39.95 | 168.1 | 138.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 19 | 111 | 0.51 | 0.83 | 0 | 0.56 | 262.83 | 0.71 | 0.25 |
| Hex | 36 | 13 | 6F | 33 | 53 | 0 | 38 | 107 | 47 | 19 |
| Octal | 66 | 23 | 157 | 63 | 123 | 0 | 70 | 407 | 107 | 31 |
| Binary | 110110 | 10011 | 1101111 | 110011 | 1010011 | 0 | 111000 | 100000111 | 1000111 | 11001 |
Color Harmonies of #36136F
Complementary color
Monochromatic Colors of #36136F
Black with #36136F
Text Example
Text Example
White with #36136F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36136F; }
p { color: rgb(54,19,111); }
H1.HeaderClassName
{
color: #36136F;
}
.AnyTagClassName
{
color: #36136F;
}
</style>
background-color css
<style>
a { background-color: #36136F; }
a { background-color: rgb(54,19,111); }
div.DivClassName
{
background-color: #36136F;
}
.BgClassName
{
background-color: #36136F;
}
</style>
border-color css
<style>
span { border-color: #36136F; }
span { border-color: rgb(54,19,111); }
td.TdClassName
{
border-color: #36136F;
}
.TagClassName
{
border-color: #36136F;
}
</style>