Shades of Indigo #40006B
Tints of Indigo #40006B
RGB
CMYK
RGB Variations
Color information
#40006B (or 0x40006B) is known color: Indigo. HEX triplet: 40, 00 and 6B. RGB value is (64,0,107). Sum of RGB (Red+Green+Blue) = 64+0+107=171 (22% of max value = 765). Red value is 64 (25.39% from 255 or 37.43% from 171); Green value is 0 (0.39% from 255 or 0% from 171); Blue value is 107 (42.19% from 255 or 62.57% from 171); Max value from RGB is 107 - color contains mainly: blue. Hex color #40006B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #40006B is #BFFF94. Grayscale: #1E1E1E. Windows color (decimal): -12582805 or 7012416. OLE color: 7012416.
HSL color Cylindrical-coordinate representation of color #40006B: hue angle of 275.89º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 1%. Process color model (Four color, CMYK) of #40006B is Cyan = 0.40, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 64 | 0 | 107 | - |
| CMYK | 0.40 | 1 | 0 | 0.58 |
| HSL | 275.89º | 1% | 0.21% | - |
| HSV(B) | 275.89º | 1% | 0.42% | - |
| XYZ | 4.77 | 2.15 | 14.07 | - |
| YUV | 31.33 | 170.7 | 151.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 0 | 107 | 0.40 | 1 | 0 | 0.58 | 275.89 | 1 | 0.21 |
| Hex | 40 | 0 | 6B | 28 | 64 | 0 | 3A | 114 | 64 | 15 |
| Octal | 100 | 0 | 153 | 50 | 144 | 0 | 72 | 424 | 144 | 25 |
| Binary | 1000000 | 0 | 1101011 | 101000 | 1100100 | 0 | 111010 | 100010100 | 1100100 | 10101 |
Color Harmonies of #40006B
Complementary color
Monochromatic Colors of #40006B
Black with #40006B
Text Example
Text Example
White with #40006B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40006B; }
p { color: rgb(64,0,107); }
H1.HeaderClassName
{
color: #40006B;
}
.AnyTagClassName
{
color: #40006B;
}
</style>
background-color css
<style>
a { background-color: #40006B; }
a { background-color: rgb(64,0,107); }
div.DivClassName
{
background-color: #40006B;
}
.BgClassName
{
background-color: #40006B;
}
</style>
border-color css
<style>
span { border-color: #40006B; }
span { border-color: rgb(64,0,107); }
td.TdClassName
{
border-color: #40006B;
}
.TagClassName
{
border-color: #40006B;
}
</style>