Shades of Indigo #40017A
Tints of Indigo #40017A
RGB
CMYK
RGB Variations
Color information
#40017A (or 0x40017A) is known color: Indigo. HEX triplet: 40, 01 and 7A. RGB value is (64,1,122). Sum of RGB (Red+Green+Blue) = 64+1+122=187 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.22% from 187); Green value is 1 (0.78% from 255 or 0.53% from 187); Blue value is 122 (48.05% from 255 or 65.24% from 187); Max value from RGB is 122 - color contains mainly: blue. Hex color #40017A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #40017A is #BFFE85. Grayscale: #212121. Windows color (decimal): -12582534 or 7995712. OLE color: 7995712.
HSL color Cylindrical-coordinate representation of color #40017A: hue angle of 271.24º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #40017A is Cyan = 0.48, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 64 | 1 | 122 | - |
| CMYK | 0.48 | 0.99 | 0 | 0.52 |
| HSL | 271.24º | 0.98% | 0.24% | - |
| HSV(B) | 271.24º | 0.99% | 0.48% | - |
| XYZ | 5.64 | 2.52 | 18.6 | - |
| YUV | 33.63 | 177.87 | 149.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 1 | 122 | 0.48 | 0.99 | 0 | 0.52 | 271.24 | 0.98 | 0.24 |
| Hex | 40 | 1 | 7A | 30 | 63 | 0 | 34 | 10F | 62 | 18 |
| Octal | 100 | 1 | 172 | 60 | 143 | 0 | 64 | 417 | 142 | 30 |
| Binary | 1000000 | 1 | 1111010 | 110000 | 1100011 | 0 | 110100 | 100001111 | 1100010 | 11000 |
Color Harmonies of #40017A
Complementary color
Monochromatic Colors of #40017A
Black with #40017A
Text Example
Text Example
White with #40017A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40017A; }
p { color: rgb(64,1,122); }
H1.HeaderClassName
{
color: #40017A;
}
.AnyTagClassName
{
color: #40017A;
}
</style>
background-color css
<style>
a { background-color: #40017A; }
a { background-color: rgb(64,1,122); }
div.DivClassName
{
background-color: #40017A;
}
.BgClassName
{
background-color: #40017A;
}
</style>
border-color css
<style>
span { border-color: #40017A; }
span { border-color: rgb(64,1,122); }
td.TdClassName
{
border-color: #40017A;
}
.TagClassName
{
border-color: #40017A;
}
</style>