Shades of Indigo #44005F
Tints of Indigo #44005F
RGB
CMYK
RGB Variations
Color information
#44005F (or 0x44005F) is known color: Indigo. HEX triplet: 44, 00 and 5F. RGB value is (68,0,95). Sum of RGB (Red+Green+Blue) = 68+0+95=163 (21% of max value = 765). Red value is 68 (26.95% from 255 or 41.72% from 163); Green value is 0 (0.39% from 255 or 0% from 163); Blue value is 95 (37.5% from 255 or 58.28% from 163); Max value from RGB is 95 - color contains mainly: blue. Hex color #44005F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #44005F is #BBFFA0. Grayscale: #1E1E1E. Windows color (decimal): -12320673 or 6225988. OLE color: 6225988.
HSL color Cylindrical-coordinate representation of color #44005F: hue angle of 282.95º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 1%. Process color model (Four color, CMYK) of #44005F is Cyan = 0.28, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 68 | 0 | 95 | - |
| CMYK | 0.28 | 1 | 0 | 0.63 |
| HSL | 282.95º | 1% | 0.19% | - |
| HSV(B) | 282.95º | 1% | 0.37% | - |
| XYZ | 4.45 | 2.06 | 10.99 | - |
| YUV | 31.16 | 164.03 | 154.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 0 | 95 | 0.28 | 1 | 0 | 0.63 | 282.95 | 1 | 0.19 |
| Hex | 44 | 0 | 5F | 1C | 64 | 0 | 3F | 11B | 64 | 13 |
| Octal | 104 | 0 | 137 | 34 | 144 | 0 | 77 | 433 | 144 | 23 |
| Binary | 1000100 | 0 | 1011111 | 11100 | 1100100 | 0 | 111111 | 100011011 | 1100100 | 10011 |
Color Harmonies of #44005F
Complementary color
Monochromatic Colors of #44005F
Black with #44005F
Text Example
Text Example
White with #44005F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44005F; }
p { color: rgb(68,0,95); }
H1.HeaderClassName
{
color: #44005F;
}
.AnyTagClassName
{
color: #44005F;
}
</style>
background-color css
<style>
a { background-color: #44005F; }
a { background-color: rgb(68,0,95); }
div.DivClassName
{
background-color: #44005F;
}
.BgClassName
{
background-color: #44005F;
}
</style>
border-color css
<style>
span { border-color: #44005F; }
span { border-color: rgb(68,0,95); }
td.TdClassName
{
border-color: #44005F;
}
.TagClassName
{
border-color: #44005F;
}
</style>