Shades of Persian Indigo #4114A9
Tints of Persian Indigo #4114A9
RGB
CMYK
RGB Variations
Color information
#4114A9 (or 0x4114A9) is known color: Persian Indigo. HEX triplet: 41, 14 and A9. RGB value is (65,20,169). Sum of RGB (Red+Green+Blue) = 65+20+169=254 (33% of max value = 765). Red value is 65 (25.78% from 255 or 25.59% from 254); Green value is 20 (8.20% from 255 or 7.87% from 254); Blue value is 169 (66.41% from 255 or 66.54% from 254); Max value from RGB is 169 - color contains mainly: blue. Hex color #4114A9 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4114A9 is #BEEB56. Grayscale: #313131. Windows color (decimal): -12512087 or 11080769. OLE color: 11080769.
HSL color Cylindrical-coordinate representation of color #4114A9: hue angle of 258.12º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4114A9 is Cyan = 0.62, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 65 | 20 | 169 | - |
| CMYK | 0.62 | 0.88 | 0 | 0.34 |
| HSL | 258.12º | 0.79% | 0.37% | - |
| HSV(B) | 258.12º | 0.88% | 0.66% | - |
| XYZ | 9.59 | 4.49 | 37.9 | - |
| YUV | 50.44 | 194.91 | 138.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 20 | 169 | 0.62 | 0.88 | 0 | 0.34 | 258.12 | 0.79 | 0.37 |
| Hex | 41 | 14 | A9 | 3E | 58 | 0 | 22 | 102 | 4F | 25 |
| Octal | 101 | 24 | 251 | 76 | 130 | 0 | 42 | 402 | 117 | 45 |
| Binary | 1000001 | 10100 | 10101001 | 111110 | 1011000 | 0 | 100010 | 100000010 | 1001111 | 100101 |
Color Harmonies of #4114A9
Complementary color
Monochromatic Colors of #4114A9
Black with #4114A9
Text Example
Text Example
White with #4114A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4114A9; }
p { color: rgb(65,20,169); }
H1.HeaderClassName
{
color: #4114A9;
}
.AnyTagClassName
{
color: #4114A9;
}
</style>
background-color css
<style>
a { background-color: #4114A9; }
a { background-color: rgb(65,20,169); }
div.DivClassName
{
background-color: #4114A9;
}
.BgClassName
{
background-color: #4114A9;
}
</style>
border-color css
<style>
span { border-color: #4114A9; }
span { border-color: rgb(65,20,169); }
td.TdClassName
{
border-color: #4114A9;
}
.TagClassName
{
border-color: #4114A9;
}
</style>