Shades of Persian Indigo #44148C
Tints of Persian Indigo #44148C
RGB
CMYK
RGB Variations
Color information
#44148C (or 0x44148C) is known color: Persian Indigo. HEX triplet: 44, 14 and 8C. RGB value is (68,20,140). Sum of RGB (Red+Green+Blue) = 68+20+140=228 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.82% from 228); Green value is 20 (8.20% from 255 or 8.77% from 228); Blue value is 140 (55.08% from 255 or 61.40% from 228); Max value from RGB is 140 - color contains mainly: blue. Hex color #44148C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #44148C is #BBEB73. Grayscale: #2F2F2F. Windows color (decimal): -12315508 or 9180228. OLE color: 9180228.
HSL color Cylindrical-coordinate representation of color #44148C: hue angle of 264º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #44148C is Cyan = 0.51, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 68 | 20 | 140 | - |
| CMYK | 0.51 | 0.86 | 0 | 0.45 |
| HSL | 264º | 0.75% | 0.31% | - |
| HSV(B) | 264º | 0.86% | 0.55% | - |
| XYZ | 7.37 | 3.62 | 25.12 | - |
| YUV | 48.03 | 179.9 | 142.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 20 | 140 | 0.51 | 0.86 | 0 | 0.45 | 264 | 0.75 | 0.31 |
| Hex | 44 | 14 | 8C | 33 | 56 | 0 | 2D | 108 | 4B | 1F |
| Octal | 104 | 24 | 214 | 63 | 126 | 0 | 55 | 410 | 113 | 37 |
| Binary | 1000100 | 10100 | 10001100 | 110011 | 1010110 | 0 | 101101 | 100001000 | 1001011 | 11111 |
Color Harmonies of #44148C
Complementary color
Monochromatic Colors of #44148C
Black with #44148C
Text Example
Text Example
White with #44148C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44148C; }
p { color: rgb(68,20,140); }
H1.HeaderClassName
{
color: #44148C;
}
.AnyTagClassName
{
color: #44148C;
}
</style>
background-color css
<style>
a { background-color: #44148C; }
a { background-color: rgb(68,20,140); }
div.DivClassName
{
background-color: #44148C;
}
.BgClassName
{
background-color: #44148C;
}
</style>
border-color css
<style>
span { border-color: #44148C; }
span { border-color: rgb(68,20,140); }
td.TdClassName
{
border-color: #44148C;
}
.TagClassName
{
border-color: #44148C;
}
</style>