Shades of Indigo #440A74
Tints of Indigo #440A74
RGB
CMYK
RGB Variations
Color information
#440A74 (or 0x440A74) is known color: Indigo. HEX triplet: 44, 0A and 74. RGB value is (68,10,116). Sum of RGB (Red+Green+Blue) = 68+10+116=194 (25% of max value = 765). Red value is 68 (26.95% from 255 or 35.05% from 194); Green value is 10 (4.30% from 255 or 5.15% from 194); Blue value is 116 (45.70% from 255 or 59.79% from 194); Max value from RGB is 116 - color contains mainly: blue. Hex color #440A74 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #440A74 is #BBF58B. Grayscale: #272727. Windows color (decimal): -12318092 or 7604804. OLE color: 7604804.
HSL color Cylindrical-coordinate representation of color #440A74: hue angle of 272.83º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #440A74 is Cyan = 0.41, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 68 | 10 | 116 | - |
| CMYK | 0.41 | 0.91 | 0 | 0.55 |
| HSL | 272.83º | 0.84% | 0.25% | - |
| HSV(B) | 272.83º | 0.91% | 0.45% | - |
| XYZ | 5.64 | 2.71 | 16.75 | - |
| YUV | 39.43 | 171.22 | 148.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 10 | 116 | 0.41 | 0.91 | 0 | 0.55 | 272.83 | 0.84 | 0.25 |
| Hex | 44 | A | 74 | 29 | 5B | 0 | 37 | 111 | 54 | 19 |
| Octal | 104 | 12 | 164 | 51 | 133 | 0 | 67 | 421 | 124 | 31 |
| Binary | 1000100 | 1010 | 1110100 | 101001 | 1011011 | 0 | 110111 | 100010001 | 1010100 | 11001 |
Color Harmonies of #440A74
Complementary color
Monochromatic Colors of #440A74
Black with #440A74
Text Example
Text Example
White with #440A74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440A74; }
p { color: rgb(68,10,116); }
H1.HeaderClassName
{
color: #440A74;
}
.AnyTagClassName
{
color: #440A74;
}
</style>
background-color css
<style>
a { background-color: #440A74; }
a { background-color: rgb(68,10,116); }
div.DivClassName
{
background-color: #440A74;
}
.BgClassName
{
background-color: #440A74;
}
</style>
border-color css
<style>
span { border-color: #440A74; }
span { border-color: rgb(68,10,116); }
td.TdClassName
{
border-color: #440A74;
}
.TagClassName
{
border-color: #440A74;
}
</style>