Shades of Indigo #400467
Tints of Indigo #400467
RGB
CMYK
RGB Variations
Color information
#400467 (or 0x400467) is known color: Indigo. HEX triplet: 40, 04 and 67. RGB value is (64,4,103). Sum of RGB (Red+Green+Blue) = 64+4+103=171 (22% of max value = 765). Red value is 64 (25.39% from 255 or 37.43% from 171); Green value is 4 (1.95% from 255 or 2.34% from 171); Blue value is 103 (40.62% from 255 or 60.23% from 171); Max value from RGB is 103 - color contains mainly: blue. Hex color #400467 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #400467 is #BFFB98. Grayscale: #202020. Windows color (decimal): -12581785 or 6751296. OLE color: 6751296.
HSL color Cylindrical-coordinate representation of color #400467: hue angle of 276.36º degrees, saturation: 0.93, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #400467 is Cyan = 0.38, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 64 | 4 | 103 | - |
| CMYK | 0.38 | 0.96 | 0 | 0.60 |
| HSL | 276.36º | 0.93% | 0.21% | - |
| HSV(B) | 276.36º | 0.96% | 0.4% | - |
| XYZ | 4.61 | 2.16 | 13.01 | - |
| YUV | 33.23 | 167.38 | 149.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 4 | 103 | 0.38 | 0.96 | 0 | 0.60 | 276.36 | 0.93 | 0.21 |
| Hex | 40 | 4 | 67 | 26 | 60 | 0 | 3C | 114 | 5D | 15 |
| Octal | 100 | 4 | 147 | 46 | 140 | 0 | 74 | 424 | 135 | 25 |
| Binary | 1000000 | 100 | 1100111 | 100110 | 1100000 | 0 | 111100 | 100010100 | 1011101 | 10101 |
Color Harmonies of #400467
Complementary color
Monochromatic Colors of #400467
Black with #400467
Text Example
Text Example
White with #400467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400467; }
p { color: rgb(64,4,103); }
H1.HeaderClassName
{
color: #400467;
}
.AnyTagClassName
{
color: #400467;
}
</style>
background-color css
<style>
a { background-color: #400467; }
a { background-color: rgb(64,4,103); }
div.DivClassName
{
background-color: #400467;
}
.BgClassName
{
background-color: #400467;
}
</style>
border-color css
<style>
span { border-color: #400467; }
span { border-color: rgb(64,4,103); }
td.TdClassName
{
border-color: #400467;
}
.TagClassName
{
border-color: #400467;
}
</style>