Shades of Indigo #440985
Tints of Indigo #440985
RGB
CMYK
RGB Variations
Color information
#440985 (or 0x440985) is known color: Indigo. HEX triplet: 44, 09 and 85. RGB value is (68,9,133). Sum of RGB (Red+Green+Blue) = 68+9+133=210 (27% of max value = 765). Red value is 68 (26.95% from 255 or 32.38% from 210); Green value is 9 (3.91% from 255 or 4.29% from 210); Blue value is 133 (52.34% from 255 or 63.33% from 210); Max value from RGB is 133 - color contains mainly: blue. Hex color #440985 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #440985 is #BBF67A. Grayscale: #282828. Windows color (decimal): -12318331 or 8718660. OLE color: 8718660.
HSL color Cylindrical-coordinate representation of color #440985: hue angle of 268.55º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #440985 is Cyan = 0.49, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 68 | 9 | 133 | - |
| CMYK | 0.49 | 0.93 | 0 | 0.48 |
| HSL | 268.55º | 0.87% | 0.28% | - |
| HSV(B) | 268.55º | 0.93% | 0.52% | - |
| XYZ | 6.72 | 3.12 | 22.44 | - |
| YUV | 40.78 | 180.05 | 147.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 9 | 133 | 0.49 | 0.93 | 0 | 0.48 | 268.55 | 0.87 | 0.28 |
| Hex | 44 | 9 | 85 | 31 | 5D | 0 | 30 | 10D | 57 | 1C |
| Octal | 104 | 11 | 205 | 61 | 135 | 0 | 60 | 415 | 127 | 34 |
| Binary | 1000100 | 1001 | 10000101 | 110001 | 1011101 | 0 | 110000 | 100001101 | 1010111 | 11100 |
Color Harmonies of #440985
Complementary color
Monochromatic Colors of #440985
Black with #440985
Text Example
Text Example
White with #440985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440985; }
p { color: rgb(68,9,133); }
H1.HeaderClassName
{
color: #440985;
}
.AnyTagClassName
{
color: #440985;
}
</style>
background-color css
<style>
a { background-color: #440985; }
a { background-color: rgb(68,9,133); }
div.DivClassName
{
background-color: #440985;
}
.BgClassName
{
background-color: #440985;
}
</style>
border-color css
<style>
span { border-color: #440985; }
span { border-color: rgb(68,9,133); }
td.TdClassName
{
border-color: #440985;
}
.TagClassName
{
border-color: #440985;
}
</style>