Shades of Indigo #40019F
Tints of Indigo #40019F
RGB
CMYK
RGB Variations
Color information
#40019F (or 0x40019F) is known color: Indigo. HEX triplet: 40, 01 and 9F. RGB value is (64,1,159). Sum of RGB (Red+Green+Blue) = 64+1+159=224 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.57% from 224); Green value is 1 (0.78% from 255 or 0.45% from 224); Blue value is 159 (62.5% from 255 or 70.98% from 224); Max value from RGB is 159 - color contains mainly: blue. Hex color #40019F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #40019F is #BFFE60. Grayscale: #252525. Windows color (decimal): -12582497 or 10420544. OLE color: 10420544.
HSL color Cylindrical-coordinate representation of color #40019F: hue angle of 263.92º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #40019F is Cyan = 0.60, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 64 | 1 | 159 | - |
| CMYK | 0.60 | 0.99 | 0 | 0.38 |
| HSL | 263.92º | 0.99% | 0.31% | - |
| HSV(B) | 263.92º | 0.99% | 0.62% | - |
| XYZ | 8.38 | 3.61 | 33.06 | - |
| YUV | 37.85 | 196.37 | 146.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 1 | 159 | 0.60 | 0.99 | 0 | 0.38 | 263.92 | 0.99 | 0.31 |
| Hex | 40 | 1 | 9F | 3C | 63 | 0 | 26 | 108 | 63 | 1F |
| Octal | 100 | 1 | 237 | 74 | 143 | 0 | 46 | 410 | 143 | 37 |
| Binary | 1000000 | 1 | 10011111 | 111100 | 1100011 | 0 | 100110 | 100001000 | 1100011 | 11111 |
Color Harmonies of #40019F
Complementary color
Monochromatic Colors of #40019F
Black with #40019F
Text Example
Text Example
White with #40019F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40019F; }
p { color: rgb(64,1,159); }
H1.HeaderClassName
{
color: #40019F;
}
.AnyTagClassName
{
color: #40019F;
}
</style>
background-color css
<style>
a { background-color: #40019F; }
a { background-color: rgb(64,1,159); }
div.DivClassName
{
background-color: #40019F;
}
.BgClassName
{
background-color: #40019F;
}
</style>
border-color css
<style>
span { border-color: #40019F; }
span { border-color: rgb(64,1,159); }
td.TdClassName
{
border-color: #40019F;
}
.TagClassName
{
border-color: #40019F;
}
</style>