Shades of Indigo #440968
Tints of Indigo #440968
RGB
CMYK
RGB Variations
Color information
#440968 (or 0x440968) is known color: Indigo. HEX triplet: 44, 09 and 68. RGB value is (68,9,104). Sum of RGB (Red+Green+Blue) = 68+9+104=181 (23% of max value = 765). Red value is 68 (26.95% from 255 or 37.57% from 181); Green value is 9 (3.91% from 255 or 4.97% from 181); Blue value is 104 (41.02% from 255 or 57.46% from 181); Max value from RGB is 104 - color contains mainly: blue. Hex color #440968 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #440968 is #BBF697. Grayscale: #252525. Windows color (decimal): -12318360 or 6818116. OLE color: 6818116.
HSL color Cylindrical-coordinate representation of color #440968: hue angle of 277.26º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #440968 is Cyan = 0.35, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 68 | 9 | 104 | - |
| CMYK | 0.35 | 0.91 | 0 | 0.59 |
| HSL | 277.26º | 0.84% | 0.22% | - |
| HSV(B) | 277.26º | 0.91% | 0.41% | - |
| XYZ | 4.98 | 2.42 | 13.3 | - |
| YUV | 37.47 | 165.55 | 149.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 9 | 104 | 0.35 | 0.91 | 0 | 0.59 | 277.26 | 0.84 | 0.22 |
| Hex | 44 | 9 | 68 | 23 | 5B | 0 | 3B | 115 | 54 | 16 |
| Octal | 104 | 11 | 150 | 43 | 133 | 0 | 73 | 425 | 124 | 26 |
| Binary | 1000100 | 1001 | 1101000 | 100011 | 1011011 | 0 | 111011 | 100010101 | 1010100 | 10110 |
Color Harmonies of #440968
Complementary color
Monochromatic Colors of #440968
Black with #440968
Text Example
Text Example
White with #440968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440968; }
p { color: rgb(68,9,104); }
H1.HeaderClassName
{
color: #440968;
}
.AnyTagClassName
{
color: #440968;
}
</style>
background-color css
<style>
a { background-color: #440968; }
a { background-color: rgb(68,9,104); }
div.DivClassName
{
background-color: #440968;
}
.BgClassName
{
background-color: #440968;
}
</style>
border-color css
<style>
span { border-color: #440968; }
span { border-color: rgb(68,9,104); }
td.TdClassName
{
border-color: #440968;
}
.TagClassName
{
border-color: #440968;
}
</style>