Shades of Indigo #44067C
Tints of Indigo #44067C
RGB
CMYK
RGB Variations
Color information
#44067C (or 0x44067C) is known color: Indigo. HEX triplet: 44, 06 and 7C. RGB value is (68,6,124). Sum of RGB (Red+Green+Blue) = 68+6+124=198 (26% of max value = 765). Red value is 68 (26.95% from 255 or 34.34% from 198); Green value is 6 (2.73% from 255 or 3.03% from 198); Blue value is 124 (48.83% from 255 or 62.63% from 198); Max value from RGB is 124 - color contains mainly: blue. Hex color #44067C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #44067C is #BBF983. Grayscale: #252525. Windows color (decimal): -12319108 or 8128068. OLE color: 8128068.
HSL color Cylindrical-coordinate representation of color #44067C: hue angle of 271.53º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #44067C is Cyan = 0.45, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 68 | 6 | 124 | - |
| CMYK | 0.45 | 0.95 | 0 | 0.51 |
| HSL | 271.53º | 0.91% | 0.25% | - |
| HSV(B) | 271.53º | 0.95% | 0.49% | - |
| XYZ | 6.09 | 2.81 | 19.29 | - |
| YUV | 37.99 | 176.54 | 149.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 6 | 124 | 0.45 | 0.95 | 0 | 0.51 | 271.53 | 0.91 | 0.25 |
| Hex | 44 | 6 | 7C | 2D | 5F | 0 | 33 | 110 | 5B | 19 |
| Octal | 104 | 6 | 174 | 55 | 137 | 0 | 63 | 420 | 133 | 31 |
| Binary | 1000100 | 110 | 1111100 | 101101 | 1011111 | 0 | 110011 | 100010000 | 1011011 | 11001 |
Color Harmonies of #44067C
Complementary color
Monochromatic Colors of #44067C
Black with #44067C
Text Example
Text Example
White with #44067C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44067C; }
p { color: rgb(68,6,124); }
H1.HeaderClassName
{
color: #44067C;
}
.AnyTagClassName
{
color: #44067C;
}
</style>
background-color css
<style>
a { background-color: #44067C; }
a { background-color: rgb(68,6,124); }
div.DivClassName
{
background-color: #44067C;
}
.BgClassName
{
background-color: #44067C;
}
</style>
border-color css
<style>
span { border-color: #44067C; }
span { border-color: rgb(68,6,124); }
td.TdClassName
{
border-color: #44067C;
}
.TagClassName
{
border-color: #44067C;
}
</style>