Shades of Indigo #46057F
Tints of Indigo #46057F
RGB
CMYK
RGB Variations
Color information
#46057F (or 0x46057F) is known color: Indigo. HEX triplet: 46, 05 and 7F. RGB value is (70,5,127). Sum of RGB (Red+Green+Blue) = 70+5+127=202 (26% of max value = 765). Red value is 70 (27.73% from 255 or 34.65% from 202); Green value is 5 (2.34% from 255 or 2.48% from 202); Blue value is 127 (50% from 255 or 62.87% from 202); Max value from RGB is 127 - color contains mainly: blue. Hex color #46057F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #46057F is #B9FA80. Grayscale: #252525. Windows color (decimal): -12188289 or 8324422. OLE color: 8324422.
HSL color Cylindrical-coordinate representation of color #46057F: hue angle of 271.97º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #46057F is Cyan = 0.45, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 70 | 5 | 127 | - |
| CMYK | 0.45 | 0.96 | 0 | 0.50 |
| HSL | 271.97º | 0.92% | 0.26% | - |
| HSV(B) | 271.97º | 0.96% | 0.5% | - |
| XYZ | 6.41 | 2.94 | 20.31 | - |
| YUV | 38.34 | 178.03 | 150.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 5 | 127 | 0.45 | 0.96 | 0 | 0.50 | 271.97 | 0.92 | 0.26 |
| Hex | 46 | 5 | 7F | 2D | 60 | 0 | 32 | 110 | 5C | 1A |
| Octal | 106 | 5 | 177 | 55 | 140 | 0 | 62 | 420 | 134 | 32 |
| Binary | 1000110 | 101 | 1111111 | 101101 | 1100000 | 0 | 110010 | 100010000 | 1011100 | 11010 |
Color Harmonies of #46057F
Complementary color
Monochromatic Colors of #46057F
Black with #46057F
Text Example
Text Example
White with #46057F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46057F; }
p { color: rgb(70,5,127); }
H1.HeaderClassName
{
color: #46057F;
}
.AnyTagClassName
{
color: #46057F;
}
</style>
background-color css
<style>
a { background-color: #46057F; }
a { background-color: rgb(70,5,127); }
div.DivClassName
{
background-color: #46057F;
}
.BgClassName
{
background-color: #46057F;
}
</style>
border-color css
<style>
span { border-color: #46057F; }
span { border-color: rgb(70,5,127); }
td.TdClassName
{
border-color: #46057F;
}
.TagClassName
{
border-color: #46057F;
}
</style>