Shades of Indigo #440A7E
Tints of Indigo #440A7E
RGB
CMYK
RGB Variations
Color information
#440A7E (or 0x440A7E) is known color: Indigo. HEX triplet: 44, 0A and 7E. RGB value is (68,10,126). Sum of RGB (Red+Green+Blue) = 68+10+126=204 (27% of max value = 765). Red value is 68 (26.95% from 255 or 33.33% from 204); Green value is 10 (4.30% from 255 or 4.90% from 204); Blue value is 126 (49.61% from 255 or 61.76% from 204); Max value from RGB is 126 - color contains mainly: blue. Hex color #440A7E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #440A7E is #BBF581. Grayscale: #282828. Windows color (decimal): -12318082 or 8260164. OLE color: 8260164.
HSL color Cylindrical-coordinate representation of color #440A7E: hue angle of 270º degrees, saturation: 0.85, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #440A7E is Cyan = 0.46, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 68 | 10 | 126 | - |
| CMYK | 0.46 | 0.92 | 0 | 0.51 |
| HSL | 270º | 0.85% | 0.27% | - |
| HSV(B) | 270º | 0.92% | 0.49% | - |
| XYZ | 6.26 | 2.95 | 19.98 | - |
| YUV | 40.57 | 176.22 | 147.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 10 | 126 | 0.46 | 0.92 | 0 | 0.51 | 270 | 0.85 | 0.27 |
| Hex | 44 | A | 7E | 2E | 5C | 0 | 33 | 10E | 55 | 1B |
| Octal | 104 | 12 | 176 | 56 | 134 | 0 | 63 | 416 | 125 | 33 |
| Binary | 1000100 | 1010 | 1111110 | 101110 | 1011100 | 0 | 110011 | 100001110 | 1010101 | 11011 |
Color Harmonies of #440A7E
Complementary color
Monochromatic Colors of #440A7E
Black with #440A7E
Text Example
Text Example
White with #440A7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440A7E; }
p { color: rgb(68,10,126); }
H1.HeaderClassName
{
color: #440A7E;
}
.AnyTagClassName
{
color: #440A7E;
}
</style>
background-color css
<style>
a { background-color: #440A7E; }
a { background-color: rgb(68,10,126); }
div.DivClassName
{
background-color: #440A7E;
}
.BgClassName
{
background-color: #440A7E;
}
</style>
border-color css
<style>
span { border-color: #440A7E; }
span { border-color: rgb(68,10,126); }
td.TdClassName
{
border-color: #440A7E;
}
.TagClassName
{
border-color: #440A7E;
}
</style>