Shades of Indigo #440260
Tints of Indigo #440260
RGB
CMYK
RGB Variations
Color information
#440260 (or 0x440260) is known color: Indigo. HEX triplet: 44, 02 and 60. RGB value is (68,2,96). Sum of RGB (Red+Green+Blue) = 68+2+96=166 (21% of max value = 765). Red value is 68 (26.95% from 255 or 40.96% from 166); Green value is 2 (1.17% from 255 or 1.20% from 166); Blue value is 96 (37.89% from 255 or 57.83% from 166); Max value from RGB is 96 - color contains mainly: blue. Hex color #440260 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #440260 is #BBFD9F. Grayscale: #202020. Windows color (decimal): -12320160 or 6292036. OLE color: 6292036.
HSL color Cylindrical-coordinate representation of color #440260: hue angle of 282.13º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #440260 is Cyan = 0.29, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 68 | 2 | 96 | - |
| CMYK | 0.29 | 0.98 | 0 | 0.62 |
| HSL | 282.13º | 0.96% | 0.19% | - |
| HSV(B) | 282.13º | 0.98% | 0.38% | - |
| XYZ | 4.52 | 2.12 | 11.24 | - |
| YUV | 32.45 | 163.87 | 153.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 2 | 96 | 0.29 | 0.98 | 0 | 0.62 | 282.13 | 0.96 | 0.19 |
| Hex | 44 | 2 | 60 | 1D | 62 | 0 | 3E | 11A | 60 | 13 |
| Octal | 104 | 2 | 140 | 35 | 142 | 0 | 76 | 432 | 140 | 23 |
| Binary | 1000100 | 10 | 1100000 | 11101 | 1100010 | 0 | 111110 | 100011010 | 1100000 | 10011 |
Color Harmonies of #440260
Complementary color
Monochromatic Colors of #440260
Black with #440260
Text Example
Text Example
White with #440260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440260; }
p { color: rgb(68,2,96); }
H1.HeaderClassName
{
color: #440260;
}
.AnyTagClassName
{
color: #440260;
}
</style>
background-color css
<style>
a { background-color: #440260; }
a { background-color: rgb(68,2,96); }
div.DivClassName
{
background-color: #440260;
}
.BgClassName
{
background-color: #440260;
}
</style>
border-color css
<style>
span { border-color: #440260; }
span { border-color: rgb(68,2,96); }
td.TdClassName
{
border-color: #440260;
}
.TagClassName
{
border-color: #440260;
}
</style>