Shades of Indigo #440093
Tints of Indigo #440093
RGB
CMYK
RGB Variations
Color information
#440093 (or 0x440093) is known color: Indigo. HEX triplet: 44, 00 and 93. RGB value is (68,0,147). Sum of RGB (Red+Green+Blue) = 68+0+147=215 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.63% from 215); Green value is 0 (0.39% from 255 or 0% from 215); Blue value is 147 (57.81% from 255 or 68.37% from 215); Max value from RGB is 147 - color contains mainly: blue. Hex color #440093 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #440093 is #BBFF6C. Grayscale: #242424. Windows color (decimal): -12320621 or 9633860. OLE color: 9633860.
HSL color Cylindrical-coordinate representation of color #440093: hue angle of 267.76º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #440093 is Cyan = 0.54, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 68 | 0 | 147 | - |
| CMYK | 0.54 | 1 | 0 | 0.42 |
| HSL | 267.76º | 1% | 0.29% | - |
| HSV(B) | 267.76º | 1% | 0.58% | - |
| XYZ | 7.65 | 3.34 | 27.84 | - |
| YUV | 37.09 | 190.03 | 150.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 0 | 147 | 0.54 | 1 | 0 | 0.42 | 267.76 | 1 | 0.29 |
| Hex | 44 | 0 | 93 | 36 | 64 | 0 | 2A | 10C | 64 | 1D |
| Octal | 104 | 0 | 223 | 66 | 144 | 0 | 52 | 414 | 144 | 35 |
| Binary | 1000100 | 0 | 10010011 | 110110 | 1100100 | 0 | 101010 | 100001100 | 1100100 | 11101 |
Color Harmonies of #440093
Complementary color
Monochromatic Colors of #440093
Black with #440093
Text Example
Text Example
White with #440093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440093; }
p { color: rgb(68,0,147); }
H1.HeaderClassName
{
color: #440093;
}
.AnyTagClassName
{
color: #440093;
}
</style>
background-color css
<style>
a { background-color: #440093; }
a { background-color: rgb(68,0,147); }
div.DivClassName
{
background-color: #440093;
}
.BgClassName
{
background-color: #440093;
}
</style>
border-color css
<style>
span { border-color: #440093; }
span { border-color: rgb(68,0,147); }
td.TdClassName
{
border-color: #440093;
}
.TagClassName
{
border-color: #440093;
}
</style>