Shades of Indigo #440767
Tints of Indigo #440767
RGB
CMYK
RGB Variations
Color information
#440767 (or 0x440767) is known color: Indigo. HEX triplet: 44, 07 and 67. RGB value is (68,7,103). Sum of RGB (Red+Green+Blue) = 68+7+103=178 (23% of max value = 765). Red value is 68 (26.95% from 255 or 38.20% from 178); Green value is 7 (3.12% from 255 or 3.93% from 178); Blue value is 103 (40.62% from 255 or 57.87% from 178); Max value from RGB is 103 - color contains mainly: blue. Hex color #440767 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #440767 is #BBF898. Grayscale: #232323. Windows color (decimal): -12318873 or 6752068. OLE color: 6752068.
HSL color Cylindrical-coordinate representation of color #440767: hue angle of 278.12º degrees, saturation: 0.87, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #440767 is Cyan = 0.34, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 68 | 7 | 103 | - |
| CMYK | 0.34 | 0.93 | 0 | 0.60 |
| HSL | 278.13º | 0.87% | 0.22% | - |
| HSV(B) | 278.13º | 0.93% | 0.4% | - |
| XYZ | 4.91 | 2.36 | 13.03 | - |
| YUV | 36.18 | 165.71 | 150.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 7 | 103 | 0.34 | 0.93 | 0 | 0.60 | 278.13 | 0.87 | 0.22 |
| Hex | 44 | 7 | 67 | 22 | 5D | 0 | 3C | 116 | 57 | 16 |
| Octal | 104 | 7 | 147 | 42 | 135 | 0 | 74 | 426 | 127 | 26 |
| Binary | 1000100 | 111 | 1100111 | 100010 | 1011101 | 0 | 111100 | 100010110 | 1010111 | 10110 |
Color Harmonies of #440767
Complementary color
Monochromatic Colors of #440767
Black with #440767
Text Example
Text Example
White with #440767
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440767; }
p { color: rgb(68,7,103); }
H1.HeaderClassName
{
color: #440767;
}
.AnyTagClassName
{
color: #440767;
}
</style>
background-color css
<style>
a { background-color: #440767; }
a { background-color: rgb(68,7,103); }
div.DivClassName
{
background-color: #440767;
}
.BgClassName
{
background-color: #440767;
}
</style>
border-color css
<style>
span { border-color: #440767; }
span { border-color: rgb(68,7,103); }
td.TdClassName
{
border-color: #440767;
}
.TagClassName
{
border-color: #440767;
}
</style>