Shades of Persian Indigo #41129A
Tints of Persian Indigo #41129A
RGB
CMYK
RGB Variations
Color information
#41129A (or 0x41129A) is known color: Persian Indigo. HEX triplet: 41, 12 and 9A. RGB value is (65,18,154). Sum of RGB (Red+Green+Blue) = 65+18+154=237 (31% of max value = 765). Red value is 65 (25.78% from 255 or 27.43% from 237); Green value is 18 (7.42% from 255 or 7.59% from 237); Blue value is 154 (60.55% from 255 or 64.98% from 237); Max value from RGB is 154 - color contains mainly: blue. Hex color #41129A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #41129A is #BEED65. Grayscale: #2F2F2F. Windows color (decimal): -12512614 or 10097217. OLE color: 10097217.
HSL color Cylindrical-coordinate representation of color #41129A: hue angle of 260.74º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #41129A is Cyan = 0.58, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 65 | 18 | 154 | - |
| CMYK | 0.58 | 0.88 | 0 | 0.40 |
| HSL | 260.74º | 0.79% | 0.34% | - |
| HSV(B) | 260.74º | 0.88% | 0.6% | - |
| XYZ | 8.23 | 3.89 | 30.89 | - |
| YUV | 47.56 | 188.07 | 140.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 18 | 154 | 0.58 | 0.88 | 0 | 0.40 | 260.74 | 0.79 | 0.34 |
| Hex | 41 | 12 | 9A | 3A | 58 | 0 | 28 | 105 | 4F | 22 |
| Octal | 101 | 22 | 232 | 72 | 130 | 0 | 50 | 405 | 117 | 42 |
| Binary | 1000001 | 10010 | 10011010 | 111010 | 1011000 | 0 | 101000 | 100000101 | 1001111 | 100010 |
Color Harmonies of #41129A
Complementary color
Monochromatic Colors of #41129A
Black with #41129A
Text Example
Text Example
White with #41129A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41129A; }
p { color: rgb(65,18,154); }
H1.HeaderClassName
{
color: #41129A;
}
.AnyTagClassName
{
color: #41129A;
}
</style>
background-color css
<style>
a { background-color: #41129A; }
a { background-color: rgb(65,18,154); }
div.DivClassName
{
background-color: #41129A;
}
.BgClassName
{
background-color: #41129A;
}
</style>
border-color css
<style>
span { border-color: #41129A; }
span { border-color: rgb(65,18,154); }
td.TdClassName
{
border-color: #41129A;
}
.TagClassName
{
border-color: #41129A;
}
</style>