Shades of Persian Indigo #44178D
Tints of Persian Indigo #44178D
RGB
CMYK
RGB Variations
Color information
#44178D (or 0x44178D) is known color: Persian Indigo. HEX triplet: 44, 17 and 8D. RGB value is (68,23,141). Sum of RGB (Red+Green+Blue) = 68+23+141=232 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.31% from 232); Green value is 23 (9.38% from 255 or 9.91% from 232); Blue value is 141 (55.47% from 255 or 60.78% from 232); Max value from RGB is 141 - color contains mainly: blue. Hex color #44178D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #44178D is #BBE872. Grayscale: #313131. Windows color (decimal): -12314739 or 9246532. OLE color: 9246532.
HSL color Cylindrical-coordinate representation of color #44178D: hue angle of 262.88º degrees, saturation: 0.72, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #44178D is Cyan = 0.52, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 68 | 23 | 141 | - |
| CMYK | 0.52 | 0.84 | 0 | 0.45 |
| HSL | 262.88º | 0.72% | 0.32% | - |
| HSV(B) | 262.88º | 0.84% | 0.55% | - |
| XYZ | 7.5 | 3.76 | 25.53 | - |
| YUV | 49.91 | 179.41 | 140.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 23 | 141 | 0.52 | 0.84 | 0 | 0.45 | 262.88 | 0.72 | 0.32 |
| Hex | 44 | 17 | 8D | 34 | 54 | 0 | 2D | 107 | 48 | 20 |
| Octal | 104 | 27 | 215 | 64 | 124 | 0 | 55 | 407 | 110 | 40 |
| Binary | 1000100 | 10111 | 10001101 | 110100 | 1010100 | 0 | 101101 | 100000111 | 1001000 | 100000 |
Color Harmonies of #44178D
Complementary color
Monochromatic Colors of #44178D
Black with #44178D
Text Example
Text Example
White with #44178D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44178D; }
p { color: rgb(68,23,141); }
H1.HeaderClassName
{
color: #44178D;
}
.AnyTagClassName
{
color: #44178D;
}
</style>
background-color css
<style>
a { background-color: #44178D; }
a { background-color: rgb(68,23,141); }
div.DivClassName
{
background-color: #44178D;
}
.BgClassName
{
background-color: #44178D;
}
</style>
border-color css
<style>
span { border-color: #44178D; }
span { border-color: rgb(68,23,141); }
td.TdClassName
{
border-color: #44178D;
}
.TagClassName
{
border-color: #44178D;
}
</style>