Shades of Indigo #440BAD
Tints of Indigo #440BAD
RGB
CMYK
RGB Variations
Color information
#440BAD (or 0x440BAD) is known color: Indigo. HEX triplet: 44, 0B and AD. RGB value is (68,11,173). Sum of RGB (Red+Green+Blue) = 68+11+173=252 (33% of max value = 765). Red value is 68 (26.95% from 255 or 26.98% from 252); Green value is 11 (4.69% from 255 or 4.37% from 252); Blue value is 173 (67.97% from 255 or 68.65% from 252); Max value from RGB is 173 - color contains mainly: blue. Hex color #440BAD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #440BAD is #BBF452. Grayscale: #2D2D2D. Windows color (decimal): -12317779 or 11340612. OLE color: 11340612.
HSL color Cylindrical-coordinate representation of color #440BAD: hue angle of 261.11º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #440BAD is Cyan = 0.61, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 68 | 11 | 173 | - |
| CMYK | 0.61 | 0.94 | 0 | 0.32 |
| HSL | 261.11º | 0.88% | 0.36% | - |
| HSV(B) | 261.11º | 0.94% | 0.68% | - |
| XYZ | 10.05 | 4.49 | 39.87 | - |
| YUV | 46.51 | 199.38 | 143.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 11 | 173 | 0.61 | 0.94 | 0 | 0.32 | 261.11 | 0.88 | 0.36 |
| Hex | 44 | B | AD | 3D | 5E | 0 | 20 | 105 | 58 | 24 |
| Octal | 104 | 13 | 255 | 75 | 136 | 0 | 40 | 405 | 130 | 44 |
| Binary | 1000100 | 1011 | 10101101 | 111101 | 1011110 | 0 | 100000 | 100000101 | 1011000 | 100100 |
Color Harmonies of #440BAD
Complementary color
Monochromatic Colors of #440BAD
Black with #440BAD
Text Example
Text Example
White with #440BAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440BAD; }
p { color: rgb(68,11,173); }
H1.HeaderClassName
{
color: #440BAD;
}
.AnyTagClassName
{
color: #440BAD;
}
</style>
background-color css
<style>
a { background-color: #440BAD; }
a { background-color: rgb(68,11,173); }
div.DivClassName
{
background-color: #440BAD;
}
.BgClassName
{
background-color: #440BAD;
}
</style>
border-color css
<style>
span { border-color: #440BAD; }
span { border-color: rgb(68,11,173); }
td.TdClassName
{
border-color: #440BAD;
}
.TagClassName
{
border-color: #440BAD;
}
</style>