Shades of Persian Indigo #42116F
Tints of Persian Indigo #42116F
RGB
CMYK
RGB Variations
Color information
#42116F (or 0x42116F) is known color: Persian Indigo. HEX triplet: 42, 11 and 6F. RGB value is (66,17,111). Sum of RGB (Red+Green+Blue) = 66+17+111=194 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.02% from 194); Green value is 17 (7.03% from 255 or 8.76% from 194); Blue value is 111 (43.75% from 255 or 57.22% from 194); Max value from RGB is 111 - color contains mainly: blue. Hex color #42116F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #42116F is #BDEE90. Grayscale: #2A2A2A. Windows color (decimal): -12447377 or 7278914. OLE color: 7278914.
HSL color Cylindrical-coordinate representation of color #42116F: hue angle of 271.28º 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 #42116F is Cyan = 0.41, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 66 | 17 | 111 | - |
| CMYK | 0.41 | 0.85 | 0 | 0.56 |
| HSL | 271.28º | 0.73% | 0.25% | - |
| HSV(B) | 271.28º | 0.85% | 0.44% | - |
| XYZ | 5.32 | 2.71 | 15.28 | - |
| YUV | 42.37 | 166.73 | 144.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 17 | 111 | 0.41 | 0.85 | 0 | 0.56 | 271.28 | 0.73 | 0.25 |
| Hex | 42 | 11 | 6F | 29 | 55 | 0 | 38 | 10F | 49 | 19 |
| Octal | 102 | 21 | 157 | 51 | 125 | 0 | 70 | 417 | 111 | 31 |
| Binary | 1000010 | 10001 | 1101111 | 101001 | 1010101 | 0 | 111000 | 100001111 | 1001001 | 11001 |
Color Harmonies of #42116F
Complementary color
Monochromatic Colors of #42116F
Black with #42116F
Text Example
Text Example
White with #42116F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42116F; }
p { color: rgb(66,17,111); }
H1.HeaderClassName
{
color: #42116F;
}
.AnyTagClassName
{
color: #42116F;
}
</style>
background-color css
<style>
a { background-color: #42116F; }
a { background-color: rgb(66,17,111); }
div.DivClassName
{
background-color: #42116F;
}
.BgClassName
{
background-color: #42116F;
}
</style>
border-color css
<style>
span { border-color: #42116F; }
span { border-color: rgb(66,17,111); }
td.TdClassName
{
border-color: #42116F;
}
.TagClassName
{
border-color: #42116F;
}
</style>