Shades of Indigo #40019B
Tints of Indigo #40019B
RGB
CMYK
RGB Variations
Color information
#40019B (or 0x40019B) is known color: Indigo. HEX triplet: 40, 01 and 9B. RGB value is (64,1,155). Sum of RGB (Red+Green+Blue) = 64+1+155=220 (29% of max value = 765). Red value is 64 (25.39% from 255 or 29.09% from 220); Green value is 1 (0.78% from 255 or 0.45% from 220); Blue value is 155 (60.94% from 255 or 70.45% from 220); Max value from RGB is 155 - color contains mainly: blue. Hex color #40019B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #40019B is #BFFE64. Grayscale: #242424. Windows color (decimal): -12582501 or 10158400. OLE color: 10158400.
HSL color Cylindrical-coordinate representation of color #40019B: hue angle of 264.55º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #40019B is Cyan = 0.59, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 64 | 1 | 155 | - |
| CMYK | 0.59 | 0.99 | 0 | 0.39 |
| HSL | 264.55º | 0.99% | 0.31% | - |
| HSV(B) | 264.55º | 0.99% | 0.61% | - |
| XYZ | 8.04 | 3.48 | 31.26 | - |
| YUV | 37.39 | 194.37 | 146.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 1 | 155 | 0.59 | 0.99 | 0 | 0.39 | 264.55 | 0.99 | 0.31 |
| Hex | 40 | 1 | 9B | 3B | 63 | 0 | 27 | 109 | 63 | 1F |
| Octal | 100 | 1 | 233 | 73 | 143 | 0 | 47 | 411 | 143 | 37 |
| Binary | 1000000 | 1 | 10011011 | 111011 | 1100011 | 0 | 100111 | 100001001 | 1100011 | 11111 |
Color Harmonies of #40019B
Complementary color
Monochromatic Colors of #40019B
Black with #40019B
Text Example
Text Example
White with #40019B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40019B; }
p { color: rgb(64,1,155); }
H1.HeaderClassName
{
color: #40019B;
}
.AnyTagClassName
{
color: #40019B;
}
</style>
background-color css
<style>
a { background-color: #40019B; }
a { background-color: rgb(64,1,155); }
div.DivClassName
{
background-color: #40019B;
}
.BgClassName
{
background-color: #40019B;
}
</style>
border-color css
<style>
span { border-color: #40019B; }
span { border-color: rgb(64,1,155); }
td.TdClassName
{
border-color: #40019B;
}
.TagClassName
{
border-color: #40019B;
}
</style>