Shades of Indigo #40057A
Tints of Indigo #40057A
RGB
CMYK
RGB Variations
Color information
#40057A (or 0x40057A) is known color: Indigo. HEX triplet: 40, 05 and 7A. RGB value is (64,5,122). Sum of RGB (Red+Green+Blue) = 64+5+122=191 (25% of max value = 765). Red value is 64 (25.39% from 255 or 33.51% from 191); Green value is 5 (2.34% from 255 or 2.62% from 191); Blue value is 122 (48.05% from 255 or 63.87% from 191); Max value from RGB is 122 - color contains mainly: blue. Hex color #40057A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #40057A is #BFFA85. Grayscale: #232323. Windows color (decimal): -12581510 or 7996736. OLE color: 7996736.
HSL color Cylindrical-coordinate representation of color #40057A: hue angle of 270.26º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #40057A is Cyan = 0.48, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 64 | 5 | 122 | - |
| CMYK | 0.48 | 0.96 | 0 | 0.52 |
| HSL | 270.26º | 0.92% | 0.25% | - |
| HSV(B) | 270.26º | 0.96% | 0.48% | - |
| XYZ | 5.68 | 2.6 | 18.62 | - |
| YUV | 35.98 | 176.55 | 147.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 5 | 122 | 0.48 | 0.96 | 0 | 0.52 | 270.26 | 0.92 | 0.25 |
| Hex | 40 | 5 | 7A | 30 | 60 | 0 | 34 | 10E | 5C | 19 |
| Octal | 100 | 5 | 172 | 60 | 140 | 0 | 64 | 416 | 134 | 31 |
| Binary | 1000000 | 101 | 1111010 | 110000 | 1100000 | 0 | 110100 | 100001110 | 1011100 | 11001 |
Color Harmonies of #40057A
Complementary color
Monochromatic Colors of #40057A
Black with #40057A
Text Example
Text Example
White with #40057A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40057A; }
p { color: rgb(64,5,122); }
H1.HeaderClassName
{
color: #40057A;
}
.AnyTagClassName
{
color: #40057A;
}
</style>
background-color css
<style>
a { background-color: #40057A; }
a { background-color: rgb(64,5,122); }
div.DivClassName
{
background-color: #40057A;
}
.BgClassName
{
background-color: #40057A;
}
</style>
border-color css
<style>
span { border-color: #40057A; }
span { border-color: rgb(64,5,122); }
td.TdClassName
{
border-color: #40057A;
}
.TagClassName
{
border-color: #40057A;
}
</style>