Shades of Indigo #400482
Tints of Indigo #400482
RGB
CMYK
RGB Variations
Color information
#400482 (or 0x400482) is known color: Indigo. HEX triplet: 40, 04 and 82. RGB value is (64,4,130). Sum of RGB (Red+Green+Blue) = 64+4+130=198 (26% of max value = 765). Red value is 64 (25.39% from 255 or 32.32% from 198); Green value is 4 (1.95% from 255 or 2.02% from 198); Blue value is 130 (51.17% from 255 or 65.66% from 198); Max value from RGB is 130 - color contains mainly: blue. Hex color #400482 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #400482 is #BFFB7D. Grayscale: #232323. Windows color (decimal): -12581758 or 8520768. OLE color: 8520768.
HSL color Cylindrical-coordinate representation of color #400482: hue angle of 268.57º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #400482 is Cyan = 0.51, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 64 | 4 | 130 | - |
| CMYK | 0.51 | 0.97 | 0 | 0.49 |
| HSL | 268.57º | 0.94% | 0.26% | - |
| HSV(B) | 268.57º | 0.97% | 0.51% | - |
| XYZ | 6.19 | 2.79 | 21.33 | - |
| YUV | 36.3 | 180.88 | 147.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 4 | 130 | 0.51 | 0.97 | 0 | 0.49 | 268.57 | 0.94 | 0.26 |
| Hex | 40 | 4 | 82 | 33 | 61 | 0 | 31 | 10D | 5E | 1A |
| Octal | 100 | 4 | 202 | 63 | 141 | 0 | 61 | 415 | 136 | 32 |
| Binary | 1000000 | 100 | 10000010 | 110011 | 1100001 | 0 | 110001 | 100001101 | 1011110 | 11010 |
Color Harmonies of #400482
Complementary color
Monochromatic Colors of #400482
Black with #400482
Text Example
Text Example
White with #400482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400482; }
p { color: rgb(64,4,130); }
H1.HeaderClassName
{
color: #400482;
}
.AnyTagClassName
{
color: #400482;
}
</style>
background-color css
<style>
a { background-color: #400482; }
a { background-color: rgb(64,4,130); }
div.DivClassName
{
background-color: #400482;
}
.BgClassName
{
background-color: #400482;
}
</style>
border-color css
<style>
span { border-color: #400482; }
span { border-color: rgb(64,4,130); }
td.TdClassName
{
border-color: #400482;
}
.TagClassName
{
border-color: #400482;
}
</style>