Shades of Indigo #46006C
Tints of Indigo #46006C
RGB
CMYK
RGB Variations
Color information
#46006C (or 0x46006C) is known color: Indigo. HEX triplet: 46, 00 and 6C. RGB value is (70,0,108). Sum of RGB (Red+Green+Blue) = 70+0+108=178 (23% of max value = 765). Red value is 70 (27.73% from 255 or 39.33% from 178); Green value is 0 (0.39% from 255 or 0% from 178); Blue value is 108 (42.58% from 255 or 60.67% from 178); Max value from RGB is 108 - color contains mainly: blue. Hex color #46006C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #46006C is #B9FF93. Grayscale: #202020. Windows color (decimal): -12189588 or 7077958. OLE color: 7077958.
HSL color Cylindrical-coordinate representation of color #46006C: hue angle of 278.89º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 1%. Process color model (Four color, CMYK) of #46006C is Cyan = 0.35, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 70 | 0 | 108 | - |
| CMYK | 0.35 | 1 | 0 | 0.58 |
| HSL | 278.89º | 1% | 0.21% | - |
| HSV(B) | 278.89º | 1% | 0.42% | - |
| XYZ | 5.23 | 2.38 | 14.37 | - |
| YUV | 33.24 | 170.19 | 154.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 0 | 108 | 0.35 | 1 | 0 | 0.58 | 278.89 | 1 | 0.21 |
| Hex | 46 | 0 | 6C | 23 | 64 | 0 | 3A | 117 | 64 | 15 |
| Octal | 106 | 0 | 154 | 43 | 144 | 0 | 72 | 427 | 144 | 25 |
| Binary | 1000110 | 0 | 1101100 | 100011 | 1100100 | 0 | 111010 | 100010111 | 1100100 | 10101 |
Color Harmonies of #46006C
Complementary color
Monochromatic Colors of #46006C
Black with #46006C
Text Example
Text Example
White with #46006C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46006C; }
p { color: rgb(70,0,108); }
H1.HeaderClassName
{
color: #46006C;
}
.AnyTagClassName
{
color: #46006C;
}
</style>
background-color css
<style>
a { background-color: #46006C; }
a { background-color: rgb(70,0,108); }
div.DivClassName
{
background-color: #46006C;
}
.BgClassName
{
background-color: #46006C;
}
</style>
border-color css
<style>
span { border-color: #46006C; }
span { border-color: rgb(70,0,108); }
td.TdClassName
{
border-color: #46006C;
}
.TagClassName
{
border-color: #46006C;
}
</style>