Shades of Indigo #40036F
Tints of Indigo #40036F
RGB
CMYK
RGB Variations
Color information
#40036F (or 0x40036F) is known color: Indigo. HEX triplet: 40, 03 and 6F. RGB value is (64,3,111). Sum of RGB (Red+Green+Blue) = 64+3+111=178 (23% of max value = 765). Red value is 64 (25.39% from 255 or 35.96% from 178); Green value is 3 (1.56% from 255 or 1.69% from 178); Blue value is 111 (43.75% from 255 or 62.36% from 178); Max value from RGB is 111 - color contains mainly: blue. Hex color #40036F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #40036F is #BFFC90. Grayscale: #212121. Windows color (decimal): -12582033 or 7275328. OLE color: 7275328.
HSL color Cylindrical-coordinate representation of color #40036F: hue angle of 273.89º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #40036F is Cyan = 0.42, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 64 | 3 | 111 | - |
| CMYK | 0.42 | 0.97 | 0 | 0.56 |
| HSL | 273.89º | 0.95% | 0.22% | - |
| HSV(B) | 273.89º | 0.97% | 0.44% | - |
| XYZ | 5.02 | 2.3 | 15.22 | - |
| YUV | 33.55 | 171.71 | 149.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 3 | 111 | 0.42 | 0.97 | 0 | 0.56 | 273.89 | 0.95 | 0.22 |
| Hex | 40 | 3 | 6F | 2A | 61 | 0 | 38 | 112 | 5F | 16 |
| Octal | 100 | 3 | 157 | 52 | 141 | 0 | 70 | 422 | 137 | 26 |
| Binary | 1000000 | 11 | 1101111 | 101010 | 1100001 | 0 | 111000 | 100010010 | 1011111 | 10110 |
Color Harmonies of #40036F
Complementary color
Monochromatic Colors of #40036F
Black with #40036F
Text Example
Text Example
White with #40036F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40036F; }
p { color: rgb(64,3,111); }
H1.HeaderClassName
{
color: #40036F;
}
.AnyTagClassName
{
color: #40036F;
}
</style>
background-color css
<style>
a { background-color: #40036F; }
a { background-color: rgb(64,3,111); }
div.DivClassName
{
background-color: #40036F;
}
.BgClassName
{
background-color: #40036F;
}
</style>
border-color css
<style>
span { border-color: #40036F; }
span { border-color: rgb(64,3,111); }
td.TdClassName
{
border-color: #40036F;
}
.TagClassName
{
border-color: #40036F;
}
</style>