Shades of Indigo #440677
Tints of Indigo #440677
RGB
CMYK
RGB Variations
Color information
#440677 (or 0x440677) is known color: Indigo. HEX triplet: 44, 06 and 77. RGB value is (68,6,119). Sum of RGB (Red+Green+Blue) = 68+6+119=193 (25% of max value = 765). Red value is 68 (26.95% from 255 or 35.23% from 193); Green value is 6 (2.73% from 255 or 3.11% from 193); Blue value is 119 (46.88% from 255 or 61.66% from 193); Max value from RGB is 119 - color contains mainly: blue. Hex color #440677 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #440677 is #BBF988. Grayscale: #252525. Windows color (decimal): -12319113 or 7800388. OLE color: 7800388.
HSL color Cylindrical-coordinate representation of color #440677: hue angle of 272.92º degrees, saturation: 0.9, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #440677 is Cyan = 0.43, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 68 | 6 | 119 | - |
| CMYK | 0.43 | 0.95 | 0 | 0.53 |
| HSL | 272.92º | 0.9% | 0.25% | - |
| HSV(B) | 272.92º | 0.95% | 0.47% | - |
| XYZ | 5.78 | 2.69 | 17.67 | - |
| YUV | 37.42 | 174.04 | 149.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 6 | 119 | 0.43 | 0.95 | 0 | 0.53 | 272.92 | 0.9 | 0.25 |
| Hex | 44 | 6 | 77 | 2B | 5F | 0 | 35 | 111 | 5A | 19 |
| Octal | 104 | 6 | 167 | 53 | 137 | 0 | 65 | 421 | 132 | 31 |
| Binary | 1000100 | 110 | 1110111 | 101011 | 1011111 | 0 | 110101 | 100010001 | 1011010 | 11001 |
Color Harmonies of #440677
Complementary color
Monochromatic Colors of #440677
Black with #440677
Text Example
Text Example
White with #440677
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440677; }
p { color: rgb(68,6,119); }
H1.HeaderClassName
{
color: #440677;
}
.AnyTagClassName
{
color: #440677;
}
</style>
background-color css
<style>
a { background-color: #440677; }
a { background-color: rgb(68,6,119); }
div.DivClassName
{
background-color: #440677;
}
.BgClassName
{
background-color: #440677;
}
</style>
border-color css
<style>
span { border-color: #440677; }
span { border-color: rgb(68,6,119); }
td.TdClassName
{
border-color: #440677;
}
.TagClassName
{
border-color: #440677;
}
</style>