Shades of Indigo #40025D
Tints of Indigo #40025D
RGB
CMYK
RGB Variations
Color information
#40025D (or 0x40025D) is known color: Indigo. HEX triplet: 40, 02 and 5D. RGB value is (64,2,93). Sum of RGB (Red+Green+Blue) = 64+2+93=159 (21% of max value = 765). Red value is 64 (25.39% from 255 or 40.25% from 159); Green value is 2 (1.17% from 255 or 1.26% from 159); Blue value is 93 (36.72% from 255 or 58.49% from 159); Max value from RGB is 93 - color contains mainly: blue. Hex color #40025D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #40025D is #BFFDA2. Grayscale: #1E1E1E. Windows color (decimal): -12582307 or 6095424. OLE color: 6095424.
HSL color Cylindrical-coordinate representation of color #40025D: hue angle of 280.88º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #40025D is Cyan = 0.31, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 64 | 2 | 93 | - |
| CMYK | 0.31 | 0.98 | 0 | 0.64 |
| HSL | 280.88º | 0.96% | 0.19% | - |
| HSV(B) | 280.88º | 0.98% | 0.36% | - |
| XYZ | 4.11 | 1.92 | 10.51 | - |
| YUV | 30.91 | 163.04 | 151.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 2 | 93 | 0.31 | 0.98 | 0 | 0.64 | 280.88 | 0.96 | 0.19 |
| Hex | 40 | 2 | 5D | 1F | 62 | 0 | 40 | 119 | 60 | 13 |
| Octal | 100 | 2 | 135 | 37 | 142 | 0 | 100 | 431 | 140 | 23 |
| Binary | 1000000 | 10 | 1011101 | 11111 | 1100010 | 0 | 1000000 | 100011001 | 1100000 | 10011 |
Color Harmonies of #40025D
Complementary color
Monochromatic Colors of #40025D
Black with #40025D
Text Example
Text Example
White with #40025D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40025D; }
p { color: rgb(64,2,93); }
H1.HeaderClassName
{
color: #40025D;
}
.AnyTagClassName
{
color: #40025D;
}
</style>
background-color css
<style>
a { background-color: #40025D; }
a { background-color: rgb(64,2,93); }
div.DivClassName
{
background-color: #40025D;
}
.BgClassName
{
background-color: #40025D;
}
</style>
border-color css
<style>
span { border-color: #40025D; }
span { border-color: rgb(64,2,93); }
td.TdClassName
{
border-color: #40025D;
}
.TagClassName
{
border-color: #40025D;
}
</style>