Shades of Persian Indigo #41199E
Tints of Persian Indigo #41199E
RGB
CMYK
RGB Variations
Color information
#41199E (or 0x41199E) is known color: Persian Indigo. HEX triplet: 41, 19 and 9E. RGB value is (65,25,158). Sum of RGB (Red+Green+Blue) = 65+25+158=248 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.21% from 248); Green value is 25 (10.16% from 255 or 10.08% from 248); Blue value is 158 (62.11% from 255 or 63.71% from 248); Max value from RGB is 158 - color contains mainly: blue. Hex color #41199E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #41199E is #BEE661. Grayscale: #333333. Windows color (decimal): -12510818 or 10361153. OLE color: 10361153.
HSL color Cylindrical-coordinate representation of color #41199E: hue angle of 258.05º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #41199E is Cyan = 0.59, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 65 | 25 | 158 | - |
| CMYK | 0.59 | 0.84 | 0 | 0.38 |
| HSL | 258.05º | 0.73% | 0.36% | - |
| HSV(B) | 258.05º | 0.84% | 0.62% | - |
| XYZ | 8.7 | 4.29 | 32.72 | - |
| YUV | 52.12 | 187.75 | 137.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 25 | 158 | 0.59 | 0.84 | 0 | 0.38 | 258.05 | 0.73 | 0.36 |
| Hex | 41 | 19 | 9E | 3B | 54 | 0 | 26 | 102 | 49 | 24 |
| Octal | 101 | 31 | 236 | 73 | 124 | 0 | 46 | 402 | 111 | 44 |
| Binary | 1000001 | 11001 | 10011110 | 111011 | 1010100 | 0 | 100110 | 100000010 | 1001001 | 100100 |
Color Harmonies of #41199E
Complementary color
Monochromatic Colors of #41199E
Black with #41199E
Text Example
Text Example
White with #41199E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41199E; }
p { color: rgb(65,25,158); }
H1.HeaderClassName
{
color: #41199E;
}
.AnyTagClassName
{
color: #41199E;
}
</style>
background-color css
<style>
a { background-color: #41199E; }
a { background-color: rgb(65,25,158); }
div.DivClassName
{
background-color: #41199E;
}
.BgClassName
{
background-color: #41199E;
}
</style>
border-color css
<style>
span { border-color: #41199E; }
span { border-color: rgb(65,25,158); }
td.TdClassName
{
border-color: #41199E;
}
.TagClassName
{
border-color: #41199E;
}
</style>