Shades of Indigo #400669
Tints of Indigo #400669
RGB
CMYK
RGB Variations
Color information
#400669 (or 0x400669) is known color: Indigo. HEX triplet: 40, 06 and 69. RGB value is (64,6,105). Sum of RGB (Red+Green+Blue) = 64+6+105=175 (23% of max value = 765). Red value is 64 (25.39% from 255 or 36.57% from 175); Green value is 6 (2.73% from 255 or 3.43% from 175); Blue value is 105 (41.41% from 255 or 60% from 175); Max value from RGB is 105 - color contains mainly: blue. Hex color #400669 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #400669 is #BFF996. Grayscale: #222222. Windows color (decimal): -12581271 or 6882880. OLE color: 6882880.
HSL color Cylindrical-coordinate representation of color #400669: hue angle of 275.15º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #400669 is Cyan = 0.39, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 64 | 6 | 105 | - |
| CMYK | 0.39 | 0.94 | 0 | 0.59 |
| HSL | 275.15º | 0.89% | 0.22% | - |
| HSV(B) | 275.15º | 0.94% | 0.41% | - |
| XYZ | 4.73 | 2.24 | 13.55 | - |
| YUV | 34.63 | 167.72 | 148.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 6 | 105 | 0.39 | 0.94 | 0 | 0.59 | 275.15 | 0.89 | 0.22 |
| Hex | 40 | 6 | 69 | 27 | 5E | 0 | 3B | 113 | 59 | 16 |
| Octal | 100 | 6 | 151 | 47 | 136 | 0 | 73 | 423 | 131 | 26 |
| Binary | 1000000 | 110 | 1101001 | 100111 | 1011110 | 0 | 111011 | 100010011 | 1011001 | 10110 |
Color Harmonies of #400669
Complementary color
Monochromatic Colors of #400669
Black with #400669
Text Example
Text Example
White with #400669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400669; }
p { color: rgb(64,6,105); }
H1.HeaderClassName
{
color: #400669;
}
.AnyTagClassName
{
color: #400669;
}
</style>
background-color css
<style>
a { background-color: #400669; }
a { background-color: rgb(64,6,105); }
div.DivClassName
{
background-color: #400669;
}
.BgClassName
{
background-color: #400669;
}
</style>
border-color css
<style>
span { border-color: #400669; }
span { border-color: rgb(64,6,105); }
td.TdClassName
{
border-color: #400669;
}
.TagClassName
{
border-color: #400669;
}
</style>