Shades of Persian Indigo #44199D
Tints of Persian Indigo #44199D
RGB
CMYK
RGB Variations
Color information
#44199D (or 0x44199D) is known color: Persian Indigo. HEX triplet: 44, 19 and 9D. RGB value is (68,25,157). Sum of RGB (Red+Green+Blue) = 68+25+157=250 (33% of max value = 765). Red value is 68 (26.95% from 255 or 27.2% from 250); Green value is 25 (10.16% from 255 or 10% from 250); Blue value is 157 (61.72% from 255 or 62.8% from 250); Max value from RGB is 157 - color contains mainly: blue. Hex color #44199D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #44199D is #BBE662. Grayscale: #343434. Windows color (decimal): -12314211 or 10295620. OLE color: 10295620.
HSL color Cylindrical-coordinate representation of color #44199D: hue angle of 259.55º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #44199D is Cyan = 0.57, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 68 | 25 | 157 | - |
| CMYK | 0.57 | 0.84 | 0 | 0.38 |
| HSL | 259.55º | 0.73% | 0.36% | - |
| HSV(B) | 259.55º | 0.84% | 0.62% | - |
| XYZ | 8.82 | 4.36 | 32.27 | - |
| YUV | 52.91 | 186.75 | 138.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 25 | 157 | 0.57 | 0.84 | 0 | 0.38 | 259.55 | 0.73 | 0.36 |
| Hex | 44 | 19 | 9D | 39 | 54 | 0 | 26 | 104 | 49 | 24 |
| Octal | 104 | 31 | 235 | 71 | 124 | 0 | 46 | 404 | 111 | 44 |
| Binary | 1000100 | 11001 | 10011101 | 111001 | 1010100 | 0 | 100110 | 100000100 | 1001001 | 100100 |
Color Harmonies of #44199D
Complementary color
Monochromatic Colors of #44199D
Black with #44199D
Text Example
Text Example
White with #44199D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44199D; }
p { color: rgb(68,25,157); }
H1.HeaderClassName
{
color: #44199D;
}
.AnyTagClassName
{
color: #44199D;
}
</style>
background-color css
<style>
a { background-color: #44199D; }
a { background-color: rgb(68,25,157); }
div.DivClassName
{
background-color: #44199D;
}
.BgClassName
{
background-color: #44199D;
}
</style>
border-color css
<style>
span { border-color: #44199D; }
span { border-color: rgb(68,25,157); }
td.TdClassName
{
border-color: #44199D;
}
.TagClassName
{
border-color: #44199D;
}
</style>