Shades of Indigo #440FA3
Tints of Indigo #440FA3
RGB
CMYK
RGB Variations
Color information
#440FA3 (or 0x440FA3) is known color: Indigo. HEX triplet: 44, 0F and A3. RGB value is (68,15,163). Sum of RGB (Red+Green+Blue) = 68+15+163=246 (32% of max value = 765). Red value is 68 (26.95% from 255 or 27.64% from 246); Green value is 15 (6.25% from 255 or 6.10% from 246); Blue value is 163 (64.06% from 255 or 66.26% from 246); Max value from RGB is 163 - color contains mainly: blue. Hex color #440FA3 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #440FA3 is #BBF05C. Grayscale: #2F2F2F. Windows color (decimal): -12316765 or 10686276. OLE color: 10686276.
HSL color Cylindrical-coordinate representation of color #440FA3: hue angle of 261.49º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #440FA3 is Cyan = 0.58, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 68 | 15 | 163 | - |
| CMYK | 0.58 | 0.91 | 0 | 0.36 |
| HSL | 261.49º | 0.83% | 0.35% | - |
| HSV(B) | 261.49º | 0.91% | 0.64% | - |
| XYZ | 9.17 | 4.21 | 34.98 | - |
| YUV | 47.72 | 193.06 | 142.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 15 | 163 | 0.58 | 0.91 | 0 | 0.36 | 261.49 | 0.83 | 0.35 |
| Hex | 44 | F | A3 | 3A | 5B | 0 | 24 | 105 | 53 | 23 |
| Octal | 104 | 17 | 243 | 72 | 133 | 0 | 44 | 405 | 123 | 43 |
| Binary | 1000100 | 1111 | 10100011 | 111010 | 1011011 | 0 | 100100 | 100000101 | 1010011 | 100011 |
Color Harmonies of #440FA3
Complementary color
Monochromatic Colors of #440FA3
Black with #440FA3
Text Example
Text Example
White with #440FA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440FA3; }
p { color: rgb(68,15,163); }
H1.HeaderClassName
{
color: #440FA3;
}
.AnyTagClassName
{
color: #440FA3;
}
</style>
background-color css
<style>
a { background-color: #440FA3; }
a { background-color: rgb(68,15,163); }
div.DivClassName
{
background-color: #440FA3;
}
.BgClassName
{
background-color: #440FA3;
}
</style>
border-color css
<style>
span { border-color: #440FA3; }
span { border-color: rgb(68,15,163); }
td.TdClassName
{
border-color: #440FA3;
}
.TagClassName
{
border-color: #440FA3;
}
</style>