Shades of Indigo #440B6F
Tints of Indigo #440B6F
RGB
CMYK
RGB Variations
Color information
#440B6F (or 0x440B6F) is known color: Indigo. HEX triplet: 44, 0B and 6F. RGB value is (68,11,111). Sum of RGB (Red+Green+Blue) = 68+11+111=190 (25% of max value = 765). Red value is 68 (26.95% from 255 or 35.79% from 190); Green value is 11 (4.69% from 255 or 5.79% from 190); Blue value is 111 (43.75% from 255 or 58.42% from 190); Max value from RGB is 111 - color contains mainly: blue. Hex color #440B6F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #440B6F is #BBF490. Grayscale: #272727. Windows color (decimal): -12317841 or 7277380. OLE color: 7277380.
HSL color Cylindrical-coordinate representation of color #440B6F: hue angle of 274.2º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #440B6F is Cyan = 0.39, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 68 | 11 | 111 | - |
| CMYK | 0.39 | 0.90 | 0 | 0.56 |
| HSL | 274.2º | 0.82% | 0.24% | - |
| HSV(B) | 274.2º | 0.9% | 0.44% | - |
| XYZ | 5.37 | 2.62 | 15.26 | - |
| YUV | 39.44 | 168.38 | 148.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 11 | 111 | 0.39 | 0.90 | 0 | 0.56 | 274.2 | 0.82 | 0.24 |
| Hex | 44 | B | 6F | 27 | 5A | 0 | 38 | 112 | 52 | 18 |
| Octal | 104 | 13 | 157 | 47 | 132 | 0 | 70 | 422 | 122 | 30 |
| Binary | 1000100 | 1011 | 1101111 | 100111 | 1011010 | 0 | 111000 | 100010010 | 1010010 | 11000 |
Color Harmonies of #440B6F
Complementary color
Monochromatic Colors of #440B6F
Black with #440B6F
Text Example
Text Example
White with #440B6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440B6F; }
p { color: rgb(68,11,111); }
H1.HeaderClassName
{
color: #440B6F;
}
.AnyTagClassName
{
color: #440B6F;
}
</style>
background-color css
<style>
a { background-color: #440B6F; }
a { background-color: rgb(68,11,111); }
div.DivClassName
{
background-color: #440B6F;
}
.BgClassName
{
background-color: #440B6F;
}
</style>
border-color css
<style>
span { border-color: #440B6F; }
span { border-color: rgb(68,11,111); }
td.TdClassName
{
border-color: #440B6F;
}
.TagClassName
{
border-color: #440B6F;
}
</style>