Shades of Persian Indigo #44188F
Tints of Persian Indigo #44188F
RGB
CMYK
RGB Variations
Color information
#44188F (or 0x44188F) is known color: Persian Indigo. HEX triplet: 44, 18 and 8F. RGB value is (68,24,143). Sum of RGB (Red+Green+Blue) = 68+24+143=235 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.94% from 235); Green value is 24 (9.77% from 255 or 10.21% from 235); Blue value is 143 (56.25% from 255 or 60.85% from 235); Max value from RGB is 143 - color contains mainly: blue. Hex color #44188F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #44188F is #BBE770. Grayscale: #323232. Windows color (decimal): -12314481 or 9377860. OLE color: 9377860.
HSL color Cylindrical-coordinate representation of color #44188F: hue angle of 262.18º degrees, saturation: 0.71, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #44188F is Cyan = 0.52, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 68 | 24 | 143 | - |
| CMYK | 0.52 | 0.83 | 0 | 0.44 |
| HSL | 262.18º | 0.71% | 0.33% | - |
| HSV(B) | 262.18º | 0.83% | 0.56% | - |
| XYZ | 7.67 | 3.87 | 26.33 | - |
| YUV | 50.72 | 180.08 | 140.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 24 | 143 | 0.52 | 0.83 | 0 | 0.44 | 262.18 | 0.71 | 0.33 |
| Hex | 44 | 18 | 8F | 34 | 53 | 0 | 2C | 106 | 47 | 21 |
| Octal | 104 | 30 | 217 | 64 | 123 | 0 | 54 | 406 | 107 | 41 |
| Binary | 1000100 | 11000 | 10001111 | 110100 | 1010011 | 0 | 101100 | 100000110 | 1000111 | 100001 |
Color Harmonies of #44188F
Complementary color
Monochromatic Colors of #44188F
Black with #44188F
Text Example
Text Example
White with #44188F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44188F; }
p { color: rgb(68,24,143); }
H1.HeaderClassName
{
color: #44188F;
}
.AnyTagClassName
{
color: #44188F;
}
</style>
background-color css
<style>
a { background-color: #44188F; }
a { background-color: rgb(68,24,143); }
div.DivClassName
{
background-color: #44188F;
}
.BgClassName
{
background-color: #44188F;
}
</style>
border-color css
<style>
span { border-color: #44188F; }
span { border-color: rgb(68,24,143); }
td.TdClassName
{
border-color: #44188F;
}
.TagClassName
{
border-color: #44188F;
}
</style>