Shades of Indigo #440062
Tints of Indigo #440062
RGB
CMYK
RGB Variations
Color information
#440062 (or 0x440062) is known color: Indigo. HEX triplet: 44, 00 and 62. RGB value is (68,0,98). Sum of RGB (Red+Green+Blue) = 68+0+98=166 (21% of max value = 765). Red value is 68 (26.95% from 255 or 40.96% from 166); Green value is 0 (0.39% from 255 or 0% from 166); Blue value is 98 (38.67% from 255 or 59.04% from 166); Max value from RGB is 98 - color contains mainly: blue. Hex color #440062 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #440062 is #BBFF9D. Grayscale: #1F1F1F. Windows color (decimal): -12320670 or 6422596. OLE color: 6422596.
HSL color Cylindrical-coordinate representation of color #440062: hue angle of 281.63º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #440062 is Cyan = 0.31, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 68 | 0 | 98 | - |
| CMYK | 0.31 | 1 | 0 | 0.62 |
| HSL | 281.63º | 1% | 0.19% | - |
| HSV(B) | 281.63º | 1% | 0.38% | - |
| XYZ | 4.59 | 2.11 | 11.72 | - |
| YUV | 31.5 | 165.53 | 154.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 0 | 98 | 0.31 | 1 | 0 | 0.62 | 281.63 | 1 | 0.19 |
| Hex | 44 | 0 | 62 | 1F | 64 | 0 | 3E | 11A | 64 | 13 |
| Octal | 104 | 0 | 142 | 37 | 144 | 0 | 76 | 432 | 144 | 23 |
| Binary | 1000100 | 0 | 1100010 | 11111 | 1100100 | 0 | 111110 | 100011010 | 1100100 | 10011 |
Color Harmonies of #440062
Complementary color
Monochromatic Colors of #440062
Black with #440062
Text Example
Text Example
White with #440062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440062; }
p { color: rgb(68,0,98); }
H1.HeaderClassName
{
color: #440062;
}
.AnyTagClassName
{
color: #440062;
}
</style>
background-color css
<style>
a { background-color: #440062; }
a { background-color: rgb(68,0,98); }
div.DivClassName
{
background-color: #440062;
}
.BgClassName
{
background-color: #440062;
}
</style>
border-color css
<style>
span { border-color: #440062; }
span { border-color: rgb(68,0,98); }
td.TdClassName
{
border-color: #440062;
}
.TagClassName
{
border-color: #440062;
}
</style>