Shades of Indigo #400067
Tints of Indigo #400067
RGB
CMYK
RGB Variations
Color information
#400067 (or 0x400067) is known color: Indigo. HEX triplet: 40, 00 and 67. RGB value is (64,0,103). Sum of RGB (Red+Green+Blue) = 64+0+103=167 (22% of max value = 765). Red value is 64 (25.39% from 255 or 38.32% from 167); Green value is 0 (0.39% from 255 or 0% from 167); Blue value is 103 (40.62% from 255 or 61.68% from 167); Max value from RGB is 103 - color contains mainly: blue. Hex color #400067 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #400067 is #BFFF98. Grayscale: #1E1E1E. Windows color (decimal): -12582809 or 6750272. OLE color: 6750272.
HSL color Cylindrical-coordinate representation of color #400067: hue angle of 277.28º 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 #400067 is Cyan = 0.38, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 64 | 0 | 103 | - |
| CMYK | 0.38 | 1 | 0 | 0.60 |
| HSL | 277.28º | 1% | 0.2% | - |
| HSV(B) | 277.28º | 1% | 0.4% | - |
| XYZ | 4.56 | 2.07 | 12.99 | - |
| YUV | 30.88 | 168.7 | 151.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 0 | 103 | 0.38 | 1 | 0 | 0.60 | 277.28 | 1 | 0.2 |
| Hex | 40 | 0 | 67 | 26 | 64 | 0 | 3C | 115 | 64 | 14 |
| Octal | 100 | 0 | 147 | 46 | 144 | 0 | 74 | 425 | 144 | 24 |
| Binary | 1000000 | 0 | 1100111 | 100110 | 1100100 | 0 | 111100 | 100010101 | 1100100 | 10100 |
Color Harmonies of #400067
Complementary color
Monochromatic Colors of #400067
Black with #400067
Text Example
Text Example
White with #400067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400067; }
p { color: rgb(64,0,103); }
H1.HeaderClassName
{
color: #400067;
}
.AnyTagClassName
{
color: #400067;
}
</style>
background-color css
<style>
a { background-color: #400067; }
a { background-color: rgb(64,0,103); }
div.DivClassName
{
background-color: #400067;
}
.BgClassName
{
background-color: #400067;
}
</style>
border-color css
<style>
span { border-color: #400067; }
span { border-color: rgb(64,0,103); }
td.TdClassName
{
border-color: #400067;
}
.TagClassName
{
border-color: #400067;
}
</style>