Shades of Indigo #400263
Tints of Indigo #400263
RGB
CMYK
RGB Variations
Color information
#400263 (or 0x400263) is known color: Indigo. HEX triplet: 40, 02 and 63. RGB value is (64,2,99). Sum of RGB (Red+Green+Blue) = 64+2+99=165 (21% of max value = 765). Red value is 64 (25.39% from 255 or 38.79% from 165); Green value is 2 (1.17% from 255 or 1.21% from 165); Blue value is 99 (39.06% from 255 or 60% from 165); Max value from RGB is 99 - color contains mainly: blue. Hex color #400263 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #400263 is #BFFD9C. Grayscale: #1F1F1F. Windows color (decimal): -12582301 or 6488640. OLE color: 6488640.
HSL color Cylindrical-coordinate representation of color #400263: hue angle of 278.35º 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 #400263 is Cyan = 0.35, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 64 | 2 | 99 | - |
| CMYK | 0.35 | 0.98 | 0 | 0.61 |
| HSL | 278.35º | 0.96% | 0.2% | - |
| HSV(B) | 278.35º | 0.98% | 0.39% | - |
| XYZ | 4.39 | 2.03 | 11.97 | - |
| YUV | 31.6 | 166.04 | 151.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 2 | 99 | 0.35 | 0.98 | 0 | 0.61 | 278.35 | 0.96 | 0.2 |
| Hex | 40 | 2 | 63 | 23 | 62 | 0 | 3D | 116 | 60 | 14 |
| Octal | 100 | 2 | 143 | 43 | 142 | 0 | 75 | 426 | 140 | 24 |
| Binary | 1000000 | 10 | 1100011 | 100011 | 1100010 | 0 | 111101 | 100010110 | 1100000 | 10100 |
Color Harmonies of #400263
Complementary color
Monochromatic Colors of #400263
Black with #400263
Text Example
Text Example
White with #400263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400263; }
p { color: rgb(64,2,99); }
H1.HeaderClassName
{
color: #400263;
}
.AnyTagClassName
{
color: #400263;
}
</style>
background-color css
<style>
a { background-color: #400263; }
a { background-color: rgb(64,2,99); }
div.DivClassName
{
background-color: #400263;
}
.BgClassName
{
background-color: #400263;
}
</style>
border-color css
<style>
span { border-color: #400263; }
span { border-color: rgb(64,2,99); }
td.TdClassName
{
border-color: #400263;
}
.TagClassName
{
border-color: #400263;
}
</style>