Shades of Indigo #440E9C
Tints of Indigo #440E9C
RGB
CMYK
RGB Variations
Color information
#440E9C (or 0x440E9C) is known color: Indigo. HEX triplet: 44, 0E and 9C. RGB value is (68,14,156). Sum of RGB (Red+Green+Blue) = 68+14+156=238 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.57% from 238); Green value is 14 (5.86% from 255 or 5.88% from 238); Blue value is 156 (61.33% from 255 or 65.55% from 238); Max value from RGB is 156 - color contains mainly: blue. Hex color #440E9C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #440E9C is #BBF163. Grayscale: #2D2D2D. Windows color (decimal): -12317028 or 10227268. OLE color: 10227268.
HSL color Cylindrical-coordinate representation of color #440E9C: hue angle of 262.82º degrees, saturation: 0.84, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #440E9C is Cyan = 0.56, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 68 | 14 | 156 | - |
| CMYK | 0.56 | 0.91 | 0 | 0.39 |
| HSL | 262.82º | 0.84% | 0.33% | - |
| HSV(B) | 262.82º | 0.91% | 0.61% | - |
| XYZ | 8.54 | 3.94 | 31.76 | - |
| YUV | 46.33 | 189.89 | 143.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 14 | 156 | 0.56 | 0.91 | 0 | 0.39 | 262.82 | 0.84 | 0.33 |
| Hex | 44 | E | 9C | 38 | 5B | 0 | 27 | 107 | 54 | 21 |
| Octal | 104 | 16 | 234 | 70 | 133 | 0 | 47 | 407 | 124 | 41 |
| Binary | 1000100 | 1110 | 10011100 | 111000 | 1011011 | 0 | 100111 | 100000111 | 1010100 | 100001 |
Color Harmonies of #440E9C
Complementary color
Monochromatic Colors of #440E9C
Black with #440E9C
Text Example
Text Example
White with #440E9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440E9C; }
p { color: rgb(68,14,156); }
H1.HeaderClassName
{
color: #440E9C;
}
.AnyTagClassName
{
color: #440E9C;
}
</style>
background-color css
<style>
a { background-color: #440E9C; }
a { background-color: rgb(68,14,156); }
div.DivClassName
{
background-color: #440E9C;
}
.BgClassName
{
background-color: #440E9C;
}
</style>
border-color css
<style>
span { border-color: #440E9C; }
span { border-color: rgb(68,14,156); }
td.TdClassName
{
border-color: #440E9C;
}
.TagClassName
{
border-color: #440E9C;
}
</style>