Shades of Indigo #400B73
Tints of Indigo #400B73
RGB
CMYK
RGB Variations
Color information
#400B73 (or 0x400B73) is known color: Indigo. HEX triplet: 40, 0B and 73. RGB value is (64,11,115). Sum of RGB (Red+Green+Blue) = 64+11+115=190 (25% of max value = 765). Red value is 64 (25.39% from 255 or 33.68% from 190); Green value is 11 (4.69% from 255 or 5.79% from 190); Blue value is 115 (45.31% from 255 or 60.53% from 190); Max value from RGB is 115 - color contains mainly: blue. Hex color #400B73 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #400B73 is #BFF48C. Grayscale: #262626. Windows color (decimal): -12579981 or 7539520. OLE color: 7539520.
HSL color Cylindrical-coordinate representation of color #400B73: hue angle of 270.58º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #400B73 is Cyan = 0.44, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 64 | 11 | 115 | - |
| CMYK | 0.44 | 0.90 | 0 | 0.55 |
| HSL | 270.58º | 0.83% | 0.25% | - |
| HSV(B) | 270.58º | 0.9% | 0.45% | - |
| XYZ | 5.33 | 2.57 | 16.43 | - |
| YUV | 38.7 | 171.06 | 146.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 11 | 115 | 0.44 | 0.90 | 0 | 0.55 | 270.58 | 0.83 | 0.25 |
| Hex | 40 | B | 73 | 2C | 5A | 0 | 37 | 10F | 53 | 19 |
| Octal | 100 | 13 | 163 | 54 | 132 | 0 | 67 | 417 | 123 | 31 |
| Binary | 1000000 | 1011 | 1110011 | 101100 | 1011010 | 0 | 110111 | 100001111 | 1010011 | 11001 |
Color Harmonies of #400B73
Complementary color
Monochromatic Colors of #400B73
Black with #400B73
Text Example
Text Example
White with #400B73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400B73; }
p { color: rgb(64,11,115); }
H1.HeaderClassName
{
color: #400B73;
}
.AnyTagClassName
{
color: #400B73;
}
</style>
background-color css
<style>
a { background-color: #400B73; }
a { background-color: rgb(64,11,115); }
div.DivClassName
{
background-color: #400B73;
}
.BgClassName
{
background-color: #400B73;
}
</style>
border-color css
<style>
span { border-color: #400B73; }
span { border-color: rgb(64,11,115); }
td.TdClassName
{
border-color: #400B73;
}
.TagClassName
{
border-color: #400B73;
}
</style>