Shades of Indigo #40006F
Tints of Indigo #40006F
RGB
CMYK
RGB Variations
Color information
#40006F (or 0x40006F) is known color: Indigo. HEX triplet: 40, 00 and 6F. RGB value is (64,0,111). Sum of RGB (Red+Green+Blue) = 64+0+111=175 (23% of max value = 765). Red value is 64 (25.39% from 255 or 36.57% from 175); Green value is 0 (0.39% from 255 or 0% from 175); Blue value is 111 (43.75% from 255 or 63.43% from 175); Max value from RGB is 111 - color contains mainly: blue. Hex color #40006F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #40006F is #BFFF90. Grayscale: #1F1F1F. Windows color (decimal): -12582801 or 7274560. OLE color: 7274560.
HSL color Cylindrical-coordinate representation of color #40006F: hue angle of 274.59º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #40006F is Cyan = 0.42, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 64 | 0 | 111 | - |
| CMYK | 0.42 | 1 | 0 | 0.56 |
| HSL | 274.59º | 1% | 0.22% | - |
| HSV(B) | 274.59º | 1% | 0.44% | - |
| XYZ | 4.98 | 2.24 | 15.21 | - |
| YUV | 31.79 | 172.7 | 150.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 0 | 111 | 0.42 | 1 | 0 | 0.56 | 274.59 | 1 | 0.22 |
| Hex | 40 | 0 | 6F | 2A | 64 | 0 | 38 | 113 | 64 | 16 |
| Octal | 100 | 0 | 157 | 52 | 144 | 0 | 70 | 423 | 144 | 26 |
| Binary | 1000000 | 0 | 1101111 | 101010 | 1100100 | 0 | 111000 | 100010011 | 1100100 | 10110 |
Color Harmonies of #40006F
Complementary color
Monochromatic Colors of #40006F
Black with #40006F
Text Example
Text Example
White with #40006F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40006F; }
p { color: rgb(64,0,111); }
H1.HeaderClassName
{
color: #40006F;
}
.AnyTagClassName
{
color: #40006F;
}
</style>
background-color css
<style>
a { background-color: #40006F; }
a { background-color: rgb(64,0,111); }
div.DivClassName
{
background-color: #40006F;
}
.BgClassName
{
background-color: #40006F;
}
</style>
border-color css
<style>
span { border-color: #40006F; }
span { border-color: rgb(64,0,111); }
td.TdClassName
{
border-color: #40006F;
}
.TagClassName
{
border-color: #40006F;
}
</style>