Shades of Indigo #400267
Tints of Indigo #400267
RGB
CMYK
RGB Variations
Color information
#400267 (or 0x400267) is known color: Indigo. HEX triplet: 40, 02 and 67. RGB value is (64,2,103). Sum of RGB (Red+Green+Blue) = 64+2+103=169 (22% of max value = 765). Red value is 64 (25.39% from 255 or 37.87% from 169); Green value is 2 (1.17% from 255 or 1.18% from 169); Blue value is 103 (40.62% from 255 or 60.95% from 169); Max value from RGB is 103 - color contains mainly: blue. Hex color #400267 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #400267 is #BFFD98. Grayscale: #1F1F1F. Windows color (decimal): -12582297 or 6750784. OLE color: 6750784.
HSL color Cylindrical-coordinate representation of color #400267: hue angle of 276.83º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #400267 is Cyan = 0.38, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 64 | 2 | 103 | - |
| CMYK | 0.38 | 0.98 | 0 | 0.60 |
| HSL | 276.83º | 0.96% | 0.21% | - |
| HSV(B) | 276.83º | 0.98% | 0.4% | - |
| XYZ | 4.58 | 2.11 | 13 | - |
| YUV | 32.05 | 168.04 | 150.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 2 | 103 | 0.38 | 0.98 | 0 | 0.60 | 276.83 | 0.96 | 0.21 |
| Hex | 40 | 2 | 67 | 26 | 62 | 0 | 3C | 115 | 60 | 15 |
| Octal | 100 | 2 | 147 | 46 | 142 | 0 | 74 | 425 | 140 | 25 |
| Binary | 1000000 | 10 | 1100111 | 100110 | 1100010 | 0 | 111100 | 100010101 | 1100000 | 10101 |
Color Harmonies of #400267
Complementary color
Monochromatic Colors of #400267
Black with #400267
Text Example
Text Example
White with #400267
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400267; }
p { color: rgb(64,2,103); }
H1.HeaderClassName
{
color: #400267;
}
.AnyTagClassName
{
color: #400267;
}
</style>
background-color css
<style>
a { background-color: #400267; }
a { background-color: rgb(64,2,103); }
div.DivClassName
{
background-color: #400267;
}
.BgClassName
{
background-color: #400267;
}
</style>
border-color css
<style>
span { border-color: #400267; }
span { border-color: rgb(64,2,103); }
td.TdClassName
{
border-color: #400267;
}
.TagClassName
{
border-color: #400267;
}
</style>