Shades of Persian Indigo #41147F
Tints of Persian Indigo #41147F
RGB
CMYK
RGB Variations
Color information
#41147F (or 0x41147F) is known color: Persian Indigo. HEX triplet: 41, 14 and 7F. RGB value is (65,20,127). Sum of RGB (Red+Green+Blue) = 65+20+127=212 (28% of max value = 765). Red value is 65 (25.78% from 255 or 30.66% from 212); Green value is 20 (8.20% from 255 or 9.43% from 212); Blue value is 127 (50% from 255 or 59.91% from 212); Max value from RGB is 127 - color contains mainly: blue. Hex color #41147F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #41147F is #BEEB80. Grayscale: #2D2D2D. Windows color (decimal): -12512129 or 8328257. OLE color: 8328257.
HSL color Cylindrical-coordinate representation of color #41147F: hue angle of 265.23º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #41147F is Cyan = 0.49, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 65 | 20 | 127 | - |
| CMYK | 0.49 | 0.84 | 0 | 0.50 |
| HSL | 265.23º | 0.73% | 0.29% | - |
| HSV(B) | 265.23º | 0.84% | 0.5% | - |
| XYZ | 6.26 | 3.16 | 20.36 | - |
| YUV | 45.65 | 173.91 | 141.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 20 | 127 | 0.49 | 0.84 | 0 | 0.50 | 265.23 | 0.73 | 0.29 |
| Hex | 41 | 14 | 7F | 31 | 54 | 0 | 32 | 109 | 49 | 1D |
| Octal | 101 | 24 | 177 | 61 | 124 | 0 | 62 | 411 | 111 | 35 |
| Binary | 1000001 | 10100 | 1111111 | 110001 | 1010100 | 0 | 110010 | 100001001 | 1001001 | 11101 |
Color Harmonies of #41147F
Complementary color
Monochromatic Colors of #41147F
Black with #41147F
Text Example
Text Example
White with #41147F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41147F; }
p { color: rgb(65,20,127); }
H1.HeaderClassName
{
color: #41147F;
}
.AnyTagClassName
{
color: #41147F;
}
</style>
background-color css
<style>
a { background-color: #41147F; }
a { background-color: rgb(65,20,127); }
div.DivClassName
{
background-color: #41147F;
}
.BgClassName
{
background-color: #41147F;
}
</style>
border-color css
<style>
span { border-color: #41147F; }
span { border-color: rgb(65,20,127); }
td.TdClassName
{
border-color: #41147F;
}
.TagClassName
{
border-color: #41147F;
}
</style>