Shades of Indigo #44107F
Tints of Indigo #44107F
RGB
CMYK
RGB Variations
Color information
#44107F (or 0x44107F) is known color: Indigo. HEX triplet: 44, 10 and 7F. RGB value is (68,16,127). Sum of RGB (Red+Green+Blue) = 68+16+127=211 (27% of max value = 765). Red value is 68 (26.95% from 255 or 32.23% from 211); Green value is 16 (6.64% from 255 or 7.58% from 211); Blue value is 127 (50% from 255 or 60.19% from 211); Max value from RGB is 127 - color contains mainly: blue. Hex color #44107F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #44107F is #BBEF80. Grayscale: #2B2B2B. Windows color (decimal): -12316545 or 8327236. OLE color: 8327236.
HSL color Cylindrical-coordinate representation of color #44107F: hue angle of 268.11º degrees, saturation: 0.78, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #44107F is Cyan = 0.46, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 68 | 16 | 127 | - |
| CMYK | 0.46 | 0.87 | 0 | 0.50 |
| HSL | 268.11º | 0.78% | 0.28% | - |
| HSV(B) | 268.11º | 0.87% | 0.5% | - |
| XYZ | 6.4 | 3.13 | 20.35 | - |
| YUV | 44.2 | 174.73 | 144.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 16 | 127 | 0.46 | 0.87 | 0 | 0.50 | 268.11 | 0.78 | 0.28 |
| Hex | 44 | 10 | 7F | 2E | 57 | 0 | 32 | 10C | 4E | 1C |
| Octal | 104 | 20 | 177 | 56 | 127 | 0 | 62 | 414 | 116 | 34 |
| Binary | 1000100 | 10000 | 1111111 | 101110 | 1010111 | 0 | 110010 | 100001100 | 1001110 | 11100 |
Color Harmonies of #44107F
Complementary color
Monochromatic Colors of #44107F
Black with #44107F
Text Example
Text Example
White with #44107F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44107F; }
p { color: rgb(68,16,127); }
H1.HeaderClassName
{
color: #44107F;
}
.AnyTagClassName
{
color: #44107F;
}
</style>
background-color css
<style>
a { background-color: #44107F; }
a { background-color: rgb(68,16,127); }
div.DivClassName
{
background-color: #44107F;
}
.BgClassName
{
background-color: #44107F;
}
</style>
border-color css
<style>
span { border-color: #44107F; }
span { border-color: rgb(68,16,127); }
td.TdClassName
{
border-color: #44107F;
}
.TagClassName
{
border-color: #44107F;
}
</style>