Shades of Indigo #440F6C
Tints of Indigo #440F6C
RGB
CMYK
RGB Variations
Color information
#440F6C (or 0x440F6C) is known color: Indigo. HEX triplet: 44, 0F and 6C. RGB value is (68,15,108). Sum of RGB (Red+Green+Blue) = 68+15+108=191 (25% of max value = 765). Red value is 68 (26.95% from 255 or 35.60% from 191); Green value is 15 (6.25% from 255 or 7.85% from 191); Blue value is 108 (42.58% from 255 or 56.54% from 191); Max value from RGB is 108 - color contains mainly: blue. Hex color #440F6C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #440F6C is #BBF093. Grayscale: #292929. Windows color (decimal): -12316820 or 7081796. OLE color: 7081796.
HSL color Cylindrical-coordinate representation of color #440F6C: hue angle of 274.19º degrees, saturation: 0.76, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #440F6C is Cyan = 0.37, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 68 | 15 | 108 | - |
| CMYK | 0.37 | 0.86 | 0 | 0.58 |
| HSL | 274.19º | 0.76% | 0.24% | - |
| HSV(B) | 274.19º | 0.86% | 0.42% | - |
| XYZ | 5.26 | 2.65 | 14.42 | - |
| YUV | 41.45 | 165.56 | 146.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 15 | 108 | 0.37 | 0.86 | 0 | 0.58 | 274.19 | 0.76 | 0.24 |
| Hex | 44 | F | 6C | 25 | 56 | 0 | 3A | 112 | 4C | 18 |
| Octal | 104 | 17 | 154 | 45 | 126 | 0 | 72 | 422 | 114 | 30 |
| Binary | 1000100 | 1111 | 1101100 | 100101 | 1010110 | 0 | 111010 | 100010010 | 1001100 | 11000 |
Color Harmonies of #440F6C
Complementary color
Monochromatic Colors of #440F6C
Black with #440F6C
Text Example
Text Example
White with #440F6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440F6C; }
p { color: rgb(68,15,108); }
H1.HeaderClassName
{
color: #440F6C;
}
.AnyTagClassName
{
color: #440F6C;
}
</style>
background-color css
<style>
a { background-color: #440F6C; }
a { background-color: rgb(68,15,108); }
div.DivClassName
{
background-color: #440F6C;
}
.BgClassName
{
background-color: #440F6C;
}
</style>
border-color css
<style>
span { border-color: #440F6C; }
span { border-color: rgb(68,15,108); }
td.TdClassName
{
border-color: #440F6C;
}
.TagClassName
{
border-color: #440F6C;
}
</style>