Shades of Indigo #400261
Tints of Indigo #400261
RGB
CMYK
RGB Variations
Color information
#400261 (or 0x400261) is known color: Indigo. HEX triplet: 40, 02 and 61. RGB value is (64,2,97). Sum of RGB (Red+Green+Blue) = 64+2+97=163 (21% of max value = 765). Red value is 64 (25.39% from 255 or 39.26% from 163); Green value is 2 (1.17% from 255 or 1.23% from 163); Blue value is 97 (38.28% from 255 or 59.51% from 163); Max value from RGB is 97 - color contains mainly: blue. Hex color #400261 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #400261 is #BFFD9E. Grayscale: #1F1F1F. Windows color (decimal): -12582303 or 6357568. OLE color: 6357568.
HSL color Cylindrical-coordinate representation of color #400261: hue angle of 279.16º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #400261 is Cyan = 0.34, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 64 | 2 | 97 | - |
| CMYK | 0.34 | 0.98 | 0 | 0.62 |
| HSL | 279.16º | 0.96% | 0.19% | - |
| HSV(B) | 279.16º | 0.98% | 0.38% | - |
| XYZ | 4.29 | 2 | 11.47 | - |
| YUV | 31.37 | 165.04 | 151.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 2 | 97 | 0.34 | 0.98 | 0 | 0.62 | 279.16 | 0.96 | 0.19 |
| Hex | 40 | 2 | 61 | 22 | 62 | 0 | 3E | 117 | 60 | 13 |
| Octal | 100 | 2 | 141 | 42 | 142 | 0 | 76 | 427 | 140 | 23 |
| Binary | 1000000 | 10 | 1100001 | 100010 | 1100010 | 0 | 111110 | 100010111 | 1100000 | 10011 |
Color Harmonies of #400261
Complementary color
Monochromatic Colors of #400261
Black with #400261
Text Example
Text Example
White with #400261
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400261; }
p { color: rgb(64,2,97); }
H1.HeaderClassName
{
color: #400261;
}
.AnyTagClassName
{
color: #400261;
}
</style>
background-color css
<style>
a { background-color: #400261; }
a { background-color: rgb(64,2,97); }
div.DivClassName
{
background-color: #400261;
}
.BgClassName
{
background-color: #400261;
}
</style>
border-color css
<style>
span { border-color: #400261; }
span { border-color: rgb(64,2,97); }
td.TdClassName
{
border-color: #400261;
}
.TagClassName
{
border-color: #400261;
}
</style>