Shades of Indigo #40066E
Tints of Indigo #40066E
RGB
CMYK
RGB Variations
Color information
#40066E (or 0x40066E) is known color: Indigo. HEX triplet: 40, 06 and 6E. RGB value is (64,6,110). Sum of RGB (Red+Green+Blue) = 64+6+110=180 (23% of max value = 765). Red value is 64 (25.39% from 255 or 35.56% from 180); Green value is 6 (2.73% from 255 or 3.33% from 180); Blue value is 110 (43.36% from 255 or 61.11% from 180); Max value from RGB is 110 - color contains mainly: blue. Hex color #40066E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #40066E is #BFF991. Grayscale: #222222. Windows color (decimal): -12581266 or 7210560. OLE color: 7210560.
HSL color Cylindrical-coordinate representation of color #40066E: hue angle of 273.46º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #40066E is Cyan = 0.42, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 64 | 6 | 110 | - |
| CMYK | 0.42 | 0.95 | 0 | 0.57 |
| HSL | 273.46º | 0.9% | 0.23% | - |
| HSV(B) | 273.46º | 0.95% | 0.43% | - |
| XYZ | 4.99 | 2.35 | 14.94 | - |
| YUV | 35.2 | 170.22 | 148.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 6 | 110 | 0.42 | 0.95 | 0 | 0.57 | 273.46 | 0.9 | 0.23 |
| Hex | 40 | 6 | 6E | 2A | 5F | 0 | 39 | 111 | 5A | 17 |
| Octal | 100 | 6 | 156 | 52 | 137 | 0 | 71 | 421 | 132 | 27 |
| Binary | 1000000 | 110 | 1101110 | 101010 | 1011111 | 0 | 111001 | 100010001 | 1011010 | 10111 |
Color Harmonies of #40066E
Complementary color
Monochromatic Colors of #40066E
Black with #40066E
Text Example
Text Example
White with #40066E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40066E; }
p { color: rgb(64,6,110); }
H1.HeaderClassName
{
color: #40066E;
}
.AnyTagClassName
{
color: #40066E;
}
</style>
background-color css
<style>
a { background-color: #40066E; }
a { background-color: rgb(64,6,110); }
div.DivClassName
{
background-color: #40066E;
}
.BgClassName
{
background-color: #40066E;
}
</style>
border-color css
<style>
span { border-color: #40066E; }
span { border-color: rgb(64,6,110); }
td.TdClassName
{
border-color: #40066E;
}
.TagClassName
{
border-color: #40066E;
}
</style>