Shades of Indigo #40048E
Tints of Indigo #40048E
RGB
CMYK
RGB Variations
Color information
#40048E (or 0x40048E) is known color: Indigo. HEX triplet: 40, 04 and 8E. RGB value is (64,4,142). Sum of RGB (Red+Green+Blue) = 64+4+142=210 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.48% from 210); Green value is 4 (1.95% from 255 or 1.90% from 210); Blue value is 142 (55.86% from 255 or 67.62% from 210); Max value from RGB is 142 - color contains mainly: blue. Hex color #40048E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #40048E is #BFFB71. Grayscale: #252525. Windows color (decimal): -12581746 or 9307200. OLE color: 9307200.
HSL color Cylindrical-coordinate representation of color #40048E: hue angle of 266.09º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #40048E is Cyan = 0.55, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 64 | 4 | 142 | - |
| CMYK | 0.55 | 0.97 | 0 | 0.44 |
| HSL | 266.09º | 0.95% | 0.29% | - |
| HSV(B) | 266.09º | 0.97% | 0.56% | - |
| XYZ | 7.04 | 3.13 | 25.82 | - |
| YUV | 37.67 | 186.88 | 146.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 4 | 142 | 0.55 | 0.97 | 0 | 0.44 | 266.09 | 0.95 | 0.29 |
| Hex | 40 | 4 | 8E | 37 | 61 | 0 | 2C | 10A | 5F | 1D |
| Octal | 100 | 4 | 216 | 67 | 141 | 0 | 54 | 412 | 137 | 35 |
| Binary | 1000000 | 100 | 10001110 | 110111 | 1100001 | 0 | 101100 | 100001010 | 1011111 | 11101 |
Color Harmonies of #40048E
Complementary color
Monochromatic Colors of #40048E
Black with #40048E
Text Example
Text Example
White with #40048E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40048E; }
p { color: rgb(64,4,142); }
H1.HeaderClassName
{
color: #40048E;
}
.AnyTagClassName
{
color: #40048E;
}
</style>
background-color css
<style>
a { background-color: #40048E; }
a { background-color: rgb(64,4,142); }
div.DivClassName
{
background-color: #40048E;
}
.BgClassName
{
background-color: #40048E;
}
</style>
border-color css
<style>
span { border-color: #40048E; }
span { border-color: rgb(64,4,142); }
td.TdClassName
{
border-color: #40048E;
}
.TagClassName
{
border-color: #40048E;
}
</style>