Shades of Persian Indigo #41198F
Tints of Persian Indigo #41198F
RGB
CMYK
RGB Variations
Color information
#41198F (or 0x41198F) is known color: Persian Indigo. HEX triplet: 41, 19 and 8F. RGB value is (65,25,143). Sum of RGB (Red+Green+Blue) = 65+25+143=233 (30% of max value = 765). Red value is 65 (25.78% from 255 or 27.90% from 233); Green value is 25 (10.16% from 255 or 10.73% from 233); Blue value is 143 (56.25% from 255 or 61.37% from 233); Max value from RGB is 143 - color contains mainly: blue. Hex color #41198F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #41198F is #BEE670. Grayscale: #313131. Windows color (decimal): -12510833 or 9378113. OLE color: 9378113.
HSL color Cylindrical-coordinate representation of color #41198F: hue angle of 260.34º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #41198F is Cyan = 0.55, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 65 | 25 | 143 | - |
| CMYK | 0.55 | 0.83 | 0 | 0.44 |
| HSL | 260.34º | 0.7% | 0.33% | - |
| HSV(B) | 260.34º | 0.83% | 0.56% | - |
| XYZ | 7.49 | 3.8 | 26.33 | - |
| YUV | 50.41 | 180.25 | 138.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 25 | 143 | 0.55 | 0.83 | 0 | 0.44 | 260.34 | 0.7 | 0.33 |
| Hex | 41 | 19 | 8F | 37 | 53 | 0 | 2C | 104 | 46 | 21 |
| Octal | 101 | 31 | 217 | 67 | 123 | 0 | 54 | 404 | 106 | 41 |
| Binary | 1000001 | 11001 | 10001111 | 110111 | 1010011 | 0 | 101100 | 100000100 | 1000110 | 100001 |
Color Harmonies of #41198F
Complementary color
Monochromatic Colors of #41198F
Black with #41198F
Text Example
Text Example
White with #41198F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41198F; }
p { color: rgb(65,25,143); }
H1.HeaderClassName
{
color: #41198F;
}
.AnyTagClassName
{
color: #41198F;
}
</style>
background-color css
<style>
a { background-color: #41198F; }
a { background-color: rgb(65,25,143); }
div.DivClassName
{
background-color: #41198F;
}
.BgClassName
{
background-color: #41198F;
}
</style>
border-color css
<style>
span { border-color: #41198F; }
span { border-color: rgb(65,25,143); }
td.TdClassName
{
border-color: #41198F;
}
.TagClassName
{
border-color: #41198F;
}
</style>