Shades of Persian Indigo #44138C
Tints of Persian Indigo #44138C
RGB
CMYK
RGB Variations
Color information
#44138C (or 0x44138C) is known color: Persian Indigo. HEX triplet: 44, 13 and 8C. RGB value is (68,19,140). Sum of RGB (Red+Green+Blue) = 68+19+140=227 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.96% from 227); Green value is 19 (7.81% from 255 or 8.37% from 227); Blue value is 140 (55.08% from 255 or 61.67% from 227); Max value from RGB is 140 - color contains mainly: blue. Hex color #44138C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #44138C is #BBEC73. Grayscale: #2F2F2F. Windows color (decimal): -12315764 or 9179972. OLE color: 9179972.
HSL color Cylindrical-coordinate representation of color #44138C: hue angle of 264.3º degrees, saturation: 0.76, 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 #44138C is Cyan = 0.51, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 68 | 19 | 140 | - |
| CMYK | 0.51 | 0.86 | 0 | 0.45 |
| HSL | 264.3º | 0.76% | 0.31% | - |
| HSV(B) | 264.3º | 0.86% | 0.55% | - |
| XYZ | 7.35 | 3.59 | 25.12 | - |
| YUV | 47.45 | 180.23 | 142.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 19 | 140 | 0.51 | 0.86 | 0 | 0.45 | 264.3 | 0.76 | 0.31 |
| Hex | 44 | 13 | 8C | 33 | 56 | 0 | 2D | 108 | 4C | 1F |
| Octal | 104 | 23 | 214 | 63 | 126 | 0 | 55 | 410 | 114 | 37 |
| Binary | 1000100 | 10011 | 10001100 | 110011 | 1010110 | 0 | 101101 | 100001000 | 1001100 | 11111 |
Color Harmonies of #44138C
Complementary color
Monochromatic Colors of #44138C
Black with #44138C
Text Example
Text Example
White with #44138C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44138C; }
p { color: rgb(68,19,140); }
H1.HeaderClassName
{
color: #44138C;
}
.AnyTagClassName
{
color: #44138C;
}
</style>
background-color css
<style>
a { background-color: #44138C; }
a { background-color: rgb(68,19,140); }
div.DivClassName
{
background-color: #44138C;
}
.BgClassName
{
background-color: #44138C;
}
</style>
border-color css
<style>
span { border-color: #44138C; }
span { border-color: rgb(68,19,140); }
td.TdClassName
{
border-color: #44138C;
}
.TagClassName
{
border-color: #44138C;
}
</style>