Shades of Indigo #44038B
Tints of Indigo #44038B
RGB
CMYK
RGB Variations
Color information
#44038B (or 0x44038B) is known color: Indigo. HEX triplet: 44, 03 and 8B. RGB value is (68,3,139). Sum of RGB (Red+Green+Blue) = 68+3+139=210 (27% of max value = 765). Red value is 68 (26.95% from 255 or 32.38% from 210); Green value is 3 (1.56% from 255 or 1.43% from 210); Blue value is 139 (54.69% from 255 or 66.19% from 210); Max value from RGB is 139 - color contains mainly: blue. Hex color #44038B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #44038B is #BBFC74. Grayscale: #252525. Windows color (decimal): -12319861 or 9110340. OLE color: 9110340.
HSL color Cylindrical-coordinate representation of color #44038B: hue angle of 268.68º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #44038B is Cyan = 0.51, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 68 | 3 | 139 | - |
| CMYK | 0.51 | 0.98 | 0 | 0.45 |
| HSL | 268.68º | 0.96% | 0.28% | - |
| HSV(B) | 268.68º | 0.98% | 0.55% | - |
| XYZ | 7.08 | 3.16 | 24.66 | - |
| YUV | 37.94 | 185.03 | 149.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 3 | 139 | 0.51 | 0.98 | 0 | 0.45 | 268.68 | 0.96 | 0.28 |
| Hex | 44 | 3 | 8B | 33 | 62 | 0 | 2D | 10D | 60 | 1C |
| Octal | 104 | 3 | 213 | 63 | 142 | 0 | 55 | 415 | 140 | 34 |
| Binary | 1000100 | 11 | 10001011 | 110011 | 1100010 | 0 | 101101 | 100001101 | 1100000 | 11100 |
Color Harmonies of #44038B
Complementary color
Monochromatic Colors of #44038B
Black with #44038B
Text Example
Text Example
White with #44038B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44038B; }
p { color: rgb(68,3,139); }
H1.HeaderClassName
{
color: #44038B;
}
.AnyTagClassName
{
color: #44038B;
}
</style>
background-color css
<style>
a { background-color: #44038B; }
a { background-color: rgb(68,3,139); }
div.DivClassName
{
background-color: #44038B;
}
.BgClassName
{
background-color: #44038B;
}
</style>
border-color css
<style>
span { border-color: #44038B; }
span { border-color: rgb(68,3,139); }
td.TdClassName
{
border-color: #44038B;
}
.TagClassName
{
border-color: #44038B;
}
</style>