Shades of Indigo #44059F
Tints of Indigo #44059F
RGB
CMYK
RGB Variations
Color information
#44059F (or 0x44059F) is known color: Indigo. HEX triplet: 44, 05 and 9F. RGB value is (68,5,159). Sum of RGB (Red+Green+Blue) = 68+5+159=232 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.31% from 232); Green value is 5 (2.34% from 255 or 2.16% from 232); Blue value is 159 (62.5% from 255 or 68.53% from 232); Max value from RGB is 159 - color contains mainly: blue. Hex color #44059F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #44059F is #BBFA60. Grayscale: #282828. Windows color (decimal): -12319329 or 10421572. OLE color: 10421572.
HSL color Cylindrical-coordinate representation of color #44059F: hue angle of 264.55º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #44059F is Cyan = 0.57, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 68 | 5 | 159 | - |
| CMYK | 0.57 | 0.97 | 0 | 0.38 |
| HSL | 264.55º | 0.94% | 0.32% | - |
| HSV(B) | 264.55º | 0.97% | 0.62% | - |
| XYZ | 8.7 | 3.84 | 33.08 | - |
| YUV | 41.39 | 194.37 | 146.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 5 | 159 | 0.57 | 0.97 | 0 | 0.38 | 264.55 | 0.94 | 0.32 |
| Hex | 44 | 5 | 9F | 39 | 61 | 0 | 26 | 109 | 5E | 20 |
| Octal | 104 | 5 | 237 | 71 | 141 | 0 | 46 | 411 | 136 | 40 |
| Binary | 1000100 | 101 | 10011111 | 111001 | 1100001 | 0 | 100110 | 100001001 | 1011110 | 100000 |
Color Harmonies of #44059F
Complementary color
Monochromatic Colors of #44059F
Black with #44059F
Text Example
Text Example
White with #44059F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44059F; }
p { color: rgb(68,5,159); }
H1.HeaderClassName
{
color: #44059F;
}
.AnyTagClassName
{
color: #44059F;
}
</style>
background-color css
<style>
a { background-color: #44059F; }
a { background-color: rgb(68,5,159); }
div.DivClassName
{
background-color: #44059F;
}
.BgClassName
{
background-color: #44059F;
}
</style>
border-color css
<style>
span { border-color: #44059F; }
span { border-color: rgb(68,5,159); }
td.TdClassName
{
border-color: #44059F;
}
.TagClassName
{
border-color: #44059F;
}
</style>