Shades of Indigo #440162
Tints of Indigo #440162
RGB
CMYK
RGB Variations
Color information
#440162 (or 0x440162) is known color: Indigo. HEX triplet: 44, 01 and 62. RGB value is (68,1,98). Sum of RGB (Red+Green+Blue) = 68+1+98=167 (22% of max value = 765). Red value is 68 (26.95% from 255 or 40.72% from 167); Green value is 1 (0.78% from 255 or 0.60% from 167); Blue value is 98 (38.67% from 255 or 58.68% from 167); Max value from RGB is 98 - color contains mainly: blue. Hex color #440162 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #440162 is #BBFE9D. Grayscale: #1F1F1F. Windows color (decimal): -12320414 or 6422852. OLE color: 6422852.
HSL color Cylindrical-coordinate representation of color #440162: hue angle of 281.44º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #440162 is Cyan = 0.31, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 68 | 1 | 98 | - |
| CMYK | 0.31 | 0.99 | 0 | 0.62 |
| HSL | 281.44º | 0.98% | 0.19% | - |
| HSV(B) | 281.44º | 0.99% | 0.38% | - |
| XYZ | 4.6 | 2.13 | 11.72 | - |
| YUV | 32.09 | 165.2 | 153.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 1 | 98 | 0.31 | 0.99 | 0 | 0.62 | 281.44 | 0.98 | 0.19 |
| Hex | 44 | 1 | 62 | 1F | 63 | 0 | 3E | 119 | 62 | 13 |
| Octal | 104 | 1 | 142 | 37 | 143 | 0 | 76 | 431 | 142 | 23 |
| Binary | 1000100 | 1 | 1100010 | 11111 | 1100011 | 0 | 111110 | 100011001 | 1100010 | 10011 |
Color Harmonies of #440162
Complementary color
Monochromatic Colors of #440162
Black with #440162
Text Example
Text Example
White with #440162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440162; }
p { color: rgb(68,1,98); }
H1.HeaderClassName
{
color: #440162;
}
.AnyTagClassName
{
color: #440162;
}
</style>
background-color css
<style>
a { background-color: #440162; }
a { background-color: rgb(68,1,98); }
div.DivClassName
{
background-color: #440162;
}
.BgClassName
{
background-color: #440162;
}
</style>
border-color css
<style>
span { border-color: #440162; }
span { border-color: rgb(68,1,98); }
td.TdClassName
{
border-color: #440162;
}
.TagClassName
{
border-color: #440162;
}
</style>