Shades of Persian Indigo #41179B
Tints of Persian Indigo #41179B
RGB
CMYK
RGB Variations
Color information
#41179B (or 0x41179B) is known color: Persian Indigo. HEX triplet: 41, 17 and 9B. RGB value is (65,23,155). Sum of RGB (Red+Green+Blue) = 65+23+155=243 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.75% from 243); Green value is 23 (9.38% from 255 or 9.47% from 243); Blue value is 155 (60.94% from 255 or 63.79% from 243); Max value from RGB is 155 - color contains mainly: blue. Hex color #41179B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #41179B is #BEE864. Grayscale: #323232. Windows color (decimal): -12511333 or 10164033. OLE color: 10164033.
HSL color Cylindrical-coordinate representation of color #41179B: hue angle of 259.09º degrees, saturation: 0.74, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #41179B is Cyan = 0.58, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 65 | 23 | 155 | - |
| CMYK | 0.58 | 0.85 | 0 | 0.39 |
| HSL | 259.09º | 0.74% | 0.35% | - |
| HSV(B) | 259.09º | 0.85% | 0.61% | - |
| XYZ | 8.4 | 4.1 | 31.36 | - |
| YUV | 50.61 | 186.91 | 138.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 23 | 155 | 0.58 | 0.85 | 0 | 0.39 | 259.09 | 0.74 | 0.35 |
| Hex | 41 | 17 | 9B | 3A | 55 | 0 | 27 | 103 | 4A | 23 |
| Octal | 101 | 27 | 233 | 72 | 125 | 0 | 47 | 403 | 112 | 43 |
| Binary | 1000001 | 10111 | 10011011 | 111010 | 1010101 | 0 | 100111 | 100000011 | 1001010 | 100011 |
Color Harmonies of #41179B
Complementary color
Monochromatic Colors of #41179B
Black with #41179B
Text Example
Text Example
White with #41179B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41179B; }
p { color: rgb(65,23,155); }
H1.HeaderClassName
{
color: #41179B;
}
.AnyTagClassName
{
color: #41179B;
}
</style>
background-color css
<style>
a { background-color: #41179B; }
a { background-color: rgb(65,23,155); }
div.DivClassName
{
background-color: #41179B;
}
.BgClassName
{
background-color: #41179B;
}
</style>
border-color css
<style>
span { border-color: #41179B; }
span { border-color: rgb(65,23,155); }
td.TdClassName
{
border-color: #41179B;
}
.TagClassName
{
border-color: #41179B;
}
</style>