Shades of Indigo #440593
Tints of Indigo #440593
RGB
CMYK
RGB Variations
Color information
#440593 (or 0x440593) is known color: Indigo. HEX triplet: 44, 05 and 93. RGB value is (68,5,147). Sum of RGB (Red+Green+Blue) = 68+5+147=220 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.91% from 220); Green value is 5 (2.34% from 255 or 2.27% from 220); Blue value is 147 (57.81% from 255 or 66.82% from 220); Max value from RGB is 147 - color contains mainly: blue. Hex color #440593 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #440593 is #BBFA6C. Grayscale: #272727. Windows color (decimal): -12319341 or 9635140. OLE color: 9635140.
HSL color Cylindrical-coordinate representation of color #440593: hue angle of 266.62º degrees, saturation: 0.93, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #440593 is Cyan = 0.54, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 68 | 5 | 147 | - |
| CMYK | 0.54 | 0.97 | 0 | 0.42 |
| HSL | 266.62º | 0.93% | 0.3% | - |
| HSV(B) | 266.62º | 0.97% | 0.58% | - |
| XYZ | 7.7 | 3.44 | 27.86 | - |
| YUV | 40.03 | 188.37 | 147.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 5 | 147 | 0.54 | 0.97 | 0 | 0.42 | 266.62 | 0.93 | 0.3 |
| Hex | 44 | 5 | 93 | 36 | 61 | 0 | 2A | 10B | 5D | 1E |
| Octal | 104 | 5 | 223 | 66 | 141 | 0 | 52 | 413 | 135 | 36 |
| Binary | 1000100 | 101 | 10010011 | 110110 | 1100001 | 0 | 101010 | 100001011 | 1011101 | 11110 |
Color Harmonies of #440593
Complementary color
Monochromatic Colors of #440593
Black with #440593
Text Example
Text Example
White with #440593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440593; }
p { color: rgb(68,5,147); }
H1.HeaderClassName
{
color: #440593;
}
.AnyTagClassName
{
color: #440593;
}
</style>
background-color css
<style>
a { background-color: #440593; }
a { background-color: rgb(68,5,147); }
div.DivClassName
{
background-color: #440593;
}
.BgClassName
{
background-color: #440593;
}
</style>
border-color css
<style>
span { border-color: #440593; }
span { border-color: rgb(68,5,147); }
td.TdClassName
{
border-color: #440593;
}
.TagClassName
{
border-color: #440593;
}
</style>