Shades of Indigo #440293
Tints of Indigo #440293
RGB
CMYK
RGB Variations
Color information
#440293 (or 0x440293) is known color: Indigo. HEX triplet: 44, 02 and 93. RGB value is (68,2,147). Sum of RGB (Red+Green+Blue) = 68+2+147=217 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.34% from 217); Green value is 2 (1.17% from 255 or 0.92% from 217); Blue value is 147 (57.81% from 255 or 67.74% from 217); Max value from RGB is 147 - color contains mainly: blue. Hex color #440293 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #440293 is #BBFD6C. Grayscale: #252525. Windows color (decimal): -12320109 or 9634372. OLE color: 9634372.
HSL color Cylindrical-coordinate representation of color #440293: hue angle of 267.31º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #440293 is Cyan = 0.54, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 68 | 2 | 147 | - |
| CMYK | 0.54 | 0.99 | 0 | 0.42 |
| HSL | 267.31º | 0.97% | 0.29% | - |
| HSV(B) | 267.31º | 0.99% | 0.58% | - |
| XYZ | 7.67 | 3.38 | 27.85 | - |
| YUV | 38.26 | 189.37 | 149.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 2 | 147 | 0.54 | 0.99 | 0 | 0.42 | 267.31 | 0.97 | 0.29 |
| Hex | 44 | 2 | 93 | 36 | 63 | 0 | 2A | 10B | 61 | 1D |
| Octal | 104 | 2 | 223 | 66 | 143 | 0 | 52 | 413 | 141 | 35 |
| Binary | 1000100 | 10 | 10010011 | 110110 | 1100011 | 0 | 101010 | 100001011 | 1100001 | 11101 |
Color Harmonies of #440293
Complementary color
Monochromatic Colors of #440293
Black with #440293
Text Example
Text Example
White with #440293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440293; }
p { color: rgb(68,2,147); }
H1.HeaderClassName
{
color: #440293;
}
.AnyTagClassName
{
color: #440293;
}
</style>
background-color css
<style>
a { background-color: #440293; }
a { background-color: rgb(68,2,147); }
div.DivClassName
{
background-color: #440293;
}
.BgClassName
{
background-color: #440293;
}
</style>
border-color css
<style>
span { border-color: #440293; }
span { border-color: rgb(68,2,147); }
td.TdClassName
{
border-color: #440293;
}
.TagClassName
{
border-color: #440293;
}
</style>