Shades of Indigo #440C68
Tints of Indigo #440C68
RGB
CMYK
RGB Variations
Color information
#440C68 (or 0x440C68) is known color: Indigo. HEX triplet: 44, 0C and 68. RGB value is (68,12,104). Sum of RGB (Red+Green+Blue) = 68+12+104=184 (24% of max value = 765). Red value is 68 (26.95% from 255 or 36.96% from 184); Green value is 12 (5.08% from 255 or 6.52% from 184); Blue value is 104 (41.02% from 255 or 56.52% from 184); Max value from RGB is 104 - color contains mainly: blue. Hex color #440C68 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #440C68 is #BBF397. Grayscale: #262626. Windows color (decimal): -12317592 or 6818884. OLE color: 6818884.
HSL color Cylindrical-coordinate representation of color #440C68: hue angle of 276.52º degrees, saturation: 0.79, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #440C68 is Cyan = 0.35, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 68 | 12 | 104 | - |
| CMYK | 0.35 | 0.88 | 0 | 0.59 |
| HSL | 276.52º | 0.79% | 0.23% | - |
| HSV(B) | 276.52º | 0.88% | 0.41% | - |
| XYZ | 5.01 | 2.49 | 13.31 | - |
| YUV | 39.23 | 164.55 | 148.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 12 | 104 | 0.35 | 0.88 | 0 | 0.59 | 276.52 | 0.79 | 0.23 |
| Hex | 44 | C | 68 | 23 | 58 | 0 | 3B | 115 | 4F | 17 |
| Octal | 104 | 14 | 150 | 43 | 130 | 0 | 73 | 425 | 117 | 27 |
| Binary | 1000100 | 1100 | 1101000 | 100011 | 1011000 | 0 | 111011 | 100010101 | 1001111 | 10111 |
Color Harmonies of #440C68
Complementary color
Monochromatic Colors of #440C68
Black with #440C68
Text Example
Text Example
White with #440C68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440C68; }
p { color: rgb(68,12,104); }
H1.HeaderClassName
{
color: #440C68;
}
.AnyTagClassName
{
color: #440C68;
}
</style>
background-color css
<style>
a { background-color: #440C68; }
a { background-color: rgb(68,12,104); }
div.DivClassName
{
background-color: #440C68;
}
.BgClassName
{
background-color: #440C68;
}
</style>
border-color css
<style>
span { border-color: #440C68; }
span { border-color: rgb(68,12,104); }
td.TdClassName
{
border-color: #440C68;
}
.TagClassName
{
border-color: #440C68;
}
</style>