Shades of Persian Indigo #41116F
Tints of Persian Indigo #41116F
RGB
CMYK
RGB Variations
Color information
#41116F (or 0x41116F) is known color: Persian Indigo. HEX triplet: 41, 11 and 6F. RGB value is (65,17,111). Sum of RGB (Red+Green+Blue) = 65+17+111=193 (25% of max value = 765). Red value is 65 (25.78% from 255 or 33.68% from 193); Green value is 17 (7.03% from 255 or 8.81% from 193); Blue value is 111 (43.75% from 255 or 57.51% from 193); Max value from RGB is 111 - color contains mainly: blue. Hex color #41116F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #41116F is #BEEE90. Grayscale: #292929. Windows color (decimal): -12512913 or 7278913. OLE color: 7278913.
HSL color Cylindrical-coordinate representation of color #41116F: hue angle of 270.64º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #41116F is Cyan = 0.41, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 65 | 17 | 111 | - |
| CMYK | 0.41 | 0.85 | 0 | 0.56 |
| HSL | 270.64º | 0.73% | 0.25% | - |
| HSV(B) | 270.64º | 0.85% | 0.44% | - |
| XYZ | 5.25 | 2.67 | 15.28 | - |
| YUV | 42.07 | 166.9 | 144.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 17 | 111 | 0.41 | 0.85 | 0 | 0.56 | 270.64 | 0.73 | 0.25 |
| Hex | 41 | 11 | 6F | 29 | 55 | 0 | 38 | 10F | 49 | 19 |
| Octal | 101 | 21 | 157 | 51 | 125 | 0 | 70 | 417 | 111 | 31 |
| Binary | 1000001 | 10001 | 1101111 | 101001 | 1010101 | 0 | 111000 | 100001111 | 1001001 | 11001 |
Color Harmonies of #41116F
Complementary color
Monochromatic Colors of #41116F
Black with #41116F
Text Example
Text Example
White with #41116F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41116F; }
p { color: rgb(65,17,111); }
H1.HeaderClassName
{
color: #41116F;
}
.AnyTagClassName
{
color: #41116F;
}
</style>
background-color css
<style>
a { background-color: #41116F; }
a { background-color: rgb(65,17,111); }
div.DivClassName
{
background-color: #41116F;
}
.BgClassName
{
background-color: #41116F;
}
</style>
border-color css
<style>
span { border-color: #41116F; }
span { border-color: rgb(65,17,111); }
td.TdClassName
{
border-color: #41116F;
}
.TagClassName
{
border-color: #41116F;
}
</style>