Shades of Persian Indigo #41128B
Tints of Persian Indigo #41128B
RGB
CMYK
RGB Variations
Color information
#41128B (or 0x41128B) is known color: Persian Indigo. HEX triplet: 41, 12 and 8B. RGB value is (65,18,139). Sum of RGB (Red+Green+Blue) = 65+18+139=222 (29% of max value = 765). Red value is 65 (25.78% from 255 or 29.28% from 222); Green value is 18 (7.42% from 255 or 8.11% from 222); Blue value is 139 (54.69% from 255 or 62.61% from 222); Max value from RGB is 139 - color contains mainly: blue. Hex color #41128B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #41128B is #BEED74. Grayscale: #2D2D2D. Windows color (decimal): -12512629 or 9114177. OLE color: 9114177.
HSL color Cylindrical-coordinate representation of color #41128B: hue angle of 263.31º degrees, saturation: 0.77, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #41128B is Cyan = 0.53, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 65 | 18 | 139 | - |
| CMYK | 0.53 | 0.87 | 0 | 0.45 |
| HSL | 263.31º | 0.77% | 0.31% | - |
| HSV(B) | 263.31º | 0.87% | 0.55% | - |
| XYZ | 7.06 | 3.42 | 24.71 | - |
| YUV | 45.85 | 180.57 | 141.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 18 | 139 | 0.53 | 0.87 | 0 | 0.45 | 263.31 | 0.77 | 0.31 |
| Hex | 41 | 12 | 8B | 35 | 57 | 0 | 2D | 107 | 4D | 1F |
| Octal | 101 | 22 | 213 | 65 | 127 | 0 | 55 | 407 | 115 | 37 |
| Binary | 1000001 | 10010 | 10001011 | 110101 | 1010111 | 0 | 101101 | 100000111 | 1001101 | 11111 |
Color Harmonies of #41128B
Complementary color
Monochromatic Colors of #41128B
Black with #41128B
Text Example
Text Example
White with #41128B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41128B; }
p { color: rgb(65,18,139); }
H1.HeaderClassName
{
color: #41128B;
}
.AnyTagClassName
{
color: #41128B;
}
</style>
background-color css
<style>
a { background-color: #41128B; }
a { background-color: rgb(65,18,139); }
div.DivClassName
{
background-color: #41128B;
}
.BgClassName
{
background-color: #41128B;
}
</style>
border-color css
<style>
span { border-color: #41128B; }
span { border-color: rgb(65,18,139); }
td.TdClassName
{
border-color: #41128B;
}
.TagClassName
{
border-color: #41128B;
}
</style>