Shades of Persian Indigo #44159A
Tints of Persian Indigo #44159A
RGB
CMYK
RGB Variations
Color information
#44159A (or 0x44159A) is known color: Persian Indigo. HEX triplet: 44, 15 and 9A. RGB value is (68,21,154). Sum of RGB (Red+Green+Blue) = 68+21+154=243 (32% of max value = 765). Red value is 68 (26.95% from 255 or 27.98% from 243); Green value is 21 (8.59% from 255 or 8.64% from 243); Blue value is 154 (60.55% from 255 or 63.37% from 243); Max value from RGB is 154 - color contains mainly: blue. Hex color #44159A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #44159A is #BBEA65. Grayscale: #313131. Windows color (decimal): -12315238 or 10097988. OLE color: 10097988.
HSL color Cylindrical-coordinate representation of color #44159A: hue angle of 261.2º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #44159A is Cyan = 0.56, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 68 | 21 | 154 | - |
| CMYK | 0.56 | 0.86 | 0 | 0.40 |
| HSL | 261.2º | 0.76% | 0.34% | - |
| HSV(B) | 261.2º | 0.86% | 0.6% | - |
| XYZ | 8.48 | 4.1 | 30.92 | - |
| YUV | 50.22 | 186.57 | 140.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 21 | 154 | 0.56 | 0.86 | 0 | 0.40 | 261.2 | 0.76 | 0.34 |
| Hex | 44 | 15 | 9A | 38 | 56 | 0 | 28 | 105 | 4C | 22 |
| Octal | 104 | 25 | 232 | 70 | 126 | 0 | 50 | 405 | 114 | 42 |
| Binary | 1000100 | 10101 | 10011010 | 111000 | 1010110 | 0 | 101000 | 100000101 | 1001100 | 100010 |
Color Harmonies of #44159A
Complementary color
Monochromatic Colors of #44159A
Black with #44159A
Text Example
Text Example
White with #44159A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44159A; }
p { color: rgb(68,21,154); }
H1.HeaderClassName
{
color: #44159A;
}
.AnyTagClassName
{
color: #44159A;
}
</style>
background-color css
<style>
a { background-color: #44159A; }
a { background-color: rgb(68,21,154); }
div.DivClassName
{
background-color: #44159A;
}
.BgClassName
{
background-color: #44159A;
}
</style>
border-color css
<style>
span { border-color: #44159A; }
span { border-color: rgb(68,21,154); }
td.TdClassName
{
border-color: #44159A;
}
.TagClassName
{
border-color: #44159A;
}
</style>