Shades of Indigo #440667
Tints of Indigo #440667
RGB
CMYK
RGB Variations
Color information
#440667 (or 0x440667) is known color: Indigo. HEX triplet: 44, 06 and 67. RGB value is (68,6,103). Sum of RGB (Red+Green+Blue) = 68+6+103=177 (23% of max value = 765). Red value is 68 (26.95% from 255 or 38.42% from 177); Green value is 6 (2.73% from 255 or 3.39% from 177); Blue value is 103 (40.62% from 255 or 58.19% from 177); Max value from RGB is 103 - color contains mainly: blue. Hex color #440667 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #440667 is #BBF998. Grayscale: #232323. Windows color (decimal): -12319129 or 6751812. OLE color: 6751812.
HSL color Cylindrical-coordinate representation of color #440667: hue angle of 278.35º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #440667 is Cyan = 0.34, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 68 | 6 | 103 | - |
| CMYK | 0.34 | 0.94 | 0 | 0.60 |
| HSL | 278.35º | 0.89% | 0.21% | - |
| HSV(B) | 278.35º | 0.94% | 0.4% | - |
| XYZ | 4.9 | 2.34 | 13.03 | - |
| YUV | 35.6 | 166.04 | 151.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 6 | 103 | 0.34 | 0.94 | 0 | 0.60 | 278.35 | 0.89 | 0.21 |
| Hex | 44 | 6 | 67 | 22 | 5E | 0 | 3C | 116 | 59 | 15 |
| Octal | 104 | 6 | 147 | 42 | 136 | 0 | 74 | 426 | 131 | 25 |
| Binary | 1000100 | 110 | 1100111 | 100010 | 1011110 | 0 | 111100 | 100010110 | 1011001 | 10101 |
Color Harmonies of #440667
Complementary color
Monochromatic Colors of #440667
Black with #440667
Text Example
Text Example
White with #440667
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440667; }
p { color: rgb(68,6,103); }
H1.HeaderClassName
{
color: #440667;
}
.AnyTagClassName
{
color: #440667;
}
</style>
background-color css
<style>
a { background-color: #440667; }
a { background-color: rgb(68,6,103); }
div.DivClassName
{
background-color: #440667;
}
.BgClassName
{
background-color: #440667;
}
</style>
border-color css
<style>
span { border-color: #440667; }
span { border-color: rgb(68,6,103); }
td.TdClassName
{
border-color: #440667;
}
.TagClassName
{
border-color: #440667;
}
</style>