Shades of Indigo #440975
Tints of Indigo #440975
RGB
CMYK
RGB Variations
Color information
#440975 (or 0x440975) is known color: Indigo. HEX triplet: 44, 09 and 75. RGB value is (68,9,117). Sum of RGB (Red+Green+Blue) = 68+9+117=194 (25% of max value = 765). Red value is 68 (26.95% from 255 or 35.05% from 194); Green value is 9 (3.91% from 255 or 4.64% from 194); Blue value is 117 (46.09% from 255 or 60.31% from 194); Max value from RGB is 117 - color contains mainly: blue. Hex color #440975 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #440975 is #BBF68A. Grayscale: #262626. Windows color (decimal): -12318347 or 7670084. OLE color: 7670084.
HSL color Cylindrical-coordinate representation of color #440975: hue angle of 272.78º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #440975 is Cyan = 0.42, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 68 | 9 | 117 | - |
| CMYK | 0.42 | 0.92 | 0 | 0.54 |
| HSL | 272.78º | 0.86% | 0.25% | - |
| HSV(B) | 272.78º | 0.92% | 0.46% | - |
| XYZ | 5.69 | 2.71 | 17.05 | - |
| YUV | 38.95 | 172.05 | 148.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 9 | 117 | 0.42 | 0.92 | 0 | 0.54 | 272.78 | 0.86 | 0.25 |
| Hex | 44 | 9 | 75 | 2A | 5C | 0 | 36 | 111 | 56 | 19 |
| Octal | 104 | 11 | 165 | 52 | 134 | 0 | 66 | 421 | 126 | 31 |
| Binary | 1000100 | 1001 | 1110101 | 101010 | 1011100 | 0 | 110110 | 100010001 | 1010110 | 11001 |
Color Harmonies of #440975
Complementary color
Monochromatic Colors of #440975
Black with #440975
Text Example
Text Example
White with #440975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440975; }
p { color: rgb(68,9,117); }
H1.HeaderClassName
{
color: #440975;
}
.AnyTagClassName
{
color: #440975;
}
</style>
background-color css
<style>
a { background-color: #440975; }
a { background-color: rgb(68,9,117); }
div.DivClassName
{
background-color: #440975;
}
.BgClassName
{
background-color: #440975;
}
</style>
border-color css
<style>
span { border-color: #440975; }
span { border-color: rgb(68,9,117); }
td.TdClassName
{
border-color: #440975;
}
.TagClassName
{
border-color: #440975;
}
</style>