Shades of Indigo #46045C
Tints of Indigo #46045C
RGB
CMYK
RGB Variations
Color information
#46045C (or 0x46045C) is known color: Indigo. HEX triplet: 46, 04 and 5C. RGB value is (70,4,92). Sum of RGB (Red+Green+Blue) = 70+4+92=166 (21% of max value = 765). Red value is 70 (27.73% from 255 or 42.17% from 166); Green value is 4 (1.95% from 255 or 2.41% from 166); Blue value is 92 (36.33% from 255 or 55.42% from 166); Max value from RGB is 92 - color contains mainly: blue. Hex color #46045C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #46045C is #B9FBA3. Grayscale: #212121. Windows color (decimal): -12188580 or 6030406. OLE color: 6030406.
HSL color Cylindrical-coordinate representation of color #46045C: hue angle of 285º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #46045C is Cyan = 0.24, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 70 | 4 | 92 | - |
| CMYK | 0.24 | 0.96 | 0 | 0.64 |
| HSL | 285º | 0.92% | 0.19% | - |
| HSV(B) | 285º | 0.96% | 0.36% | - |
| XYZ | 4.5 | 2.16 | 10.31 | - |
| YUV | 33.77 | 160.87 | 153.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 4 | 92 | 0.24 | 0.96 | 0 | 0.64 | 285 | 0.92 | 0.19 |
| Hex | 46 | 4 | 5C | 18 | 60 | 0 | 40 | 11D | 5C | 13 |
| Octal | 106 | 4 | 134 | 30 | 140 | 0 | 100 | 435 | 134 | 23 |
| Binary | 1000110 | 100 | 1011100 | 11000 | 1100000 | 0 | 1000000 | 100011101 | 1011100 | 10011 |
Color Harmonies of #46045C
Complementary color
Monochromatic Colors of #46045C
Black with #46045C
Text Example
Text Example
White with #46045C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46045C; }
p { color: rgb(70,4,92); }
H1.HeaderClassName
{
color: #46045C;
}
.AnyTagClassName
{
color: #46045C;
}
</style>
background-color css
<style>
a { background-color: #46045C; }
a { background-color: rgb(70,4,92); }
div.DivClassName
{
background-color: #46045C;
}
.BgClassName
{
background-color: #46045C;
}
</style>
border-color css
<style>
span { border-color: #46045C; }
span { border-color: rgb(70,4,92); }
td.TdClassName
{
border-color: #46045C;
}
.TagClassName
{
border-color: #46045C;
}
</style>