Shades of Indigo #46057C
Tints of Indigo #46057C
RGB
CMYK
RGB Variations
Color information
#46057C (or 0x46057C) is known color: Indigo. HEX triplet: 46, 05 and 7C. RGB value is (70,5,124). Sum of RGB (Red+Green+Blue) = 70+5+124=199 (26% of max value = 765). Red value is 70 (27.73% from 255 or 35.18% from 199); Green value is 5 (2.34% from 255 or 2.51% from 199); Blue value is 124 (48.83% from 255 or 62.31% from 199); Max value from RGB is 124 - color contains mainly: blue. Hex color #46057C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #46057C is #B9FA83. Grayscale: #252525. Windows color (decimal): -12188292 or 8127814. OLE color: 8127814.
HSL color Cylindrical-coordinate representation of color #46057C: hue angle of 272.77º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #46057C is Cyan = 0.44, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 70 | 5 | 124 | - |
| CMYK | 0.44 | 0.96 | 0 | 0.51 |
| HSL | 272.77º | 0.92% | 0.25% | - |
| HSV(B) | 272.77º | 0.96% | 0.49% | - |
| XYZ | 6.22 | 2.87 | 19.29 | - |
| YUV | 38 | 176.53 | 150.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 5 | 124 | 0.44 | 0.96 | 0 | 0.51 | 272.77 | 0.92 | 0.25 |
| Hex | 46 | 5 | 7C | 2C | 60 | 0 | 33 | 111 | 5C | 19 |
| Octal | 106 | 5 | 174 | 54 | 140 | 0 | 63 | 421 | 134 | 31 |
| Binary | 1000110 | 101 | 1111100 | 101100 | 1100000 | 0 | 110011 | 100010001 | 1011100 | 11001 |
Color Harmonies of #46057C
Complementary color
Monochromatic Colors of #46057C
Black with #46057C
Text Example
Text Example
White with #46057C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46057C; }
p { color: rgb(70,5,124); }
H1.HeaderClassName
{
color: #46057C;
}
.AnyTagClassName
{
color: #46057C;
}
</style>
background-color css
<style>
a { background-color: #46057C; }
a { background-color: rgb(70,5,124); }
div.DivClassName
{
background-color: #46057C;
}
.BgClassName
{
background-color: #46057C;
}
</style>
border-color css
<style>
span { border-color: #46057C; }
span { border-color: rgb(70,5,124); }
td.TdClassName
{
border-color: #46057C;
}
.TagClassName
{
border-color: #46057C;
}
</style>