Shades of Indigo #40017C
Tints of Indigo #40017C
RGB
CMYK
RGB Variations
Color information
#40017C (or 0x40017C) is known color: Indigo. HEX triplet: 40, 01 and 7C. RGB value is (64,1,124). Sum of RGB (Red+Green+Blue) = 64+1+124=189 (25% of max value = 765). Red value is 64 (25.39% from 255 or 33.86% from 189); Green value is 1 (0.78% from 255 or 0.53% from 189); Blue value is 124 (48.83% from 255 or 65.61% from 189); Max value from RGB is 124 - color contains mainly: blue. Hex color #40017C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #40017C is #BFFE83. Grayscale: #212121. Windows color (decimal): -12582532 or 8126784. OLE color: 8126784.
HSL color Cylindrical-coordinate representation of color #40017C: hue angle of 270.73º 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 #40017C is Cyan = 0.48, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 64 | 1 | 124 | - |
| CMYK | 0.48 | 0.99 | 0 | 0.51 |
| HSL | 270.73º | 0.98% | 0.25% | - |
| HSV(B) | 270.73º | 0.99% | 0.49% | - |
| XYZ | 5.76 | 2.57 | 19.26 | - |
| YUV | 33.86 | 178.87 | 149.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 1 | 124 | 0.48 | 0.99 | 0 | 0.51 | 270.73 | 0.98 | 0.25 |
| Hex | 40 | 1 | 7C | 30 | 63 | 0 | 33 | 10F | 62 | 19 |
| Octal | 100 | 1 | 174 | 60 | 143 | 0 | 63 | 417 | 142 | 31 |
| Binary | 1000000 | 1 | 1111100 | 110000 | 1100011 | 0 | 110011 | 100001111 | 1100010 | 11001 |
Color Harmonies of #40017C
Complementary color
Monochromatic Colors of #40017C
Black with #40017C
Text Example
Text Example
White with #40017C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40017C; }
p { color: rgb(64,1,124); }
H1.HeaderClassName
{
color: #40017C;
}
.AnyTagClassName
{
color: #40017C;
}
</style>
background-color css
<style>
a { background-color: #40017C; }
a { background-color: rgb(64,1,124); }
div.DivClassName
{
background-color: #40017C;
}
.BgClassName
{
background-color: #40017C;
}
</style>
border-color css
<style>
span { border-color: #40017C; }
span { border-color: rgb(64,1,124); }
td.TdClassName
{
border-color: #40017C;
}
.TagClassName
{
border-color: #40017C;
}
</style>