Shades of Indigo #440D98
Tints of Indigo #440D98
RGB
CMYK
RGB Variations
Color information
#440D98 (or 0x440D98) is known color: Indigo. HEX triplet: 44, 0D and 98. RGB value is (68,13,152). Sum of RGB (Red+Green+Blue) = 68+13+152=233 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.18% from 233); Green value is 13 (5.47% from 255 or 5.58% from 233); Blue value is 152 (59.77% from 255 or 65.24% from 233); Max value from RGB is 152 - color contains mainly: blue. Hex color #440D98 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #440D98 is #BBF267. Grayscale: #2C2C2C. Windows color (decimal): -12317288 or 9964868. OLE color: 9964868.
HSL color Cylindrical-coordinate representation of color #440D98: hue angle of 263.74º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #440D98 is Cyan = 0.55, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 68 | 13 | 152 | - |
| CMYK | 0.55 | 0.91 | 0 | 0.40 |
| HSL | 263.74º | 0.84% | 0.32% | - |
| HSV(B) | 263.74º | 0.91% | 0.6% | - |
| XYZ | 8.2 | 3.78 | 30 | - |
| YUV | 45.29 | 188.22 | 144.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 13 | 152 | 0.55 | 0.91 | 0 | 0.40 | 263.74 | 0.84 | 0.32 |
| Hex | 44 | D | 98 | 37 | 5B | 0 | 28 | 108 | 54 | 20 |
| Octal | 104 | 15 | 230 | 67 | 133 | 0 | 50 | 410 | 124 | 40 |
| Binary | 1000100 | 1101 | 10011000 | 110111 | 1011011 | 0 | 101000 | 100001000 | 1010100 | 100000 |
Color Harmonies of #440D98
Complementary color
Monochromatic Colors of #440D98
Black with #440D98
Text Example
Text Example
White with #440D98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440D98; }
p { color: rgb(68,13,152); }
H1.HeaderClassName
{
color: #440D98;
}
.AnyTagClassName
{
color: #440D98;
}
</style>
background-color css
<style>
a { background-color: #440D98; }
a { background-color: rgb(68,13,152); }
div.DivClassName
{
background-color: #440D98;
}
.BgClassName
{
background-color: #440D98;
}
</style>
border-color css
<style>
span { border-color: #440D98; }
span { border-color: rgb(68,13,152); }
td.TdClassName
{
border-color: #440D98;
}
.TagClassName
{
border-color: #440D98;
}
</style>