Shades of Indigo #400066
Tints of Indigo #400066
RGB
CMYK
RGB Variations
Color information
#400066 (or 0x400066) is known color: Indigo. HEX triplet: 40, 00 and 66. RGB value is (64,0,102). Sum of RGB (Red+Green+Blue) = 64+0+102=166 (21% of max value = 765). Red value is 64 (25.39% from 255 or 38.55% from 166); Green value is 0 (0.39% from 255 or 0% from 166); Blue value is 102 (40.23% from 255 or 61.45% from 166); Max value from RGB is 102 - color contains mainly: blue. Hex color #400066 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #400066 is #BFFF99. Grayscale: #1E1E1E. Windows color (decimal): -12582810 or 6684736. OLE color: 6684736.
HSL color Cylindrical-coordinate representation of color #400066: hue angle of 277.65º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #400066 is Cyan = 0.37, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 64 | 0 | 102 | - |
| CMYK | 0.37 | 1 | 0 | 0.6 |
| HSL | 277.65º | 1% | 0.2% | - |
| HSV(B) | 277.65º | 1% | 0.4% | - |
| XYZ | 4.51 | 2.05 | 12.73 | - |
| YUV | 30.76 | 168.2 | 151.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 0 | 102 | 0.37 | 1 | 0 | 0.6 | 277.65 | 1 | 0.2 |
| Hex | 40 | 0 | 66 | 25 | 64 | 0 | 3C | 116 | 64 | 14 |
| Octal | 100 | 0 | 146 | 45 | 144 | 0 | 74 | 426 | 144 | 24 |
| Binary | 1000000 | 0 | 1100110 | 100101 | 1100100 | 0 | 111100 | 100010110 | 1100100 | 10100 |
Color Harmonies of #400066
Complementary color
Monochromatic Colors of #400066
Black with #400066
Text Example
Text Example
White with #400066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400066; }
p { color: rgb(64,0,102); }
H1.HeaderClassName
{
color: #400066;
}
.AnyTagClassName
{
color: #400066;
}
</style>
background-color css
<style>
a { background-color: #400066; }
a { background-color: rgb(64,0,102); }
div.DivClassName
{
background-color: #400066;
}
.BgClassName
{
background-color: #400066;
}
</style>
border-color css
<style>
span { border-color: #400066; }
span { border-color: rgb(64,0,102); }
td.TdClassName
{
border-color: #400066;
}
.TagClassName
{
border-color: #400066;
}
</style>