Shades of Persian Indigo #41147C
Tints of Persian Indigo #41147C
RGB
CMYK
RGB Variations
Color information
#41147C (or 0x41147C) is known color: Persian Indigo. HEX triplet: 41, 14 and 7C. RGB value is (65,20,124). Sum of RGB (Red+Green+Blue) = 65+20+124=209 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.10% from 209); Green value is 20 (8.20% from 255 or 9.57% from 209); Blue value is 124 (48.83% from 255 or 59.33% from 209); Max value from RGB is 124 - color contains mainly: blue. Hex color #41147C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #41147C is #BEEB83. Grayscale: #2C2C2C. Windows color (decimal): -12512132 or 8131649. OLE color: 8131649.
HSL color Cylindrical-coordinate representation of color #41147C: hue angle of 265.96º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #41147C is Cyan = 0.48, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 65 | 20 | 124 | - |
| CMYK | 0.48 | 0.84 | 0 | 0.51 |
| HSL | 265.96º | 0.72% | 0.28% | - |
| HSV(B) | 265.96º | 0.84% | 0.49% | - |
| XYZ | 6.07 | 3.08 | 19.34 | - |
| YUV | 45.31 | 172.41 | 142.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 20 | 124 | 0.48 | 0.84 | 0 | 0.51 | 265.96 | 0.72 | 0.28 |
| Hex | 41 | 14 | 7C | 30 | 54 | 0 | 33 | 10A | 48 | 1C |
| Octal | 101 | 24 | 174 | 60 | 124 | 0 | 63 | 412 | 110 | 34 |
| Binary | 1000001 | 10100 | 1111100 | 110000 | 1010100 | 0 | 110011 | 100001010 | 1001000 | 11100 |
Color Harmonies of #41147C
Complementary color
Monochromatic Colors of #41147C
Black with #41147C
Text Example
Text Example
White with #41147C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41147C; }
p { color: rgb(65,20,124); }
H1.HeaderClassName
{
color: #41147C;
}
.AnyTagClassName
{
color: #41147C;
}
</style>
background-color css
<style>
a { background-color: #41147C; }
a { background-color: rgb(65,20,124); }
div.DivClassName
{
background-color: #41147C;
}
.BgClassName
{
background-color: #41147C;
}
</style>
border-color css
<style>
span { border-color: #41147C; }
span { border-color: rgb(65,20,124); }
td.TdClassName
{
border-color: #41147C;
}
.TagClassName
{
border-color: #41147C;
}
</style>