Shades of Persian Indigo #41108B
Tints of Persian Indigo #41108B
RGB
CMYK
RGB Variations
Color information
#41108B (or 0x41108B) is known color: Persian Indigo. HEX triplet: 41, 10 and 8B. RGB value is (65,16,139). Sum of RGB (Red+Green+Blue) = 65+16+139=220 (29% of max value = 765). Red value is 65 (25.78% from 255 or 29.55% from 220); Green value is 16 (6.64% from 255 or 7.27% from 220); Blue value is 139 (54.69% from 255 or 63.18% from 220); Max value from RGB is 139 - color contains mainly: blue. Hex color #41108B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #41108B is #BEEF74. Grayscale: #2C2C2C. Windows color (decimal): -12513141 or 9113665. OLE color: 9113665.
HSL color Cylindrical-coordinate representation of color #41108B: hue angle of 263.9º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #41108B is Cyan = 0.53, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 65 | 16 | 139 | - |
| CMYK | 0.53 | 0.88 | 0 | 0.45 |
| HSL | 263.9º | 0.79% | 0.3% | - |
| HSV(B) | 263.9º | 0.88% | 0.55% | - |
| XYZ | 7.03 | 3.36 | 24.7 | - |
| YUV | 44.67 | 181.23 | 142.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 16 | 139 | 0.53 | 0.88 | 0 | 0.45 | 263.9 | 0.79 | 0.3 |
| Hex | 41 | 10 | 8B | 35 | 58 | 0 | 2D | 108 | 4F | 1E |
| Octal | 101 | 20 | 213 | 65 | 130 | 0 | 55 | 410 | 117 | 36 |
| Binary | 1000001 | 10000 | 10001011 | 110101 | 1011000 | 0 | 101101 | 100001000 | 1001111 | 11110 |
Color Harmonies of #41108B
Complementary color
Monochromatic Colors of #41108B
Black with #41108B
Text Example
Text Example
White with #41108B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41108B; }
p { color: rgb(65,16,139); }
H1.HeaderClassName
{
color: #41108B;
}
.AnyTagClassName
{
color: #41108B;
}
</style>
background-color css
<style>
a { background-color: #41108B; }
a { background-color: rgb(65,16,139); }
div.DivClassName
{
background-color: #41108B;
}
.BgClassName
{
background-color: #41108B;
}
</style>
border-color css
<style>
span { border-color: #41108B; }
span { border-color: rgb(65,16,139); }
td.TdClassName
{
border-color: #41108B;
}
.TagClassName
{
border-color: #41108B;
}
</style>