Shades of Persian Indigo #4418A0
Tints of Persian Indigo #4418A0
RGB
CMYK
RGB Variations
Color information
#4418A0 (or 0x4418A0) is known color: Persian Indigo. HEX triplet: 44, 18 and A0. RGB value is (68,24,160). Sum of RGB (Red+Green+Blue) = 68+24+160=252 (33% of max value = 765). Red value is 68 (26.95% from 255 or 26.98% from 252); Green value is 24 (9.77% from 255 or 9.52% from 252); Blue value is 160 (62.89% from 255 or 63.49% from 252); Max value from RGB is 160 - color contains mainly: blue. Hex color #4418A0 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4418A0 is #BBE75F. Grayscale: #343434. Windows color (decimal): -12314464 or 10491972. OLE color: 10491972.
HSL color Cylindrical-coordinate representation of color #4418A0: hue angle of 259.41º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4418A0 is Cyan = 0.57, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 68 | 24 | 160 | - |
| CMYK | 0.57 | 0.85 | 0 | 0.37 |
| HSL | 259.41º | 0.74% | 0.36% | - |
| HSV(B) | 259.41º | 0.85% | 0.63% | - |
| XYZ | 9.06 | 4.42 | 33.63 | - |
| YUV | 52.66 | 188.58 | 138.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 24 | 160 | 0.57 | 0.85 | 0 | 0.37 | 259.41 | 0.74 | 0.36 |
| Hex | 44 | 18 | A0 | 39 | 55 | 0 | 25 | 103 | 4A | 24 |
| Octal | 104 | 30 | 240 | 71 | 125 | 0 | 45 | 403 | 112 | 44 |
| Binary | 1000100 | 11000 | 10100000 | 111001 | 1010101 | 0 | 100101 | 100000011 | 1001010 | 100100 |
Color Harmonies of #4418A0
Complementary color
Monochromatic Colors of #4418A0
Black with #4418A0
Text Example
Text Example
White with #4418A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4418A0; }
p { color: rgb(68,24,160); }
H1.HeaderClassName
{
color: #4418A0;
}
.AnyTagClassName
{
color: #4418A0;
}
</style>
background-color css
<style>
a { background-color: #4418A0; }
a { background-color: rgb(68,24,160); }
div.DivClassName
{
background-color: #4418A0;
}
.BgClassName
{
background-color: #4418A0;
}
</style>
border-color css
<style>
span { border-color: #4418A0; }
span { border-color: rgb(68,24,160); }
td.TdClassName
{
border-color: #4418A0;
}
.TagClassName
{
border-color: #4418A0;
}
</style>