Shades of Indigo #44037F
Tints of Indigo #44037F
RGB
CMYK
RGB Variations
Color information
#44037F (or 0x44037F) is known color: Indigo. HEX triplet: 44, 03 and 7F. RGB value is (68,3,127). Sum of RGB (Red+Green+Blue) = 68+3+127=198 (26% of max value = 765). Red value is 68 (26.95% from 255 or 34.34% from 198); Green value is 3 (1.56% from 255 or 1.52% from 198); Blue value is 127 (50% from 255 or 64.14% from 198); Max value from RGB is 127 - color contains mainly: blue. Hex color #44037F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #44037F is #BBFC80. Grayscale: #242424. Windows color (decimal): -12319873 or 8323908. OLE color: 8323908.
HSL color Cylindrical-coordinate representation of color #44037F: hue angle of 271.45º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #44037F is Cyan = 0.46, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 68 | 3 | 127 | - |
| CMYK | 0.46 | 0.98 | 0 | 0.50 |
| HSL | 271.45º | 0.95% | 0.25% | - |
| HSV(B) | 271.45º | 0.98% | 0.5% | - |
| XYZ | 6.25 | 2.83 | 20.29 | - |
| YUV | 36.57 | 179.03 | 150.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 3 | 127 | 0.46 | 0.98 | 0 | 0.50 | 271.45 | 0.95 | 0.25 |
| Hex | 44 | 3 | 7F | 2E | 62 | 0 | 32 | 10F | 5F | 19 |
| Octal | 104 | 3 | 177 | 56 | 142 | 0 | 62 | 417 | 137 | 31 |
| Binary | 1000100 | 11 | 1111111 | 101110 | 1100010 | 0 | 110010 | 100001111 | 1011111 | 11001 |
Color Harmonies of #44037F
Complementary color
Monochromatic Colors of #44037F
Black with #44037F
Text Example
Text Example
White with #44037F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44037F; }
p { color: rgb(68,3,127); }
H1.HeaderClassName
{
color: #44037F;
}
.AnyTagClassName
{
color: #44037F;
}
</style>
background-color css
<style>
a { background-color: #44037F; }
a { background-color: rgb(68,3,127); }
div.DivClassName
{
background-color: #44037F;
}
.BgClassName
{
background-color: #44037F;
}
</style>
border-color css
<style>
span { border-color: #44037F; }
span { border-color: rgb(68,3,127); }
td.TdClassName
{
border-color: #44037F;
}
.TagClassName
{
border-color: #44037F;
}
</style>