Shades of Indigo #44037A
Tints of Indigo #44037A
RGB
CMYK
RGB Variations
Color information
#44037A (or 0x44037A) is known color: Indigo. HEX triplet: 44, 03 and 7A. RGB value is (68,3,122). Sum of RGB (Red+Green+Blue) = 68+3+122=193 (25% of max value = 765). Red value is 68 (26.95% from 255 or 35.23% from 193); Green value is 3 (1.56% from 255 or 1.55% from 193); Blue value is 122 (48.05% from 255 or 63.21% from 193); Max value from RGB is 122 - color contains mainly: blue. Hex color #44037A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #44037A is #BBFC85. Grayscale: #232323. Windows color (decimal): -12319878 or 7996228. OLE color: 7996228.
HSL color Cylindrical-coordinate representation of color #44037A: hue angle of 272.77º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #44037A is Cyan = 0.44, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 68 | 3 | 122 | - |
| CMYK | 0.44 | 0.98 | 0 | 0.52 |
| HSL | 272.77º | 0.95% | 0.25% | - |
| HSV(B) | 272.77º | 0.98% | 0.48% | - |
| XYZ | 5.93 | 2.7 | 18.62 | - |
| YUV | 36 | 176.53 | 150.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 3 | 122 | 0.44 | 0.98 | 0 | 0.52 | 272.77 | 0.95 | 0.25 |
| Hex | 44 | 3 | 7A | 2C | 62 | 0 | 34 | 111 | 5F | 19 |
| Octal | 104 | 3 | 172 | 54 | 142 | 0 | 64 | 421 | 137 | 31 |
| Binary | 1000100 | 11 | 1111010 | 101100 | 1100010 | 0 | 110100 | 100010001 | 1011111 | 11001 |
Color Harmonies of #44037A
Complementary color
Monochromatic Colors of #44037A
Black with #44037A
Text Example
Text Example
White with #44037A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44037A; }
p { color: rgb(68,3,122); }
H1.HeaderClassName
{
color: #44037A;
}
.AnyTagClassName
{
color: #44037A;
}
</style>
background-color css
<style>
a { background-color: #44037A; }
a { background-color: rgb(68,3,122); }
div.DivClassName
{
background-color: #44037A;
}
.BgClassName
{
background-color: #44037A;
}
</style>
border-color css
<style>
span { border-color: #44037A; }
span { border-color: rgb(68,3,122); }
td.TdClassName
{
border-color: #44037A;
}
.TagClassName
{
border-color: #44037A;
}
</style>