Shades of Indigo #440BAF
Tints of Indigo #440BAF
RGB
CMYK
RGB Variations
Color information
#440BAF (or 0x440BAF) is known color: Indigo. HEX triplet: 44, 0B and AF. RGB value is (68,11,175). Sum of RGB (Red+Green+Blue) = 68+11+175=254 (33% of max value = 765). Red value is 68 (26.95% from 255 or 26.77% from 254); Green value is 11 (4.69% from 255 or 4.33% from 254); Blue value is 175 (68.75% from 255 or 68.90% from 254); Max value from RGB is 175 - color contains mainly: blue. Hex color #440BAF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #440BAF is #BBF450. Grayscale: #2E2E2E. Windows color (decimal): -12317777 or 11471684. OLE color: 11471684.
HSL color Cylindrical-coordinate representation of color #440BAF: hue angle of 260.85º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #440BAF is Cyan = 0.61, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 68 | 11 | 175 | - |
| CMYK | 0.61 | 0.94 | 0 | 0.31 |
| HSL | 260.85º | 0.88% | 0.36% | - |
| HSV(B) | 260.85º | 0.94% | 0.69% | - |
| XYZ | 10.24 | 4.56 | 40.9 | - |
| YUV | 46.74 | 200.38 | 143.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 11 | 175 | 0.61 | 0.94 | 0 | 0.31 | 260.85 | 0.88 | 0.36 |
| Hex | 44 | B | AF | 3D | 5E | 0 | 1F | 105 | 58 | 24 |
| Octal | 104 | 13 | 257 | 75 | 136 | 0 | 37 | 405 | 130 | 44 |
| Binary | 1000100 | 1011 | 10101111 | 111101 | 1011110 | 0 | 11111 | 100000101 | 1011000 | 100100 |
Color Harmonies of #440BAF
Complementary color
Monochromatic Colors of #440BAF
Black with #440BAF
Text Example
Text Example
White with #440BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440BAF; }
p { color: rgb(68,11,175); }
H1.HeaderClassName
{
color: #440BAF;
}
.AnyTagClassName
{
color: #440BAF;
}
</style>
background-color css
<style>
a { background-color: #440BAF; }
a { background-color: rgb(68,11,175); }
div.DivClassName
{
background-color: #440BAF;
}
.BgClassName
{
background-color: #440BAF;
}
</style>
border-color css
<style>
span { border-color: #440BAF; }
span { border-color: rgb(68,11,175); }
td.TdClassName
{
border-color: #440BAF;
}
.TagClassName
{
border-color: #440BAF;
}
</style>