Shades of Indigo #44049C
Tints of Indigo #44049C
RGB
CMYK
RGB Variations
Color information
#44049C (or 0x44049C) is known color: Indigo. HEX triplet: 44, 04 and 9C. RGB value is (68,4,156). Sum of RGB (Red+Green+Blue) = 68+4+156=228 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.82% from 228); Green value is 4 (1.95% from 255 or 1.75% from 228); Blue value is 156 (61.33% from 255 or 68.42% from 228); Max value from RGB is 156 - color contains mainly: blue. Hex color #44049C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #44049C is #BBFB63. Grayscale: #272727. Windows color (decimal): -12319588 or 10224708. OLE color: 10224708.
HSL color Cylindrical-coordinate representation of color #44049C: hue angle of 265.26º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #44049C is Cyan = 0.56, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 68 | 4 | 156 | - |
| CMYK | 0.56 | 0.97 | 0 | 0.39 |
| HSL | 265.26º | 0.95% | 0.31% | - |
| HSV(B) | 265.26º | 0.97% | 0.61% | - |
| XYZ | 8.43 | 3.72 | 31.73 | - |
| YUV | 40.46 | 193.2 | 147.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 4 | 156 | 0.56 | 0.97 | 0 | 0.39 | 265.26 | 0.95 | 0.31 |
| Hex | 44 | 4 | 9C | 38 | 61 | 0 | 27 | 109 | 5F | 1F |
| Octal | 104 | 4 | 234 | 70 | 141 | 0 | 47 | 411 | 137 | 37 |
| Binary | 1000100 | 100 | 10011100 | 111000 | 1100001 | 0 | 100111 | 100001001 | 1011111 | 11111 |
Color Harmonies of #44049C
Complementary color
Monochromatic Colors of #44049C
Black with #44049C
Text Example
Text Example
White with #44049C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44049C; }
p { color: rgb(68,4,156); }
H1.HeaderClassName
{
color: #44049C;
}
.AnyTagClassName
{
color: #44049C;
}
</style>
background-color css
<style>
a { background-color: #44049C; }
a { background-color: rgb(68,4,156); }
div.DivClassName
{
background-color: #44049C;
}
.BgClassName
{
background-color: #44049C;
}
</style>
border-color css
<style>
span { border-color: #44049C; }
span { border-color: rgb(68,4,156); }
td.TdClassName
{
border-color: #44049C;
}
.TagClassName
{
border-color: #44049C;
}
</style>