Shades of Indigo #44065D
Tints of Indigo #44065D
RGB
CMYK
RGB Variations
Color information
#44065D (or 0x44065D) is known color: Indigo. HEX triplet: 44, 06 and 5D. RGB value is (68,6,93). Sum of RGB (Red+Green+Blue) = 68+6+93=167 (22% of max value = 765). Red value is 68 (26.95% from 255 or 40.72% from 167); Green value is 6 (2.73% from 255 or 3.59% from 167); Blue value is 93 (36.72% from 255 or 55.69% from 167); Max value from RGB is 93 - color contains mainly: blue. Hex color #44065D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #44065D is #BBF9A2. Grayscale: #222222. Windows color (decimal): -12319139 or 6096452. OLE color: 6096452.
HSL color Cylindrical-coordinate representation of color #44065D: hue angle of 282.76º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #44065D is Cyan = 0.27, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 68 | 6 | 93 | - |
| CMYK | 0.27 | 0.94 | 0 | 0.64 |
| HSL | 282.76º | 0.88% | 0.19% | - |
| HSV(B) | 282.76º | 0.94% | 0.36% | - |
| XYZ | 4.42 | 2.15 | 10.54 | - |
| YUV | 34.46 | 161.04 | 151.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 6 | 93 | 0.27 | 0.94 | 0 | 0.64 | 282.76 | 0.88 | 0.19 |
| Hex | 44 | 6 | 5D | 1B | 5E | 0 | 40 | 11B | 58 | 13 |
| Octal | 104 | 6 | 135 | 33 | 136 | 0 | 100 | 433 | 130 | 23 |
| Binary | 1000100 | 110 | 1011101 | 11011 | 1011110 | 0 | 1000000 | 100011011 | 1011000 | 10011 |
Color Harmonies of #44065D
Complementary color
Monochromatic Colors of #44065D
Black with #44065D
Text Example
Text Example
White with #44065D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44065D; }
p { color: rgb(68,6,93); }
H1.HeaderClassName
{
color: #44065D;
}
.AnyTagClassName
{
color: #44065D;
}
</style>
background-color css
<style>
a { background-color: #44065D; }
a { background-color: rgb(68,6,93); }
div.DivClassName
{
background-color: #44065D;
}
.BgClassName
{
background-color: #44065D;
}
</style>
border-color css
<style>
span { border-color: #44065D; }
span { border-color: rgb(68,6,93); }
td.TdClassName
{
border-color: #44065D;
}
.TagClassName
{
border-color: #44065D;
}
</style>