Shades of Persian Indigo #44179A
Tints of Persian Indigo #44179A
RGB
CMYK
RGB Variations
Color information
#44179A (or 0x44179A) is known color: Persian Indigo. HEX triplet: 44, 17 and 9A. RGB value is (68,23,154). Sum of RGB (Red+Green+Blue) = 68+23+154=245 (32% of max value = 765). Red value is 68 (26.95% from 255 or 27.76% from 245); Green value is 23 (9.38% from 255 or 9.39% from 245); Blue value is 154 (60.55% from 255 or 62.86% from 245); Max value from RGB is 154 - color contains mainly: blue. Hex color #44179A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #44179A is #BBE865. Grayscale: #323232. Windows color (decimal): -12314726 or 10098500. OLE color: 10098500.
HSL color Cylindrical-coordinate representation of color #44179A: hue angle of 260.61º degrees, saturation: 0.74, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #44179A is Cyan = 0.56, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 68 | 23 | 154 | - |
| CMYK | 0.56 | 0.85 | 0 | 0.40 |
| HSL | 260.61º | 0.74% | 0.35% | - |
| HSV(B) | 260.61º | 0.85% | 0.6% | - |
| XYZ | 8.52 | 4.17 | 30.93 | - |
| YUV | 51.39 | 185.91 | 139.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 23 | 154 | 0.56 | 0.85 | 0 | 0.40 | 260.61 | 0.74 | 0.35 |
| Hex | 44 | 17 | 9A | 38 | 55 | 0 | 28 | 105 | 4A | 23 |
| Octal | 104 | 27 | 232 | 70 | 125 | 0 | 50 | 405 | 112 | 43 |
| Binary | 1000100 | 10111 | 10011010 | 111000 | 1010101 | 0 | 101000 | 100000101 | 1001010 | 100011 |
Color Harmonies of #44179A
Complementary color
Monochromatic Colors of #44179A
Black with #44179A
Text Example
Text Example
White with #44179A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44179A; }
p { color: rgb(68,23,154); }
H1.HeaderClassName
{
color: #44179A;
}
.AnyTagClassName
{
color: #44179A;
}
</style>
background-color css
<style>
a { background-color: #44179A; }
a { background-color: rgb(68,23,154); }
div.DivClassName
{
background-color: #44179A;
}
.BgClassName
{
background-color: #44179A;
}
</style>
border-color css
<style>
span { border-color: #44179A; }
span { border-color: rgb(68,23,154); }
td.TdClassName
{
border-color: #44179A;
}
.TagClassName
{
border-color: #44179A;
}
</style>