Shades of Indigo #40017E
Tints of Indigo #40017E
RGB
CMYK
RGB Variations
Color information
#40017E (or 0x40017E) is known color: Indigo. HEX triplet: 40, 01 and 7E. RGB value is (64,1,126). Sum of RGB (Red+Green+Blue) = 64+1+126=191 (25% of max value = 765). Red value is 64 (25.39% from 255 or 33.51% from 191); Green value is 1 (0.78% from 255 or 0.52% from 191); Blue value is 126 (49.61% from 255 or 65.97% from 191); Max value from RGB is 126 - color contains mainly: blue. Hex color #40017E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #40017E is #BFFE81. Grayscale: #212121. Windows color (decimal): -12582530 or 8257856. OLE color: 8257856.
HSL color Cylindrical-coordinate representation of color #40017E: hue angle of 270.24º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #40017E is Cyan = 0.49, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 64 | 1 | 126 | - |
| CMYK | 0.49 | 0.99 | 0 | 0.51 |
| HSL | 270.24º | 0.98% | 0.25% | - |
| HSV(B) | 270.24º | 0.99% | 0.49% | - |
| XYZ | 5.89 | 2.62 | 19.93 | - |
| YUV | 34.09 | 179.87 | 149.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 1 | 126 | 0.49 | 0.99 | 0 | 0.51 | 270.24 | 0.98 | 0.25 |
| Hex | 40 | 1 | 7E | 31 | 63 | 0 | 33 | 10E | 62 | 19 |
| Octal | 100 | 1 | 176 | 61 | 143 | 0 | 63 | 416 | 142 | 31 |
| Binary | 1000000 | 1 | 1111110 | 110001 | 1100011 | 0 | 110011 | 100001110 | 1100010 | 11001 |
Color Harmonies of #40017E
Complementary color
Monochromatic Colors of #40017E
Black with #40017E
Text Example
Text Example
White with #40017E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40017E; }
p { color: rgb(64,1,126); }
H1.HeaderClassName
{
color: #40017E;
}
.AnyTagClassName
{
color: #40017E;
}
</style>
background-color css
<style>
a { background-color: #40017E; }
a { background-color: rgb(64,1,126); }
div.DivClassName
{
background-color: #40017E;
}
.BgClassName
{
background-color: #40017E;
}
</style>
border-color css
<style>
span { border-color: #40017E; }
span { border-color: rgb(64,1,126); }
td.TdClassName
{
border-color: #40017E;
}
.TagClassName
{
border-color: #40017E;
}
</style>