Shades of Persian Indigo #44178A
Tints of Persian Indigo #44178A
RGB
CMYK
RGB Variations
Color information
#44178A (or 0x44178A) is known color: Persian Indigo. HEX triplet: 44, 17 and 8A. RGB value is (68,23,138). Sum of RGB (Red+Green+Blue) = 68+23+138=229 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.69% from 229); Green value is 23 (9.38% from 255 or 10.04% from 229); Blue value is 138 (54.30% from 255 or 60.26% from 229); Max value from RGB is 138 - color contains mainly: blue. Hex color #44178A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #44178A is #BBE875. Grayscale: #313131. Windows color (decimal): -12314742 or 9049924. OLE color: 9049924.
HSL color Cylindrical-coordinate representation of color #44178A: hue angle of 263.48º degrees, saturation: 0.71, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #44178A is Cyan = 0.51, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 68 | 23 | 138 | - |
| CMYK | 0.51 | 0.83 | 0 | 0.46 |
| HSL | 263.48º | 0.71% | 0.32% | - |
| HSV(B) | 263.48º | 0.83% | 0.54% | - |
| XYZ | 7.28 | 3.68 | 24.37 | - |
| YUV | 49.57 | 177.91 | 141.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 23 | 138 | 0.51 | 0.83 | 0 | 0.46 | 263.48 | 0.71 | 0.32 |
| Hex | 44 | 17 | 8A | 33 | 53 | 0 | 2E | 107 | 47 | 20 |
| Octal | 104 | 27 | 212 | 63 | 123 | 0 | 56 | 407 | 107 | 40 |
| Binary | 1000100 | 10111 | 10001010 | 110011 | 1010011 | 0 | 101110 | 100000111 | 1000111 | 100000 |
Color Harmonies of #44178A
Complementary color
Monochromatic Colors of #44178A
Black with #44178A
Text Example
Text Example
White with #44178A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44178A; }
p { color: rgb(68,23,138); }
H1.HeaderClassName
{
color: #44178A;
}
.AnyTagClassName
{
color: #44178A;
}
</style>
background-color css
<style>
a { background-color: #44178A; }
a { background-color: rgb(68,23,138); }
div.DivClassName
{
background-color: #44178A;
}
.BgClassName
{
background-color: #44178A;
}
</style>
border-color css
<style>
span { border-color: #44178A; }
span { border-color: rgb(68,23,138); }
td.TdClassName
{
border-color: #44178A;
}
.TagClassName
{
border-color: #44178A;
}
</style>