Shades of Indigo #440092
Tints of Indigo #440092
RGB
CMYK
RGB Variations
Color information
#440092 (or 0x440092) is known color: Indigo. HEX triplet: 44, 00 and 92. RGB value is (68,0,146). Sum of RGB (Red+Green+Blue) = 68+0+146=214 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.78% from 214); Green value is 0 (0.39% from 255 or 0% from 214); Blue value is 146 (57.42% from 255 or 68.22% from 214); Max value from RGB is 146 - color contains mainly: blue. Hex color #440092 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #440092 is #BBFF6D. Grayscale: #242424. Windows color (decimal): -12320622 or 9568324. OLE color: 9568324.
HSL color Cylindrical-coordinate representation of color #440092: hue angle of 267.95º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #440092 is Cyan = 0.53, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 68 | 0 | 146 | - |
| CMYK | 0.53 | 1 | 0 | 0.43 |
| HSL | 267.95º | 1% | 0.29% | - |
| HSV(B) | 267.95º | 1% | 0.57% | - |
| XYZ | 7.57 | 3.3 | 27.43 | - |
| YUV | 36.98 | 189.53 | 150.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 0 | 146 | 0.53 | 1 | 0 | 0.43 | 267.95 | 1 | 0.29 |
| Hex | 44 | 0 | 92 | 35 | 64 | 0 | 2B | 10C | 64 | 1D |
| Octal | 104 | 0 | 222 | 65 | 144 | 0 | 53 | 414 | 144 | 35 |
| Binary | 1000100 | 0 | 10010010 | 110101 | 1100100 | 0 | 101011 | 100001100 | 1100100 | 11101 |
Color Harmonies of #440092
Complementary color
Monochromatic Colors of #440092
Black with #440092
Text Example
Text Example
White with #440092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440092; }
p { color: rgb(68,0,146); }
H1.HeaderClassName
{
color: #440092;
}
.AnyTagClassName
{
color: #440092;
}
</style>
background-color css
<style>
a { background-color: #440092; }
a { background-color: rgb(68,0,146); }
div.DivClassName
{
background-color: #440092;
}
.BgClassName
{
background-color: #440092;
}
</style>
border-color css
<style>
span { border-color: #440092; }
span { border-color: rgb(68,0,146); }
td.TdClassName
{
border-color: #440092;
}
.TagClassName
{
border-color: #440092;
}
</style>