Shades of Indigo #440397
Tints of Indigo #440397
RGB
CMYK
RGB Variations
Color information
#440397 (or 0x440397) is known color: Indigo. HEX triplet: 44, 03 and 97. RGB value is (68,3,151). Sum of RGB (Red+Green+Blue) = 68+3+151=222 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.63% from 222); Green value is 3 (1.56% from 255 or 1.35% from 222); Blue value is 151 (59.38% from 255 or 68.02% from 222); Max value from RGB is 151 - color contains mainly: blue. Hex color #440397 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #440397 is #BBFC68. Grayscale: #262626. Windows color (decimal): -12319849 or 9896772. OLE color: 9896772.
HSL color Cylindrical-coordinate representation of color #440397: hue angle of 266.35º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #440397 is Cyan = 0.55, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 68 | 3 | 151 | - |
| CMYK | 0.55 | 0.98 | 0 | 0.41 |
| HSL | 266.35º | 0.96% | 0.3% | - |
| HSV(B) | 266.35º | 0.98% | 0.59% | - |
| XYZ | 8 | 3.53 | 29.54 | - |
| YUV | 39.31 | 191.03 | 148.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 3 | 151 | 0.55 | 0.98 | 0 | 0.41 | 266.35 | 0.96 | 0.3 |
| Hex | 44 | 3 | 97 | 37 | 62 | 0 | 29 | 10A | 60 | 1E |
| Octal | 104 | 3 | 227 | 67 | 142 | 0 | 51 | 412 | 140 | 36 |
| Binary | 1000100 | 11 | 10010111 | 110111 | 1100010 | 0 | 101001 | 100001010 | 1100000 | 11110 |
Color Harmonies of #440397
Complementary color
Monochromatic Colors of #440397
Black with #440397
Text Example
Text Example
White with #440397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440397; }
p { color: rgb(68,3,151); }
H1.HeaderClassName
{
color: #440397;
}
.AnyTagClassName
{
color: #440397;
}
</style>
background-color css
<style>
a { background-color: #440397; }
a { background-color: rgb(68,3,151); }
div.DivClassName
{
background-color: #440397;
}
.BgClassName
{
background-color: #440397;
}
</style>
border-color css
<style>
span { border-color: #440397; }
span { border-color: rgb(68,3,151); }
td.TdClassName
{
border-color: #440397;
}
.TagClassName
{
border-color: #440397;
}
</style>