Shades of Persian Indigo #44199C
Tints of Persian Indigo #44199C
RGB
CMYK
RGB Variations
Color information
#44199C (or 0x44199C) is known color: Persian Indigo. HEX triplet: 44, 19 and 9C. RGB value is (68,25,156). Sum of RGB (Red+Green+Blue) = 68+25+156=249 (32% of max value = 765). Red value is 68 (26.95% from 255 or 27.31% from 249); Green value is 25 (10.16% from 255 or 10.04% from 249); Blue value is 156 (61.33% from 255 or 62.65% from 249); Max value from RGB is 156 - color contains mainly: blue. Hex color #44199C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #44199C is #BBE663. Grayscale: #343434. Windows color (decimal): -12314212 or 10230084. OLE color: 10230084.
HSL color Cylindrical-coordinate representation of color #44199C: hue angle of 259.69º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #44199C is Cyan = 0.56, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 68 | 25 | 156 | - |
| CMYK | 0.56 | 0.84 | 0 | 0.39 |
| HSL | 259.69º | 0.72% | 0.35% | - |
| HSV(B) | 259.69º | 0.84% | 0.61% | - |
| XYZ | 8.73 | 4.32 | 31.83 | - |
| YUV | 52.79 | 186.25 | 138.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 25 | 156 | 0.56 | 0.84 | 0 | 0.39 | 259.69 | 0.72 | 0.35 |
| Hex | 44 | 19 | 9C | 38 | 54 | 0 | 27 | 104 | 48 | 23 |
| Octal | 104 | 31 | 234 | 70 | 124 | 0 | 47 | 404 | 110 | 43 |
| Binary | 1000100 | 11001 | 10011100 | 111000 | 1010100 | 0 | 100111 | 100000100 | 1001000 | 100011 |
Color Harmonies of #44199C
Complementary color
Monochromatic Colors of #44199C
Black with #44199C
Text Example
Text Example
White with #44199C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44199C; }
p { color: rgb(68,25,156); }
H1.HeaderClassName
{
color: #44199C;
}
.AnyTagClassName
{
color: #44199C;
}
</style>
background-color css
<style>
a { background-color: #44199C; }
a { background-color: rgb(68,25,156); }
div.DivClassName
{
background-color: #44199C;
}
.BgClassName
{
background-color: #44199C;
}
</style>
border-color css
<style>
span { border-color: #44199C; }
span { border-color: rgb(68,25,156); }
td.TdClassName
{
border-color: #44199C;
}
.TagClassName
{
border-color: #44199C;
}
</style>