Shades of Indigo #440288
Tints of Indigo #440288
RGB
CMYK
RGB Variations
Color information
#440288 (or 0x440288) is known color: Indigo. HEX triplet: 44, 02 and 88. RGB value is (68,2,136). Sum of RGB (Red+Green+Blue) = 68+2+136=206 (27% of max value = 765). Red value is 68 (26.95% from 255 or 33.01% from 206); Green value is 2 (1.17% from 255 or 0.97% from 206); Blue value is 136 (53.52% from 255 or 66.02% from 206); Max value from RGB is 136 - color contains mainly: blue. Hex color #440288 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #440288 is #BBFD77. Grayscale: #242424. Windows color (decimal): -12320120 or 8913476. OLE color: 8913476.
HSL color Cylindrical-coordinate representation of color #440288: hue angle of 269.55º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #440288 is Cyan = 0.50, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 68 | 2 | 136 | - |
| CMYK | 0.50 | 0.99 | 0 | 0.47 |
| HSL | 269.55º | 0.97% | 0.27% | - |
| HSV(B) | 269.55º | 0.99% | 0.53% | - |
| XYZ | 6.85 | 3.05 | 23.52 | - |
| YUV | 37.01 | 183.87 | 150.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 2 | 136 | 0.50 | 0.99 | 0 | 0.47 | 269.55 | 0.97 | 0.27 |
| Hex | 44 | 2 | 88 | 32 | 63 | 0 | 2F | 10E | 61 | 1B |
| Octal | 104 | 2 | 210 | 62 | 143 | 0 | 57 | 416 | 141 | 33 |
| Binary | 1000100 | 10 | 10001000 | 110010 | 1100011 | 0 | 101111 | 100001110 | 1100001 | 11011 |
Color Harmonies of #440288
Complementary color
Monochromatic Colors of #440288
Black with #440288
Text Example
Text Example
White with #440288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440288; }
p { color: rgb(68,2,136); }
H1.HeaderClassName
{
color: #440288;
}
.AnyTagClassName
{
color: #440288;
}
</style>
background-color css
<style>
a { background-color: #440288; }
a { background-color: rgb(68,2,136); }
div.DivClassName
{
background-color: #440288;
}
.BgClassName
{
background-color: #440288;
}
</style>
border-color css
<style>
span { border-color: #440288; }
span { border-color: rgb(68,2,136); }
td.TdClassName
{
border-color: #440288;
}
.TagClassName
{
border-color: #440288;
}
</style>