Shades of Indigo #440792
Tints of Indigo #440792
RGB
CMYK
RGB Variations
Color information
#440792 (or 0x440792) is known color: Indigo. HEX triplet: 44, 07 and 92. RGB value is (68,7,146). Sum of RGB (Red+Green+Blue) = 68+7+146=221 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.77% from 221); Green value is 7 (3.12% from 255 or 3.17% from 221); Blue value is 146 (57.42% from 255 or 66.06% from 221); Max value from RGB is 146 - color contains mainly: blue. Hex color #440792 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #440792 is #BBF86D. Grayscale: #282828. Windows color (decimal): -12318830 or 9570116. OLE color: 9570116.
HSL color Cylindrical-coordinate representation of color #440792: hue angle of 266.33º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #440792 is Cyan = 0.53, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 68 | 7 | 146 | - |
| CMYK | 0.53 | 0.95 | 0 | 0.43 |
| HSL | 266.33º | 0.91% | 0.3% | - |
| HSV(B) | 266.33º | 0.95% | 0.57% | - |
| XYZ | 7.65 | 3.46 | 27.46 | - |
| YUV | 41.09 | 187.21 | 147.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 7 | 146 | 0.53 | 0.95 | 0 | 0.43 | 266.33 | 0.91 | 0.3 |
| Hex | 44 | 7 | 92 | 35 | 5F | 0 | 2B | 10A | 5B | 1E |
| Octal | 104 | 7 | 222 | 65 | 137 | 0 | 53 | 412 | 133 | 36 |
| Binary | 1000100 | 111 | 10010010 | 110101 | 1011111 | 0 | 101011 | 100001010 | 1011011 | 11110 |
Color Harmonies of #440792
Complementary color
Monochromatic Colors of #440792
Black with #440792
Text Example
Text Example
White with #440792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440792; }
p { color: rgb(68,7,146); }
H1.HeaderClassName
{
color: #440792;
}
.AnyTagClassName
{
color: #440792;
}
</style>
background-color css
<style>
a { background-color: #440792; }
a { background-color: rgb(68,7,146); }
div.DivClassName
{
background-color: #440792;
}
.BgClassName
{
background-color: #440792;
}
</style>
border-color css
<style>
span { border-color: #440792; }
span { border-color: rgb(68,7,146); }
td.TdClassName
{
border-color: #440792;
}
.TagClassName
{
border-color: #440792;
}
</style>