Shades of Persian Indigo #41198B
Tints of Persian Indigo #41198B
RGB
CMYK
RGB Variations
Color information
#41198B (or 0x41198B) is known color: Persian Indigo. HEX triplet: 41, 19 and 8B. RGB value is (65,25,139). Sum of RGB (Red+Green+Blue) = 65+25+139=229 (30% of max value = 765). Red value is 65 (25.78% from 255 or 28.38% from 229); Green value is 25 (10.16% from 255 or 10.92% from 229); Blue value is 139 (54.69% from 255 or 60.70% from 229); Max value from RGB is 139 - color contains mainly: blue. Hex color #41198B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #41198B is #BEE674. Grayscale: #313131. Windows color (decimal): -12510837 or 9115969. OLE color: 9115969.
HSL color Cylindrical-coordinate representation of color #41198B: hue angle of 261.05º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #41198B is Cyan = 0.53, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 65 | 25 | 139 | - |
| CMYK | 0.53 | 0.82 | 0 | 0.45 |
| HSL | 261.05º | 0.7% | 0.32% | - |
| HSV(B) | 261.05º | 0.82% | 0.55% | - |
| XYZ | 7.19 | 3.68 | 24.76 | - |
| YUV | 49.96 | 178.25 | 138.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 25 | 139 | 0.53 | 0.82 | 0 | 0.45 | 261.05 | 0.7 | 0.32 |
| Hex | 41 | 19 | 8B | 35 | 52 | 0 | 2D | 105 | 46 | 20 |
| Octal | 101 | 31 | 213 | 65 | 122 | 0 | 55 | 405 | 106 | 40 |
| Binary | 1000001 | 11001 | 10001011 | 110101 | 1010010 | 0 | 101101 | 100000101 | 1000110 | 100000 |
Color Harmonies of #41198B
Complementary color
Monochromatic Colors of #41198B
Black with #41198B
Text Example
Text Example
White with #41198B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41198B; }
p { color: rgb(65,25,139); }
H1.HeaderClassName
{
color: #41198B;
}
.AnyTagClassName
{
color: #41198B;
}
</style>
background-color css
<style>
a { background-color: #41198B; }
a { background-color: rgb(65,25,139); }
div.DivClassName
{
background-color: #41198B;
}
.BgClassName
{
background-color: #41198B;
}
</style>
border-color css
<style>
span { border-color: #41198B; }
span { border-color: rgb(65,25,139); }
td.TdClassName
{
border-color: #41198B;
}
.TagClassName
{
border-color: #41198B;
}
</style>