Shades of Indigo #44096B
Tints of Indigo #44096B
RGB
CMYK
RGB Variations
Color information
#44096B (or 0x44096B) is known color: Indigo. HEX triplet: 44, 09 and 6B. RGB value is (68,9,107). Sum of RGB (Red+Green+Blue) = 68+9+107=184 (24% of max value = 765). Red value is 68 (26.95% from 255 or 36.96% from 184); Green value is 9 (3.91% from 255 or 4.89% from 184); Blue value is 107 (42.19% from 255 or 58.15% from 184); Max value from RGB is 107 - color contains mainly: blue. Hex color #44096B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #44096B is #BBF694. Grayscale: #252525. Windows color (decimal): -12318357 or 7014724. OLE color: 7014724.
HSL color Cylindrical-coordinate representation of color #44096B: hue angle of 276.12º degrees, saturation: 0.84, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #44096B is Cyan = 0.36, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 68 | 9 | 107 | - |
| CMYK | 0.36 | 0.92 | 0 | 0.58 |
| HSL | 276.12º | 0.84% | 0.23% | - |
| HSV(B) | 276.12º | 0.92% | 0.42% | - |
| XYZ | 5.14 | 2.49 | 14.12 | - |
| YUV | 37.81 | 167.05 | 149.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 9 | 107 | 0.36 | 0.92 | 0 | 0.58 | 276.12 | 0.84 | 0.23 |
| Hex | 44 | 9 | 6B | 24 | 5C | 0 | 3A | 114 | 54 | 17 |
| Octal | 104 | 11 | 153 | 44 | 134 | 0 | 72 | 424 | 124 | 27 |
| Binary | 1000100 | 1001 | 1101011 | 100100 | 1011100 | 0 | 111010 | 100010100 | 1010100 | 10111 |
Color Harmonies of #44096B
Complementary color
Monochromatic Colors of #44096B
Black with #44096B
Text Example
Text Example
White with #44096B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44096B; }
p { color: rgb(68,9,107); }
H1.HeaderClassName
{
color: #44096B;
}
.AnyTagClassName
{
color: #44096B;
}
</style>
background-color css
<style>
a { background-color: #44096B; }
a { background-color: rgb(68,9,107); }
div.DivClassName
{
background-color: #44096B;
}
.BgClassName
{
background-color: #44096B;
}
</style>
border-color css
<style>
span { border-color: #44096B; }
span { border-color: rgb(68,9,107); }
td.TdClassName
{
border-color: #44096B;
}
.TagClassName
{
border-color: #44096B;
}
</style>