Shades of Indigo #400264
Tints of Indigo #400264
RGB
CMYK
RGB Variations
Color information
#400264 (or 0x400264) is known color: Indigo. HEX triplet: 40, 02 and 64. RGB value is (64,2,100). Sum of RGB (Red+Green+Blue) = 64+2+100=166 (21% of max value = 765). Red value is 64 (25.39% from 255 or 38.55% from 166); Green value is 2 (1.17% from 255 or 1.20% from 166); Blue value is 100 (39.45% from 255 or 60.24% from 166); Max value from RGB is 100 - color contains mainly: blue. Hex color #400264 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #400264 is #BFFD9B. Grayscale: #1F1F1F. Windows color (decimal): -12582300 or 6554176. OLE color: 6554176.
HSL color Cylindrical-coordinate representation of color #400264: hue angle of 277.96º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #400264 is Cyan = 0.36, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 64 | 2 | 100 | - |
| CMYK | 0.36 | 0.98 | 0 | 0.61 |
| HSL | 277.96º | 0.96% | 0.2% | - |
| HSV(B) | 277.96º | 0.98% | 0.39% | - |
| XYZ | 4.44 | 2.05 | 12.22 | - |
| YUV | 31.71 | 166.54 | 151.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 2 | 100 | 0.36 | 0.98 | 0 | 0.61 | 277.96 | 0.96 | 0.2 |
| Hex | 40 | 2 | 64 | 24 | 62 | 0 | 3D | 116 | 60 | 14 |
| Octal | 100 | 2 | 144 | 44 | 142 | 0 | 75 | 426 | 140 | 24 |
| Binary | 1000000 | 10 | 1100100 | 100100 | 1100010 | 0 | 111101 | 100010110 | 1100000 | 10100 |
Color Harmonies of #400264
Complementary color
Monochromatic Colors of #400264
Black with #400264
Text Example
Text Example
White with #400264
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400264; }
p { color: rgb(64,2,100); }
H1.HeaderClassName
{
color: #400264;
}
.AnyTagClassName
{
color: #400264;
}
</style>
background-color css
<style>
a { background-color: #400264; }
a { background-color: rgb(64,2,100); }
div.DivClassName
{
background-color: #400264;
}
.BgClassName
{
background-color: #400264;
}
</style>
border-color css
<style>
span { border-color: #400264; }
span { border-color: rgb(64,2,100); }
td.TdClassName
{
border-color: #400264;
}
.TagClassName
{
border-color: #400264;
}
</style>