Shades of Persian Indigo #44179D
Tints of Persian Indigo #44179D
RGB
CMYK
RGB Variations
Color information
#44179D (or 0x44179D) is known color: Persian Indigo. HEX triplet: 44, 17 and 9D. RGB value is (68,23,157). Sum of RGB (Red+Green+Blue) = 68+23+157=248 (32% of max value = 765). Red value is 68 (26.95% from 255 or 27.42% from 248); Green value is 23 (9.38% from 255 or 9.27% from 248); Blue value is 157 (61.72% from 255 or 63.31% from 248); Max value from RGB is 157 - color contains mainly: blue. Hex color #44179D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #44179D is #BBE862. Grayscale: #333333. Windows color (decimal): -12314723 or 10295108. OLE color: 10295108.
HSL color Cylindrical-coordinate representation of color #44179D: hue angle of 260.15º degrees, saturation: 0.74, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #44179D is Cyan = 0.57, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 68 | 23 | 157 | - |
| CMYK | 0.57 | 0.85 | 0 | 0.38 |
| HSL | 260.15º | 0.74% | 0.35% | - |
| HSV(B) | 260.15º | 0.85% | 0.62% | - |
| XYZ | 8.78 | 4.28 | 32.26 | - |
| YUV | 51.73 | 187.41 | 139.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 23 | 157 | 0.57 | 0.85 | 0 | 0.38 | 260.15 | 0.74 | 0.35 |
| Hex | 44 | 17 | 9D | 39 | 55 | 0 | 26 | 104 | 4A | 23 |
| Octal | 104 | 27 | 235 | 71 | 125 | 0 | 46 | 404 | 112 | 43 |
| Binary | 1000100 | 10111 | 10011101 | 111001 | 1010101 | 0 | 100110 | 100000100 | 1001010 | 100011 |
Color Harmonies of #44179D
Complementary color
Monochromatic Colors of #44179D
Black with #44179D
Text Example
Text Example
White with #44179D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44179D; }
p { color: rgb(68,23,157); }
H1.HeaderClassName
{
color: #44179D;
}
.AnyTagClassName
{
color: #44179D;
}
</style>
background-color css
<style>
a { background-color: #44179D; }
a { background-color: rgb(68,23,157); }
div.DivClassName
{
background-color: #44179D;
}
.BgClassName
{
background-color: #44179D;
}
</style>
border-color css
<style>
span { border-color: #44179D; }
span { border-color: rgb(68,23,157); }
td.TdClassName
{
border-color: #44179D;
}
.TagClassName
{
border-color: #44179D;
}
</style>