Shades of Persian Indigo #44137D
Tints of Persian Indigo #44137D
RGB
CMYK
RGB Variations
Color information
#44137D (or 0x44137D) is known color: Persian Indigo. HEX triplet: 44, 13 and 7D. RGB value is (68,19,125). Sum of RGB (Red+Green+Blue) = 68+19+125=212 (28% of max value = 765). Red value is 68 (26.95% from 255 or 32.08% from 212); Green value is 19 (7.81% from 255 or 8.96% from 212); Blue value is 125 (49.22% from 255 or 58.96% from 212); Max value from RGB is 125 - color contains mainly: blue. Hex color #44137D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #44137D is #BBEC82. Grayscale: #2D2D2D. Windows color (decimal): -12315779 or 8196932. OLE color: 8196932.
HSL color Cylindrical-coordinate representation of color #44137D: hue angle of 267.74º degrees, saturation: 0.74, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #44137D is Cyan = 0.46, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 68 | 19 | 125 | - |
| CMYK | 0.46 | 0.85 | 0 | 0.51 |
| HSL | 267.74º | 0.74% | 0.28% | - |
| HSV(B) | 267.74º | 0.85% | 0.49% | - |
| XYZ | 6.32 | 3.18 | 19.68 | - |
| YUV | 45.74 | 172.73 | 143.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 19 | 125 | 0.46 | 0.85 | 0 | 0.51 | 267.74 | 0.74 | 0.28 |
| Hex | 44 | 13 | 7D | 2E | 55 | 0 | 33 | 10C | 4A | 1C |
| Octal | 104 | 23 | 175 | 56 | 125 | 0 | 63 | 414 | 112 | 34 |
| Binary | 1000100 | 10011 | 1111101 | 101110 | 1010101 | 0 | 110011 | 100001100 | 1001010 | 11100 |
Color Harmonies of #44137D
Complementary color
Monochromatic Colors of #44137D
Black with #44137D
Text Example
Text Example
White with #44137D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44137D; }
p { color: rgb(68,19,125); }
H1.HeaderClassName
{
color: #44137D;
}
.AnyTagClassName
{
color: #44137D;
}
</style>
background-color css
<style>
a { background-color: #44137D; }
a { background-color: rgb(68,19,125); }
div.DivClassName
{
background-color: #44137D;
}
.BgClassName
{
background-color: #44137D;
}
</style>
border-color css
<style>
span { border-color: #44137D; }
span { border-color: rgb(68,19,125); }
td.TdClassName
{
border-color: #44137D;
}
.TagClassName
{
border-color: #44137D;
}
</style>