Shades of Indigo #440665
Tints of Indigo #440665
RGB
CMYK
RGB Variations
Color information
#440665 (or 0x440665) is known color: Indigo. HEX triplet: 44, 06 and 65. RGB value is (68,6,101). Sum of RGB (Red+Green+Blue) = 68+6+101=175 (23% of max value = 765). Red value is 68 (26.95% from 255 or 38.86% from 175); Green value is 6 (2.73% from 255 or 3.43% from 175); Blue value is 101 (39.84% from 255 or 57.71% from 175); Max value from RGB is 101 - color contains mainly: blue. Hex color #440665 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #440665 is #BBF99A. Grayscale: #232323. Windows color (decimal): -12319131 or 6620740. OLE color: 6620740.
HSL color Cylindrical-coordinate representation of color #440665: hue angle of 279.16º 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 #440665 is Cyan = 0.33, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 68 | 6 | 101 | - |
| CMYK | 0.33 | 0.94 | 0 | 0.60 |
| HSL | 279.16º | 0.89% | 0.21% | - |
| HSV(B) | 279.16º | 0.94% | 0.4% | - |
| XYZ | 4.8 | 2.3 | 12.5 | - |
| YUV | 35.37 | 165.04 | 151.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 6 | 101 | 0.33 | 0.94 | 0 | 0.60 | 279.16 | 0.89 | 0.21 |
| Hex | 44 | 6 | 65 | 21 | 5E | 0 | 3C | 117 | 59 | 15 |
| Octal | 104 | 6 | 145 | 41 | 136 | 0 | 74 | 427 | 131 | 25 |
| Binary | 1000100 | 110 | 1100101 | 100001 | 1011110 | 0 | 111100 | 100010111 | 1011001 | 10101 |
Color Harmonies of #440665
Complementary color
Monochromatic Colors of #440665
Black with #440665
Text Example
Text Example
White with #440665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440665; }
p { color: rgb(68,6,101); }
H1.HeaderClassName
{
color: #440665;
}
.AnyTagClassName
{
color: #440665;
}
</style>
background-color css
<style>
a { background-color: #440665; }
a { background-color: rgb(68,6,101); }
div.DivClassName
{
background-color: #440665;
}
.BgClassName
{
background-color: #440665;
}
</style>
border-color css
<style>
span { border-color: #440665; }
span { border-color: rgb(68,6,101); }
td.TdClassName
{
border-color: #440665;
}
.TagClassName
{
border-color: #440665;
}
</style>